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
Importing I_LANGU TYPE SYST-LANGU SY-LANGU Language (for descriptions to be read)
Importing OPT_READ_DELIVERY_DATA TYPE RV56A-SELKZ 'X' Read deliveries ? (otherwise transfer I_VTRLK/P!)
Importing OPT_UNPACKED_ITEMS TYPE RV56A-SELKZ 'X' Generate VBPLP records for unpacked items?
Importing OPT_PACKING_SUM TYPE RV56A-SELKZ 'X' Calculate summary data ? (table C_VBPLS1)
Importing OPT_PACKING_GENERAL_DATA TYPE RV56A-SELKZ 'X' Calculate general data ? (table C_VBPLA)
Tables I_DELIV TYPE SHIP_DELIV Delivery numbers
Tables I_VTRLK TYPE VTRLK Delivery headers (if OPT_READ_DELIVERY_DATA = ' ')
Tables I_VTRLP TYPE VTRLP Delivery item (if OPT_READ_DELIVERY_DATA = ' ')
Tables C_VBPLK TYPE VBPLK Shipping unit headers
Tables C_VBPLP TYPE VBPLP Shipping unit items
Tables C_VBPLS1 TYPE VBPLS1 Summary data for each shipping material
Tables C_VBPLA TYPE VBPLA General data, packing, shipment, etc.
Exception NO_DELIVERIES TYPE There are no delivery numbers in table I_DELIV
               
Processing Type
Normal Function Module  
Remote-Enabled 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