Menu

SAP Function Module BKK_POPUP_DISPLAY_LIST

Popup mit benutzerdefinierten Drucktasten zur Anzeige eines Textes

Recommended Now

Fire TV Stick Lite Essentials Bundle

This bundle contains Amazon Fire TV Stick Lite and Mission USB Power Cable. The USB power cable eliminates the need to find an AC outlet near your TV by powering Amazon Fire TV directly from your TV's USB port. Includes special power management circuitry that enhances the peak power capability of the USB port by storing excess energy and then releasing it as needed.

Check it out on amazon.com →

The Function Module BKK_POPUP_DISPLAY_LIST (Popup mit benutzerdefinierten Drucktasten zur Anzeige eines Textes) is a standard Function Module in SAP ERP and is part of the function group FBK_TOOLS within the package FKBE.

Technical Information

Function Module BKK_POPUP_DISPLAY_LIST
Short Text Popup mit benutzerdefinierten Drucktasten zur Anzeige eines Textes
Function Group FBK_TOOLS
Package FKBE
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_CALLBACK_PROGRAM TYPE SYREPID ABAP-Programm, aktuelles Rahmenprogramm
I_DISPLAY_CANCEL_BUTTON TYPE BKK_FLG 'X' Schalter für Anzeige des Abbrechen-Buttons
I_DISPLAY_OK_BUTTON TYPE BKK_FLG 'X' Schalter für Anzeige des OK-Buttons
I_END_COLUMN TYPE SYCUCOL 70 Endspalte des Dialogfensters
I_END_ROW TYPE SYCUROW 15 Endzeile des Dialogfensters
I_START_COLUMN TYPE SYCUCOL 5 Startspalte des Dialogfensters
I_START_ROW TYPE SYCUROW 5 Startzeile des Dialogfensters
I_TITLE TYPE SYTITLE Text der Titelzeile

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ANSWER LIKE RSNEWLENG-FCODE OK-Code

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
USER_BUTTONS LIKE SMP_DYNTXT Übergabetabelle für Drucktasten

Exceptions

This function module does not define any Exceptions.