The Function Module SD_SHIPMENT_STATUS_SHIPM_START (Funktionen bei Setzen des Status 'Transport Beginn' 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_SHIPM_START |
Short Text | Funktionen bei Setzen des Status 'Transport Beginn' 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_NEW_STATUS | LIKE | VTTK-STTBG | Neuer Status-Wert (' ' oder 'X') | |
I_NEW_STATUS_DATE | LIKE | VTTK-DATBG | Neues Datum | |
I_NEW_STATUS_TIME | LIKE | VTTK-UATBG | Neue Uhrzeit | |
I_TVTK | LIKE | TVTK | Transportart | |
OPT_DIALOG | LIKE | RV56A-SELKZ | 'X' | Dialog für Abfahrreihenfolge durchführen |
This function module does not define any EXPORTING parameters.
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 | Adressen | |
C_XVBPA | LIKE | VBPAVB | Partner | |
C_XVTSP | LIKE | VTSPVB | Zuordnung Abschnitt/Position | |
C_XVTTK | LIKE | VTTKVB | Transportkopf | |
C_XVTTP | LIKE | VTTPVB | Transportpositionen | |
C_XVTTS | LIKE | VTTSVB | Abschnitte | |
C_YVBADR | LIKE | SADRVB | Adressen | |
C_YVBPA | LIKE | VBPAVB | Partner | |
C_YVTSP | LIKE | VTSPVB | Zuordnung Abschnitt/Position | |
C_YVTTP | LIKE | VTTPVB | Transportpositionen | |
C_YVTTS | LIKE | VTTSVB | Abschnitte | |
I_XTRLK | LIKE | VTRLK | Lieferungsköpfe |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DATE_INVALID | Datum ungültig |
TIME_INVALID | Zeit ungültig |
WRONG_SHIPMENT_TYPE | Transportart in C_XVTTK entspricht nicht I_TVTK |