Menu

SAP Function Module SD_SHIPMENT_CREATE

Transport anlegen

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module SD_SHIPMENT_CREATE (Transport anlegen) is a standard Function Module in SAP ERP and is part of the function group V56C within the package VTR.

Technical Information

Function Module SD_SHIPMENT_CREATE
Short Text Transport anlegen
Function Group V56C
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_EXTNO LIKE VTTKVB-EXTNO External shipment number
I_OPT_STDIS LIKE RV56A-SELKZ Option: Set status 'planned'
I_OPT_STERM LIKE RV56A-SELKZ Option: Leg determination
I_PLTER_ABF LIKE SHIP_DEADL Planned date for transportation processing
I_PLTER_LBG LIKE SHIP_DEADL Planned date for start of loading
I_PLTER_LEN LIKE SHIP_DEADL Planned date for end of loading
I_PLTER_REG LIKE SHIP_DEADL Planned date for registration
I_PLTER_TBG LIKE SHIP_DEADL Planned date for start of the shipment
I_PLTER_TEN LIKE SHIP_DEADL Planned date for end of the shipment
I_VTTK_EXTI1 LIKE VTTK-EXTI1 External identification 1
I_VTTK_EXTI2 LIKE VTTK-EXTI2 External identification 2
I_VTTK_ROUTE LIKE VTTK-ROUTE Route
I_VTTK_SHTYP LIKE TVTK-SHTYP Shipment type
I_VTTK_SIGNI LIKE VTTK-SIGNI Branding
I_VTTK_TDLNR LIKE VTTK-TDLNR Specification of transportation service agent
I_VTTK_TKNUM LIKE VTTK-TKNUM Internal provisional shipment number
I_VTTK_TPBEZ LIKE VTTK-TPBEZ Description of transport
I_VTTK_TPLST LIKE TTDS-TPLST Transportation planning point

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_ERROR_DELIVERY LIKE SY-SUBRC Error during assignment of deliveries
E_VTTKVB LIKE VTTKVB Shipment header

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
E_SADRVB LIKE SADRVB Addresses
E_VBPAVB LIKE VBPAVB Partners
E_VTFAVB LIKE VTFAVB Document Flow
E_VTRLK LIKE VTRLK Delivery headers
E_VTRLP LIKE VTRLP Delivery notes
E_VTSPVB LIKE VTSPVB Assignment stage/item
E_VTTPVB LIKE VTTPVB Shipment items
E_VTTSVB LIKE VTTSVB Shipment stages
I_SHIP_DELIV LIKE SHIP_DELIV Delivery numbers

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CARRIER_BLOCK_CENTRAL_POSTING Forwarding agent blocked for central posting
CARRIER_BLOCK_CENTRAL_PURCHASE Forwarding agent blocked for sales
CARRIER_BLOCK_GOODS_RECEIPT Forwarding agent blocked goods issue
CARRIER_BLOCK_PURCHASE_QUALITY Forwarding agent blocked for sales (quality)
CARRIER_DELETE_FLAG Forwarding agent marked for deletion
DATE_INVALID Date invalid
DUPLICATE_SHIPMENT_NUMBER Shipment number already exists
EXTERNAL_NUMBER_INVALID External number is invalid
SHIPMENT_BLOCKED The shipment is blocked
TIME_INVALID Time invalid
WRONG_CARRIER Wrong forwarding agent
WRONG_DATE_SEQUENCE Start date comes before end date
WRONG_PLANNING_POINT Incorrect transportation planning point
WRONG_ROUTE Incorrect route
WRONG_SHIPMENT_TYPE Incorrect shipment type
WRONG_TIME_SEQUENCE Start time comes before end time