FPM_S_DIALOG_BOX_PROPERTIES SAP (Dialog Window Properties) Structure details

Dictionary Type: Structure
Description: Dialog Window Properties




ABAP Code to SELECT data from FPM_S_DIALOG_BOX_PROPERTIES
Related tables to FPM_S_DIALOG_BOX_PROPERTIES
Access table FPM_S_DIALOG_BOX_PROPERTIES




Structure field list including key, data, relationships and ABAP select examples

FPM_S_DIALOG_BOX_PROPERTIES is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Dialog Window Properties" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FPM_S_DIALOG_BOX_PROPERTIES TYPE FPM_S_DIALOG_BOX_PROPERTIES.

The FPM_S_DIALOG_BOX_PROPERTIES table consists of various fields, each holding specific information or linking keys about Dialog Window Properties data available in SAP. These include BUTTON_SET (FPM: Choice of Dialog Box Buttons), TOOL_TIP_FOR_OK_BUTTON (Tooltip for OK Button in FPM Dialog Box), TOOL_TIP_FOR_CANCEL_BUTTON (Tooltip for Cancel Button in FPM Dialog Box), TOOL_TIP_FOR_CLOSE_BUTTON (FPM: Close-Button Tooltip).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP FPM_S_DIALOG_BOX_PROPERTIES structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TITLEFPM: Title of Dialog Box FPM_DIALOG_TITLESTRG0WDY_CONF_TRANSL_TEXT
BUTTON_SETFPM: Choice of Dialog Box Buttons FPM_DIALOG_BUTTON_SETINT13FPM_DIALOG_BUTTON_SET
TOOL_TIP_FOR_OK_BUTTONTooltip for OK Button in FPM Dialog Box FPM_DIALOG_OK_TOOLTIPSTRG0WDY_CONF_TRANSL_TEXT
TOOL_TIP_FOR_CANCEL_BUTTONTooltip for Cancel Button in FPM Dialog Box FPM_DIALOG_CANCEL_TOOLTIPSTRG0WDY_CONF_TRANSL_TEXT
TOOL_TIP_FOR_CLOSE_BUTTONFPM: Close-Button Tooltip FPM_DIALOG_CLOSE_TOOLTIPSTRG0WDY_CONF_TRANSL_TEXT
TEXT_FOR_CLOSE_BUTTONText for Close Button FPM_DIALOG_CLOSE_TEXTSTRG0WDY_CONF_TRANSL_TEXT
TEXT_FOR_OK_BUTTONText for OK Button FPM_DIALOG_OK_TEXTSTRG0WDY_CONF_TRANSL_TEXT
TEXT_FOR_CANCEL_BUTTONText for Cancel Button FPM_DIALOG_CANCEL_TEXTSTRG0WDY_CONF_TRANSL_TEXT
HEIGHTHeight of Dialog Box FPM_DIALOG_BOX_HEIGHTSTRG0STRING
WIDTHWidth of Dialog Box FPM_DIALOG_BOX_WIDTHSTRG0STRING
TEXT_FOR_NO_BUTTONText for No Button in Dialog Box FPM_DIALOG_NO_TEXTSTRG0WDY_CONF_TRANSL_TEXT
TEXT_FOR_YES_BUTTONText for Yes Button FPM_DIALOG_YES_TEXTSTRG0WDY_CONF_TRANSL_TEXT
TOOL_TIP_FOR_YES_BUTTONTooltip for Yes Button in FPM Dialog Box FPM_DIALOG_YES_TOOLTIPSTRG0WDY_CONF_TRANSL_TEXT
TOOL_TIP_FOR_NO_BUTTONTooltip for No Button in FPM Dialog Box FPM_DIALOG_NO_TOOLTIPSTRG0WDY_CONF_TRANSL_TEXT

Key field Non-key field



How do I retrieve data from SAP structure FPM_S_DIALOG_BOX_PROPERTIES using ABAP code?

As FPM_S_DIALOG_BOX_PROPERTIES is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FPM_S_DIALOG_BOX_PROPERTIES as there is no data to select.

How to access SAP table FPM_S_DIALOG_BOX_PROPERTIES

Within an ECC or HANA version of SAP you can also view further information about FPM_S_DIALOG_BOX_PROPERTIES and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!