The Function Module WB2_N2M_BATCH_SPLITT_TAB_DL (N2M: baut Tabelle mit Batch-Splitt-Positionen fuer eine Lieferung auf) is a standard Function Module in SAP ERP and is part of the function group WB2_N2M_PROCESS_SERVICES within the package WB2BPOSTYPMNGT.
Function Module | WB2_N2M_BATCH_SPLITT_TAB_DL |
Short Text | N2M: baut Tabelle mit Batch-Splitt-Positionen fuer eine Lieferung auf |
Function Group | WB2_N2M_PROCESS_SERVICES |
Package | WB2BPOSTYPMNGT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_LIKP | TYPE | LIKP | Vertriebsbeleg: Lieferung: Kopfdaten | |
I_LIPSVB | TYPE | LIPSVB | Bezugsstruktur fuer XLIPS/YLIPS | |
I_WITH_UECHA_ITEM | TYPE | C | ' ' | wenn gesetzt, dann wird auch die uebergeordnete Pos. in die Tab. aufgenommen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_BATCH_SPLITT_TAB | TYPE | WB2_BATCH_SPLITT_STAB | Tabelle mit den Batch-Splitt-Pos. | |
E_RETCODE | TYPE | SY-SUBRC | Returncode, ungleich 0 im Fehlerfall |
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 |
---|---|---|---|---|
T_EMSG | LIKE | WB2_N2M_ERROR | N2M Assoziations-Management: Fehlermeldungsstruktur | |
T_LIPSVB | LIKE | LIPSVB | Bezugsstruktur fuer XLIPS/YLIPS |
This function module does not define any Exceptions.