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 UPB_PS_CUST_API () is a standard Function Module in SAP ERP and is part of the function group UPB_PS_CUST within the package UPBPM.
Function Module | UPB_PS_CUST_API |
Short Text | |
Function Group | UPB_PS_CUST |
Package | UPBPM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_DETAIL | TYPE | UPB_YT_PM_SETTINGS | Planning Folders: Technical Details | |
IT_VAR | TYPE | UPB_YT_PM_VAR | New Structure for Variables of a Planning Folder | |
I_APPLC | TYPE | UPB_Y_APPLC | Planning Application | |
I_AREA | TYPE | UPC_Y_AREA | Planning Area | |
I_EXE_TYPE | TYPE | UPB_Y_PS_TYPE | Type of Planning Folder | |
I_FREE | TYPE | UPB_Y_PM_FLAG | Planning Folders: Status | |
I_INIT | TYPE | UPB_Y_PM_FLAG | Single-Character Flag | |
I_PM | TYPE | UPB_Y_PS_NAME | Name of planning book | |
I_PM2WIF | TYPE | UPB_Y_PM_FLAG | Planning Folders: Status | |
I_PREV_PM | TYPE | UPB_Y_PS_NAME | Name of planning book | |
I_SAVE | TYPE | UPB_Y_PM_FLAG | Single-Character Flag | |
I_TEXT | TYPE | UPB_Y_PS_NAMETXT | Description of Planning Book | |
I_USE_INIT_VAL | TYPE | UPB_Y_PM_FLAG | Planning Folders: Status | |
I_WIF | TYPE | UPWB_Y_ID | Label for Web Interface |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_STATINFO | TYPE | UPC_YS_STATINFO | ||
ET_DESIGN | TYPE | UPB_YT_PM_DESIGN | Structure of a Planning Book | |
ET_DETAIL | TYPE | UPB_YT_PM_SETTINGS | Planning Folders: Technical Details | |
ET_GRAPH | TYPE | UPB_YT_PM_POB_GRAPH | Graphic Attributes of POBs | |
ET_MESG | TYPE | BAPIRET2_T | Return Table | |
ET_PROP | TYPE | UPB_YT_PM_PROP | Attributes of Planning Objects | |
ET_VAR | TYPE | UPB_YT_PM_VAR | New Structure for Variables of a Planning Folder | |
E_AREA | TYPE | UPC_Y_AREA | Planning Area | |
E_EXE_TYPE | TYPE | UPB_Y_PS_TYPE | Type of Planning Folder | |
E_PREV_PM | TYPE | UPB_Y_PS_NAME | Name of planning book | |
E_SUBRC | TYPE | SY-SUBRC | Return Value, Return Value After ABAP Statements | |
E_TEXT | TYPE | UPB_Y_PS_NAMETXT | Description of Planning Book | |
E_WIF | TYPE | UPWB_Y_ID | Label for Web Interface |
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.