Menu

SAP Function Module J_1IEX_POPUP_TO_CONFIRM

Final popup

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

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 J_1IEX_POPUP_TO_CONFIRM (Final popup) is a standard Function Module in SAP ERP and is part of the function group J1IEX within the package J1ICIN40A.

Technical Information

Function Module J_1IEX_POPUP_TO_CONFIRM
Short Text Final popup
Function Group J1IEX
Package J1ICIN40A
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DEFAULT_BUTTON LIKE '1' Cursor position
DIAGNOSE_OBJECT LIKE DOKHL-OBJECT SPACE Diagnosis text (maintain via SE61)
DISPLAY_CANCEL_BUTTON LIKE 'X' Button for displaying cancel pushbutton
DISPLAY_NO_BUTTON LIKE 'X' Button for displaying NO pushbutton
ICON_BUTTON_1 LIKE ICON-NAME SPACE Icon on first pushbutton
ICON_BUTTON_2 LIKE ICON-NAME SPACE Icon on second pushbutton
POPUP_TYPE LIKE ICON-NAME Icon type
START_COLUMN LIKE SY-CUCOL 25 Column in which the POPUP begins
START_ROW LIKE SY-CUROW 6 Line in which the POPUP begins
TEXT_BUTTON_1 LIKE 'Yes'(202) Text on the first pushbutton
TEXT_BUTTON_2 LIKE 'No'(203) Text on the second pushbutton
TEXT_QUESTION LIKE Question text in dialog box
TITLEBAR LIKE SPACE Title of dialog box
USERDEFINED_F1_HELP LIKE DOKHL-OBJECT SPACE User-defined F1 help

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ANSWER LIKE Return values: '1', '2', 'A'

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PARAMETER LIKE SPAR Text transfer table for parameter in text

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
TEXT_NOT_FOUND Diagnosis text not found