Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →The Function Module SD_SHIPMENT_STATUS_PLANNED (Funktionen bei Setzen des Status 'Disponiert' im Transportkopf) is a standard Function Module in SAP ERP and is part of the function group V56F within the package VTR.
Function Module | SD_SHIPMENT_STATUS_PLANNED |
Short Text | Funktionen bei Setzen des Status 'Disponiert' im Transportkopf |
Function Group | V56F |
Package | VTR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DEPARTURE | LIKE | LOC_DEPT | Poing of departure during leg determination for subsequent leg | |
I_DESTINATION | LIKE | LOC_DEST | Destination point during leg determination for preliminary leg | |
I_NEW_STATUS | LIKE | VTTK-STDIS | New status value (' ' or 'X') | |
I_NEW_STATUS_DATE | LIKE | VTTK-DTDIS | New date | |
I_NEW_STATUS_TIME | LIKE | VTTK-UZDIS | New time | |
I_TVTK | LIKE | TVTK | Shipment type | |
I_XVTTK_CONTROL | LIKE | VTTKVB | Transportkopf geplant f. Vergleich | |
OPT_DIALOG | LIKE | RV56A-SELKZ | 'X' | Carry out dialog for itinerary |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_LEG_DETERMINATION_DONE | LIKE | RV56A-SELKZ | Leg determination carried out | |
E_ROUTE_FROM_DELIVERY | LIKE | RV56A-SELKZ | Route copied from delivery | |
E_SERV_AGENT_FROM_DELIVERY | LIKE | RV56A-SELKZ | Service agent copied from delivery |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_XVTTK_WA | LIKE | VTTKVB | Transportkopf |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_XVBADR | LIKE | SADRVB | Addresses | |
C_XVBPA | LIKE | VBPAVB | Partners | |
C_XVTSP | LIKE | VTSPVB | Assign Stage/Item | |
C_XVTTK | LIKE | VTTKVB | Shipment header | |
C_XVTTP | LIKE | VTTPVB | Shipment items | |
C_XVTTS | LIKE | VTTSVB | Stages | |
C_YVBADR | LIKE | SADRVB | Addresses | |
C_YVBPA | LIKE | VBPAVB | Partners | |
C_YVTSP | LIKE | VTSPVB | Assign stage/item | |
C_YVTTP | LIKE | VTTPVB | Shipment items | |
C_YVTTS | LIKE | VTTSVB | Stages | |
I_DEPARTURE_SEQUENCE | LIKE | VTTSLKA | Itinerary | |
I_XTRLK | LIKE | VTRLK | Delivery headers | |
I_XTRLP | LIKE | VTRLP | ||
I_XVTFA | LIKE | VTFAVB | Update Structure VTFA with Dynamic Division | |
I_YVTFA | LIKE | VTFAVB | Update Structure VTFA with Dynamic Division |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
COPY_OF_DELIVERY_DATA_FAILED | Route could not be copied from the delivery |
DATE_INVALID | Date invalid |
TIME_INVALID | Time invalid |
WRONG_SHIPMENT_TYPE | Shipment type in C_XVTTK does not correspond with I_TVTK |