Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module CLM_FUNC_IMPORT_INTERFACE (Prepare interface for modifications) is a standard Function Module in SAP ERP and is part of the function group SEMO within the package SECE.
Function Module | CLM_FUNC_IMPORT_INTERFACE |
Short Text | Prepare interface for modifications |
Function Group | SEMO |
Package | SECE |
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 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
GLOBAL_FLAG | LIKE | RS38L-GLOBAL | Global interface | |
REMOTE_CALL | LIKE | RS38L-REMOTE | Function module can be called via RFC | |
UPDATE_TASK | LIKE | RS38L-UTASK | Function module running in 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 of CHANGING parameters | |
EXCEPTION_LIST | LIKE | RSEXC | Table of exceptions | |
EXPORT_PARAMETER | LIKE | RSEXP | Table of the export parameters | |
IMPORT_PARAMETER | LIKE | RSIMP | Table of the import parameters | |
P_DOCU | LIKE | RSFDO | ||
TABLES_PARAMETER | LIKE | RSTBL | Table of the tables |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_MESSAGE | |
FUNCTION_NOT_FOUND | Function module not available |
INVALID_NAME | Invalid function module |