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 BAPI_OBJCL_GETOBJECTS (Classification BAPI: Find by Assignment) is a standard Function Module in SAP ERP and is part of the function group CLBPA within the package CLCL.
Function Module | BAPI_OBJCL_GETOBJECTS |
Short Text | Classification BAPI: Find by Assignment |
Function Group | CLBPA |
Package | CLCL |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLASSTYPE | LIKE | BAPI1003_KEY-CLASSTYPE | Class Type | |
MAXROWS | LIKE | BAPI_MAX_HITS-MAX_HITS | 100 | Maximum Number of Assignments |
STATUS | LIKE | BAPI1003_KEY-STATUS | Classification Status |
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 |
---|---|---|---|---|
ALLOCLIST | LIKE | BAPI1003_ALLOC_LIST | Assignment List | |
CLASSNUMRANGE | LIKE | BAPI1003_CLASS_NUM_RANGE | Range Table for Class Numbers | |
RETURN | LIKE | BAPIRET2 | Error Messages |
This function module does not define any Exceptions.