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 UPX_SP_API_ADD_COMBINATION (Add Combination) is a standard Function Module in SAP ERP and is part of the function group UPX_SP_API within the package UPX.
Function Module | UPX_SP_API_ADD_COMBINATION |
Short Text | Add Combination |
Function Group | UPX_SP_API |
Package | UPX |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_TITLE | TYPE | UPX_YT_CHANM_TITLE | Title of ADD Combination Screen | |
I_AREA | TYPE | UPC_Y_AREA | Planning Area | |
I_FLAG_PERTYP | TYPE | XFELD | Checkbox Field | |
I_FLAG_TIMECHANM | TYPE | XFELD | Checkbox Field | |
I_ITEM | TYPE | UPX_API_Y_ITEM | LaunchPad Entry - Item, External API | |
I_PROFILE | TYPE | UPX_Y_PROFILE | Planning Services Profile | |
I_TASK | TYPE | UPX_API_Y_TASK | Planning book | |
I_UPX_API | CLASS | CL_UPX_API | UPX: Sales Planning: External APIs |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_SUBRC | TYPE | SY-SUBRC | Return Value, Return Value After ABAP Statements |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
XT_STRUCTURE | TYPE | UPX_YT_CHANM_CHAVL_TEXT | Add Combination | |
XT_TIME | TYPE | UPX_YT_TIME | Add Combination |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.