Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module CX_OPR_FILL_FROM_CXZEIT (Umrechnen der Termine und Dauern aus CXZEIT) is a standard Function Module in SAP ERP and is part of the function group CXTK within the package CX.
Function Module | CX_OPR_FILL_FROM_CXZEIT |
Short Text | Umrechnen der Termine und Dauern aus CXZEIT |
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 |
---|---|---|---|---|
AFVGD_IMP | LIKE | AFVGD | Vorgang / Untervorgang | |
AFVGD_OPR_IMP | LIKE | AFVGD | Hauptvorgang | |
CAUFVD_IMP | LIKE | CAUFVD | Auftragskopf | |
CXZEIT_IMP | LIKE | CXZEIT | Zeitpunkte des Vorgangs / Untervorgangs | |
CXZEIT_OPR_IMP | LIKE | CXZEIT | Zeitpunkte des Hauptvorgangs | |
I_FLG_ARBEI | LIKE | CAUFVD-FLG_ARBEI | SPACE | |
I_FLG_CONV | TYPE | CX_BOOL | SPACE | |
I_FLG_DATES_ONLY | TYPE | CX_BOOL | SPACE | |
I_FLG_FORWARD | TYPE | CX_BOOL | 'X' | |
I_SCHED_END | TYPE | CX_POINT_IN_TIME | 2147483647 | |
I_SCHED_START | TYPE | CX_POINT_IN_TIME | 0 | |
I_TMBAS | LIKE | CAUFVD-TMBAS | '1' |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
AFVGD_EXP | LIKE | AFVGD | ||
CXZEIT_EXP | LIKE | CXZEIT |
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.