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 BURS_POPUP_TO_CONFIRM_MULTIPLE (GPB: Dialogfenster, Arbeitsschrittbestätigung zu mehreren Bez./RoFind.) is a standard Function Module in SAP ERP and is part of the function group BURS within the package BUPA.
Function Module | BURS_POPUP_TO_CONFIRM_MULTIPLE |
Short Text | GPB: Dialogfenster, Arbeitsschrittbestätigung zu mehreren Bez./RoFind. |
Function Group | BURS |
Package | BUPA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DEFAULTOPTION | TYPE | C | 'N' | |
I_DIRECTION | TYPE | C | SPACE | |
I_OPTION_ALL | LIKE | BUS050POPC-OPTION2 | ||
I_RELATION | LIKE | BUT050 | ||
I_START_COLUMN | LIKE | SY-CUCOL | 15 | |
I_START_ROW | LIKE | SY-CUROW | 2 | |
I_TEXTLINE1 | LIKE | BUS050POPC-TEXTLINE1 | ||
I_TEXTLINE2 | LIKE | BUS050POPC-TEXTLINE2 | SPACE | |
I_TITLE | LIKE | BUS050POPC-TITLE |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ANSWER | TYPE | C |
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.