The Function Module INST_CREATE_R3_RFC_DEST (Create R/3 RFC Destination) is a standard Function Module in SAP ERP and is part of the function group SAIO within the package SAIO.
Function Module | INST_CREATE_R3_RFC_DEST |
Short Text | Create R/3 RFC Destination |
Function Group | SAIO |
Package | SAIO |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACTION | LIKE | RFCDISPLAY-RFCTRACE | 'I' | Trace? |
ARFC_ACTIVE | LIKE | RFCCHECK-ARFCACTIVE | 'X' | Asynchronous RFC - load check active |
ARFC_CYCLE | LIKE | RFCCHECK-ARFCCYCLE | '10' | Asynchronous RFC - Analysis period for system load |
ARFC_METHOD | LIKE | RFCCHECK-ARFCMETHOD | 'S' | Asynchronous RFC - Procedures for load check |
AUTHORITY_CHECK | LIKE | RFCDISPLAY-RFCTRACE | 'X' | Trace? |
CLIENT | LIKE | RFCDISPLAY-RFCCLIENT | SPACE | Explicit logon client |
DEQUEUE_SYNCHRON | LIKE | RFCDISPLAY-RFCNOWAIT | SPACE | Synchronous call ? (no rollout with RECEIVE) |
DESCRIPTION | LIKE | RFCDOC-RFCDOC1 | SPACE | Description of RFC connection |
DESTCOPY | LIKE | RFCDISPLAY-RFCDEST | SPACE | Logical Destination (Specified in Function Call) |
DESTINATION | LIKE | RFCDISPLAY-RFCDEST | Logical Destination (Specified in Function Call) | |
DESTLOCK | LIKE | RFCDISPLAY-RFCLOCK | SPACE | Display type of destination (modifiable and not modifiable) |
GROUP | LIKE | RFCDISPLAZ-RFCLOAD | 'PUBLIC' | Logon group for load distribution mode |
GWHOST | LIKE | RFCDISPLAY-RFCGWHOST | SPACE | Gateway host name |
GWSERVICE | LIKE | RFCDISPLAY-RFCGWSERV | SPACE | Gateway service |
KEEP_PASSWORD | TYPE | CHAR1 | SPACE | Single-character flag |
LANGUAGE | LIKE | RFCDISPLAY-RFCLANG | SPACE | Explicit language |
LOADBALANCING | LIKE | RFCDISPLAZ-RFCLBFLAG | SPACE | RFC via load distribution procedure (Load Balancing) |
PASSWORD | LIKE | RFCDISPLAY-RFCAUTH | SPACE | Explicit password |
PASSWORDSCR | LIKE | RFCDISPLAY-RFCPWSCR | 'X' | Unencrypted password |
RFCBITMAP | TYPE | RFCRAW04 | '00000000' | 4 Bytes used in RFC Fields |
RFCCONVERT | LIKE | RFCDISPLAY-RFCCONVERT | SPACE | Conversion for Non-Compatible Codepage? (SPACE, 'I', 'N') |
RFCCONVX | TYPE | RFCRAW02 | '0023' | 2 Bytes used in RFC Fields |
RFCLOGON_GUI | LIKE | RFCDISPLAY-RFCLOGON | SPACE | Logon screen for RFC logon |
RFCUNICODE | LIKE | RFCDISPLAY-RFCUNICODE | '1' | Number of Bytes per Character (Unicode System) |
RFCWAN | LIKE | RFCDISPLAY-RFCWAN | SPACE | 'X' -> Slow RFC Connection (in WAN) |
SAME_USER | LIKE | RFCDISPLAY-RFCSAMEUSR | SPACE | Current User |
SAVEHOSTNAME | LIKE | RFCDISPLAY-SAVESERVER | SPACE | Save target host as hostname? |
SERVER | LIKE | RFCDISPLAY-RFCHOST | SPACE | Name of target host |
SNC_PARAM | LIKE | RFCSNCPARA | Transfer Structure for SNC Extension of RFC Destinations | |
SYSTEMID | LIKE | RFCOPT-RFCSYSID | SPACE | System ID |
SYSTEMNR | LIKE | RFCDISPLAY-RFCSERVICE | SPACE | Service used (TCP service, SAP System number) |
TRACE | LIKE | RFCDISPLAY-RFCTRACE | SPACE | Trace? |
TRFCBTCDELAY | LIKE | RFCDISPLAY-BTCDELAY | SPACE | TRFC: Time between repeat attempts |
TRFCBTCSUPPR | LIKE | RFCDISPLAY-BTCSUPPR | SPACE | TRFC: Do not schedule background jobs if conn. error occurs |
TRFCBTCTRIES | LIKE | RFCDISPLAY-BTCTRIES | SPACE | TRFC: Connection attempt up to task |
TRUSTED_SYSTEM | LIKE | RFCDISPLAY-RFCSLOGIN | SPACE | Trusted system (RFC single logon) |
USER | LIKE | RFCDISPLAY-RFCUSER | SPACE | Explicit user ID |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
AUTHORITY_NOT_AVAILABLE | no authority available |
DESTINATION_ALREADY_EXIST | destination still exists |
DESTINATION_ENQUEUE_REJECT | destination locked by other user |
DESTINATION_IS_LOCKED | destination is locked |
DESTINATION_NOT_EXIST | destination does not exist |
INFORMATION_FAILURE | parameter (informationen) not correctly maintained |
INTERNAL_FAILURE | internal error |
SNC_INFORMATION_FAILURE | SNC information error |
SNC_INTERNAL_FAILURE | SNC: internal error |
TRFC_ENTRY_INVALID | inconsistent parameter maintenance for TRFC-Options |