Data Element list used by SAP ABAP Function Module L_TO_TIME_DIFF (Berechnen der Dauer aus Start- und Endezeitpunkt eines TAs)
SAP ABAP Function Module
L_TO_TIME_DIFF (Berechnen der Dauer aus Start- und Endezeitpunkt eines TAs) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | LTAK_ENDAT | Transfer Order End Date | SOURCE VALUE(I_END_DATE) LIKE LTAK-ENDAT |
|
| 2 | LTAK_ENUZT | Transfer Order End Time | SOURCE VALUE(I_END_TIME) LIKE LTAK-ENUZT |
|
| 3 | LTAK_ISTWM | Actual Time of the WM Transfer Order | SOURCE VALUE(E_TIME_DIFF) LIKE LTAK-ISTWM |
|
| 4 | LTAK_STDAT | Start Date of the Transfer Order | SOURCE VALUE(I_START_DATE) LIKE LTAK-STDAT |
|
| 5 | LTAK_STUZT | Start time of the transfer order | SOURCE VALUE(I_START_TIME) LIKE LTAK-STUZT |
|
| 6 | LVS_ZEIEI | Time unit for performance data | SOURCE VALUE(I_TIME_UOM) LIKE LTAK-ZEIEI |
|