SWFBNDOPT SAP (Options for Setting Parameters of the Binding Editor) Structure details

Dictionary Type: Structure
Description: Options for Setting Parameters of the Binding Editor




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




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

SWFBNDOPT 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 "Options for Setting Parameters of the Binding Editor" 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_SWFBNDOPT TYPE SWFBNDOPT.

The SWFBNDOPT table consists of various fields, each holding specific information or linking keys about Options for Setting Parameters of the Binding Editor data available in SAP. These include ALLOWMDCHG ('X' - Allow Change Display->Change), ALLOW_SAVE ('X' - Display Save Button and Launch SAVE_REQUESTED Event), ALLOW_ERR ('X' - Also Allow Save for Incorrect Binding), BINDTYPE (Logical Binding Type (For Example: Workflow -> Step)).. 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 SWFBNDOPT 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
DISP_MODE 'X' - Display Only0
ALLOWMDCHG 'X' - Allow Change Display->Change0
ALLOW_SAVE 'X' - Display Save Button and Launch SAVE_REQUESTED Event0
ALLOW_ERR 'X' - Also Allow Save for Incorrect Binding0
BINDTYPE Logical Binding Type (For Example: Workflow -> Step)0
DATAFLOWWorkflow Binding: Binding Time SWA_DAFLOWCHAR1SWA_DAFLOW
LOOPINDEXIndex for table element SWC_INDEXNUMC6SWC_INDEX
LOOPELEM Name of Element for Dynamic Parallel Processing0
LOCAL_UNDO 'X' - Display Undo Button Locally0
LOCAL_CHCK 'X' - Display Check Button Locally0
DD_ENABLE Enable Drag&Drop0
DIRECT_CHK Syntax Check After Every Input -> User-Specific0
NOWARNINGS Warnings and Information Not Output -> User Dependent0
DISP_SIZE 'S' - Small, 'M' - Medium, 'L' - Large, 'F' - Full Screen0
DISP_WIDTH Dialog Box Width0
DISP_HEIGT Dialog Box Height0
TITLE Text for the Title Row of the Editor0
EXP_TITLE Text for the Title Column of the Export Binding0
IMP_TITLE Text for the Title Column of the Import Binding0
SRC_TITLE Text for the Source Container/Expression0
SRC_TOOLTP Tooltip for the Source Container/Expression0
TGT_TITLE Text for the Target Container/Expression0
TGT_TOOLTP Tooltip for the Target Container/Expression0
GUI_P_NAME Name of Parent GUI Container for Connection to a Screen0
GUI_DYNNRDynpro Number SYDYNNRCHAR4SYCHAR04
GUI_REPIDABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
SHOW_INTERNAL_OPIndicator: Display Internal Operators SWFBND_SHOW_OPCHAR1SWFBND_SHOW_OP
HIDE_METHODS_SRC 'X' - Hide Methods in Source Container0
HIDE_METHODS_TGT 'X' - Hide Methods in Target Container0

Key field Non-key field



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

As SWFBNDOPT 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 SWFBNDOPT as there is no data to select.

How to access SAP table SWFBNDOPT

Within an ECC or HANA version of SAP you can also view further information about SWFBNDOPT 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!