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 CS_BI_VAR_CREATE_BATCH_INPUT (Variante zu einer Stückliste anlegen über Batch Input) is a standard Function Module in SAP ERP and is part of the function group CSBI within the package CS.
Function Module | CS_BI_VAR_CREATE_BATCH_INPUT |
Short Text | Variante zu einer Stückliste anlegen über Batch Input |
Function Group | CSBI |
Package | CS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BDC_FLAG | LIKE | SPACE | Flag Batch Input Mappe erzeugen oder CALL TR. | |
BOM_HEADER | LIKE | BICSK | BOM header data | |
CLOSE_GROUP | LIKE | CSDATA-XFELD | SPACE | Indicator: close session |
GROUP_DATA | LIKE | BGR00 | General session data | |
NEW_GROUP | LIKE | CSDATA-XFELD | SPACE | Indicator: open new group |
TCODE_MODE | LIKE | 'N' | Processing mode for transaction | |
TCODE_UPDATE | LIKE | 'S' | Update mode for transaction |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MSGID | LIKE | T100-ARBGB | Message ID | |
MSGNO | LIKE | T100-MSGNR | Message number | |
MSGTY | LIKE | SY-MSGTY | Message type | |
MSGV1 | LIKE | SY-MSGV1 | Variable 1 | |
MSGV2 | LIKE | SY-MSGV2 | Variable 2 | |
MSGV3 | LIKE | SY-MSGV3 | Variable 3 | |
MSGV4 | LIKE | SY-MSGV4 | Variable 4 |
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 |
---|---|---|---|---|
BOM_ITEM | LIKE | BICSP | BOM items | |
BOM_SUB_ITEM | LIKE | BICSU | BOM sub-items | |
NON_VARIANT_ITEMS | LIKE | Gleichteilpositionen |
This function module does not define any Exceptions.