Menu

SAP Function Module SD_DELIVERY_PACKING_VIEW

Lesen von Verpackungsdaten für mehrere Lieferungen

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module SD_DELIVERY_PACKING_VIEW (Lesen von Verpackungsdaten für mehrere Lieferungen) is a standard Function Module in SAP ERP and is part of the function group V56L within the package VTR.

Technical Information

Function Module SD_DELIVERY_PACKING_VIEW
Short Text Lesen von Verpackungsdaten für mehrere Lieferungen
Function Group V56L
Package VTR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_LANGU LIKE SY-LANGU SY-LANGU Language (for descriptions to be read)
OPT_PACKING_GENERAL_DATA LIKE RV56A-SELKZ 'X' Calculate general data ? (table C_VBPLA)
OPT_PACKING_SUM LIKE RV56A-SELKZ 'X' Calculate summary data ? (table C_VBPLS1)
OPT_READ_DELIVERY_DATA LIKE RV56A-SELKZ 'X' Read deliveries ? (otherwise transfer I_VTRLK/P!)
OPT_UNPACKED_ITEMS LIKE RV56A-SELKZ 'X' Generate VBPLP records for unpacked items?

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_VBPLA LIKE VBPLA General data, packing, shipment, etc.
C_VBPLK LIKE VBPLK Shipping unit headers
C_VBPLP LIKE VBPLP Shipping unit items
C_VBPLS1 LIKE VBPLS1 Summary data for each shipping material
I_DELIV LIKE SHIP_DELIV Delivery numbers
I_VTRLK LIKE VTRLK Delivery headers (if OPT_READ_DELIVERY_DATA - ' ')
I_VTRLP LIKE VTRLP Delivery item (if OPT_READ_DELIVERY_DATA - ' ')

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NO_DELIVERIES There are no delivery numbers in table I_DELIV