Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →The Function Module CLBA_CLASSIFICATION_BTCH_INPUT (Klassifizierungsdaten anlegen via Batch-Input) is a standard Function Module in SAP ERP and is part of the function group CLBA within the package CLBI.
Function Module | CLBA_CLASSIFICATION_BTCH_INPUT |
Short Text | Klassifizierungsdaten anlegen via Batch-Input |
Function Group | CLBA |
Package | CLBI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BDC_FLAG | TYPE | C | SPACE | Batch input flag |
GROUP_DATA | LIKE | CLBGR00 | BGR00 record | |
TCODE_MODE | LIKE | 'S' | for ODC mode: Processing mode (A,E,N) | |
TCODE_UPDATE | LIKE | 'S' | for ODC mode: Type of update (A is asynchronous, S is synch.) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MSGID | LIKE | T100-ARBGB | ID for messages | |
MSGNO | LIKE | SY-MSGNO | Message number | |
MSGTY | LIKE | SY-MSGTY | Message type | |
MSGV1 | LIKE | SY-MSGV1 | 1st parameter of a message | |
MSGV2 | LIKE | SY-MSGV2 | 2nd parameter of a message | |
MSGV3 | LIKE | SY-MSGV3 | 3rd parameter of a message | |
MSGV4 | LIKE | SY-MSGV4 | 4th parameter of a message |
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 |
---|---|---|---|---|
IAUSP | LIKE | BIAUSP | Valuation data | |
IKSSK | LIKE | BIKSSK | Allocation dates |
This function module does not define any Exceptions.