The Function Module RFC_APP_MAIN (APP/1 Remote Prozessierung und Syntax-Check) is a standard Function Module in SAP ERP and is part of the function group APP1_REMOTE within the package MB.
Function Module | RFC_APP_MAIN |
Short Text | APP/1 Remote Prozessierung und Syntax-Check |
Function Group | APP1_REMOTE |
Package | MB |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IS_CONTROL | TYPE | APP_CTRL_S | APP/1: Steuerungsdaten |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_CODE | LIKE | APP_CODE_S | APP/1: Codeübertrag bei Remote Check | |
ET_STATUS | LIKE | APP_RET_S | APP/1: Datenrückgabe (Meldungen, Status) | |
IT_CODE | LIKE | APP_CODE_S | APP/1: Codeübertrag bei Remote Check | |
IT_GROUP | LIKE | APP_GROUP_S | APP/1: Zu prozessierende Gruppen | |
IT_RELEASE | LIKE | APP_REL_S | APP/1: Komponentenrelease-Gruppen | |
IT_SUBSTITUTION | LIKE | APP_SUB_S | APP/1: Substitutionen |
This function module does not define any Exceptions.