The Function Module CX_MOVE_TIME_SCHEDULE (Termine für den Transport ermitteln) is a standard Function Module in SAP ERP and is part of the function group CXTK within the package CX.
Function Module | CX_MOVE_TIME_SCHEDULE |
Short Text | Termine für den Transport ermitteln |
Function Group | CXTK |
Package | CX |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ARBID_NCH | TYPE | RCR01-ARBID | ObjektId | |
I_ARBID_VOR | TYPE | RCR01-ARBID | ObjektId | |
I_FLG_EXACT_BREAKS | TYPE | CAUFVD-BREAKS | Kennzeichen: Pausengenaue Terminierung | |
I_FLG_FORWARD | TYPE | CX_BOOL | SPACE | |
I_FLG_PROTOCOL | TYPE | CX_BOOL | 'X' | |
I_MOVE_TIME | TYPE | AFVV-ZTNOR | 0 | Normale Transportzeit |
I_MOVE_TIME_MIN | TYPE | AFVV-ZTMIN | 0 | Minimale Transportzeit |
I_MOVE_TIME_MIN_U | TYPE | AFVV-ZEITM | SPACE | Einheit der minimalen Transportzeit |
I_MOVE_TIME_U | TYPE | AFVV-ZEITN | SPACE | Einheit der normalen Transportzeit |
I_MOVE_TIME_U_EXP | TYPE | T006-MSEHI | SPACE | Maßeinheit |
I_POINT_IN_TIME | TYPE | CX_POINT_IN_TIME | ||
I_POINT_IN_TIME_2 | TYPE | CX_POINT_IN_TIME | 0 | |
I_T001W_FABKL | TYPE | T001W-FABKL | SPACE | Schlüssel des Fabrikkalenders |
T499R_IMP | TYPE | T499R | Reduzierungsstufen der Reduzierungsstrategien |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_MOVE_TIME | TYPE | CXZEIT-TRANSP | Transportzeit | |
E_MOVE_TIME_U | TYPE | CXZEIT-TRAZE | Einheit Transportzeit | |
E_MOVE_TIME_VALUE | LIKE | |||
E_POINT_IN_TIME_1 | TYPE | CX_POINT_IN_TIME | ||
E_POINT_IN_TIME_2 | TYPE | CX_POINT_IN_TIME |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.