SAP ABAP Function Module SD_DELIVERY_PACKING_VIEW (Lesen von Verpackungsdaten für mehrere Lieferungen)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM-BF (Application Component) Basic Functions
⤷
VTR (Package) SD R/3 transport processing
⤷
⤷
Basic Data
| Function Module | SD_DELIVERY_PACKING_VIEW | Lesen von Verpackungsdaten für mehrere Lieferungen |
| Function Group | V56L | Deliveries for Shipment |
| Program Name | SAPLV56L | |
| INCLUDE Name | LV56LU07 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
I_LANGU | TYPE | SYST-LANGU | SY-LANGU | Language (for descriptions to be read) | ||
| |
OPT_READ_DELIVERY_DATA | TYPE | RV56A-SELKZ | 'X' | Read deliveries ? (otherwise transfer I_VTRLK/P!) | ||
| |
OPT_UNPACKED_ITEMS | TYPE | RV56A-SELKZ | 'X' | Generate VBPLP records for unpacked items? | ||
| |
OPT_PACKING_SUM | TYPE | RV56A-SELKZ | 'X' | Calculate summary data ? (table C_VBPLS1) | ||
| |
OPT_PACKING_GENERAL_DATA | TYPE | RV56A-SELKZ | 'X' | Calculate general data ? (table C_VBPLA) | ||
| |
I_DELIV | TYPE | SHIP_DELIV | Delivery numbers | |||
| |
I_VTRLK | TYPE | VTRLK | Delivery headers (if OPT_READ_DELIVERY_DATA = ' ') | |||
| |
I_VTRLP | TYPE | VTRLP | Delivery item (if OPT_READ_DELIVERY_DATA = ' ') | |||
| |
C_VBPLK | TYPE | VBPLK | Shipping unit headers | |||
| |
C_VBPLP | TYPE | VBPLP | Shipping unit items | |||
| |
C_VBPLS1 | TYPE | VBPLS1 | Summary data for each shipping material | |||
| |
C_VBPLA | TYPE | VBPLA | General data, packing, shipment, etc. | |||
| |
NO_DELIVERIES | TYPE | There are no delivery numbers in table I_DELIV | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19970129 |
| SAP Release Created in |