Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module CX_OVERLAPPING_SCHEDULE (Anordnungsbeziehungen für die Überlappung terminieren) is a standard Function Module in SAP ERP and is part of the function group CXTK within the package CX.
Function Module | CX_OVERLAPPING_SCHEDULE |
Short Text | Anordnungsbeziehungen für die Überlappung terminieren |
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 |
---|---|---|---|---|
CXAFVG_NCH | TYPE | CXAFVG_V1 | ||
CXAFVG_VOR | TYPE | CXAFVG_V1 | ||
CXZEIT_IMP | TYPE | CXZEIT | ||
I_FLG_FIRST_VOR | TYPE | CX_BOOL | SPACE | |
I_FLG_FORWARD | TYPE | CX_BOOL | SPACE | |
I_FLG_PROTOCOL | TYPE | CX_BOOL | 'X' | |
I_FLG_SHIFT_ORDER | TYPE | CX_BOOL | SPACE | |
I_OVERLAP_REL | TYPE | CX_OVERLAP_KANTE | ||
I_POINT_IN_TIME | TYPE | CX_POINT_IN_TIME | ||
I_STATUS_TRU_NCH | TYPE | CX_STATUS_ACTIVE | SPACE | |
I_STATUS_TRU_VOR | TYPE | CX_STATUS_ACTIVE | SPACE | |
T499R_NCH | TYPE | T499R | ||
T499R_VOR | TYPE | T499R |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FLG_NOT_MIN_OVERLAP | TYPE | CX_BOOL | ||
E_MOVE_TIME | TYPE | CXZEIT-TRANSP | ||
E_MOVE_TIME_U | TYPE | CXZEIT-TRAZE | ||
E_POINT_IN_TIME_END | TYPE | CX_POINT_IN_TIME | ||
E_POINT_IN_TIME_START | 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.