The Function Module INST_RFC_URL (LS and RFC destination definition for URL generation) is a standard Function Module in SAP ERP and is part of the function group SAIO within the package SAIO.
Function Module | INST_RFC_URL |
Short Text | LS and RFC destination definition for URL generation |
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 |
---|---|---|---|---|
I_CLIENT | TYPE | RFCCLIENT | Explicit logon client | |
I_HOST | TYPE | RFCHOST | Name of target host | |
I_LANGUAGE | TYPE | RFCLANG | Explicit language | |
I_LOADBALANCED | TYPE | RFCLBFLAG | ' ' | RFC via load distribution procedure (Load Balancing) |
I_LOGON_GROUP | TYPE | LGASGRUP | R/3 logon group name | |
I_PASSWORD | TYPE | RFCAUTH | Explicit password | |
I_SID | TYPE | SID1 | System ID | |
I_SYSTEM_NUMBER | TYPE | RFCSERVICE | Service used (TCP service, SAP System number) | |
I_TEXT | TYPE | RFCDOC-RFCDOC1 | Description of RFC connection | |
I_USER | TYPE | RFCUSER | Explicit user ID |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RESULT_RC | LIKE | INSTRETURN-INSTRESULT | SAP Installation: Result Value | |
RESULT_TEXT | LIKE | INSTRETURN-INSTRESTXT | SAP Installation: Result Text |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.