Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module FUNCTION_IMPORT_INTERFACE (Providing Interface of a Function Module) is a standard Function Module in SAP ERP and is part of the function group SUNI within the package SFUNC.
Function Module | FUNCTION_IMPORT_INTERFACE |
Short Text | Providing Interface of a Function Module |
Function Group | SUNI |
Package | SFUNC |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FUNCNAME | LIKE | RS38L-NAME | Name of the function module | |
INACTIVE_VERSION | TYPE | CHAR1 | SPACE | Reads inactive version according to worklist |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EXCEPTION_CLASSES | LIKE | ENLFDIR-EXTEN3 | Additional Attributes for Function Modules | |
GLOBAL_FLAG | LIKE | RS38L-GLOBAL | Global interface | |
REMOTE_CALL | LIKE | RS38L-REMOTE | Function module can be called with | |
UPDATE_TASK | LIKE | RS38L-UTASK | Function module luft in the update |
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 |
---|---|---|---|---|
CHANGING_PARAMETER | LIKE | RSCHA | Table for Changing Parameters | |
EXCEPTION_LIST | LIKE | RSEXC | Table of exceptions | |
EXPORT_PARAMETER | LIKE | RSEXP | Table of Export Parameters | |
IMPORT_PARAMETER | LIKE | RSIMP | Table of Import Parameters | |
P_DOCU | LIKE | RSFDO | X | |
TABLES_PARAMETER | LIKE | RSTBL | Table With Tables |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_MESSAGE | X |
FUNCTION_NOT_FOUND | Function module does not exist |
INVALID_NAME | Invalid function module |