Menu

SAP Function Module LE_SHIPMENT_BADI_DATA_XFER

Copy shipment tables to BadI complex data type

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

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 LE_SHIPMENT_BADI_DATA_XFER (Copy shipment tables to BadI complex data type) is a standard Function Module in SAP ERP and is part of the function group V56U within the package VTR.

Technical Information

Function Module LE_SHIPMENT_BADI_DATA_XFER
Short Text Copy shipment tables to BadI complex data type
Function Group V56U
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_FLAG_TRA_COMPLETE TYPE TRA_SAVE_COMPLETE 'X' Kennzeichen: Transportdaten sind vollständig
I_TRA_SAVE_CALLER TYPE TRA_SAVE_CALLER Aufruferkennzeichnung beim Sichern von Transporten

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_CXSHIPMENTS TYPE CXSHIPMENT Aggregate type: Shipments 'pre' DB update context
C_CXSHIPMENTS_DBUC TYPE CXSHIPMENT_DBUC Aggregate type: Shipments in DB Update Context

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_DB_VTFA_DEL LIKE VTFA Shipment Document Flow
I_DB_VTFA_INS LIKE VTFA Shipment Document Flow
I_DB_VTFA_UPD LIKE VTFA Shipment Document Flow
I_DB_VTSP_DEL LIKE VTSP Stage of Transport / Item Allocation
I_DB_VTSP_INS LIKE VTSP Stage of Transport / Item Allocation
I_DB_VTSP_UPD LIKE VTSP Stage of Transport / Item Allocation
I_DB_VTTK_DEL LIKE VTTK Shipment Header
I_DB_VTTK_INS LIKE VTTK Shipment Header
I_DB_VTTK_UPD LIKE VTTK Shipment Header
I_DB_VTTP_DEL LIKE VTTP Shipment Item
I_DB_VTTP_INS LIKE VTTP Shipment Item
I_DB_VTTP_UPD LIKE VTTP Shipment Item
I_DB_VTTS_DEL LIKE VTTS Stage of Shipment
I_DB_VTTS_INS LIKE VTTS Stage of Shipment
I_DB_VTTS_UPD LIKE VTTS Stage of Shipment
I_U_XVBADR LIKE SADRVB Reference structure for XSADR/YSADR
I_U_XVBPA LIKE VBPAVB Reference structure for XVBPA/YVBPA
I_U_YVBADR LIKE SADRVB Reference structure for XSADR/YSADR
I_U_YVBPA LIKE VBPAVB Reference structure for XVBPA/YVBPA
I_XSADR LIKE SADRVB Reference structure for XSADR/YSADR
I_XVBPA LIKE VBPAVB Reference structure for XVBPA/YVBPA
I_XVEKP LIKE VEKPVB Work Table for Handling Unit Header
I_XVEPO LIKE VEPOVB Work Table for Shipping Unit Item
I_XVTRLK LIKE VTRLK Delivery in Shipment: Header
I_XVTRLP LIKE VTRLP Delivery in Shipment: Item
I_XVTSP LIKE VTSPVB Stage of Transport / Item: Logging
I_XVTTK LIKE VTTKVB Shipment Header for Logging
I_XVTTP LIKE VTTPVB Shipment Item for Logging
I_XVTTS LIKE VTTSVB Stage of Shipment
I_YSADR LIKE SADRVB Reference structure for XSADR/YSADR
I_YVBPA LIKE VBPAVB Reference structure for XVBPA/YVBPA
I_YVEKP LIKE VEKPVB Work Table for Handling Unit Header
I_YVEPO LIKE VEPOVB Work Table for Shipping Unit Item
I_YVTSP LIKE VTSPVB Stage of Transport / Item: Logging
I_YVTTK LIKE VTTKVB Shipment Header for Logging
I_YVTTP LIKE VTTPVB Shipment Item for Logging
I_YVTTS LIKE VTTSVB Stage of Shipment

Exceptions

This function module does not define any Exceptions.