SWFDEDTOPT SAP (Container Editor: Options) Structure details

Dictionary Type: Structure
Description: Container Editor: Options




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




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

SWFDEDTOPT 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 "Container Editor: Options" 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_SWFDEDTOPT TYPE SWFDEDTOPT.

The SWFDEDTOPT table consists of various fields, each holding specific information or linking keys about Container Editor: Options data available in SAP. These include NO_CONT (No Display of Container Elements), TECH_VIEW (Technical View), SHOW_ICON (Display Parameter Icons), WIDTH_C1 (Width of Column 1).. 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: Not classified


SAP SWFDEDTOPT 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
NO_SYST No Display of System Variables0
NO_CONT No Display of Container Elements0
TECH_VIEW Technical View0
SHOW_ICON Display Parameter Icons0
WIDTH_C1 Width of Column 10
WIDTH_C2 Width of Column 20
DRAG_SRC Tree Can Be Source of Drag and Drop Operation0
DROP_TRGT Tree Can Be Target of Drag and Drop Operation0
DD_MODE Behavior with Drag and Drop (Return Value, and so On)0
SEL_SINGLE Selection with Single/Double Click0
NO_EXPAND No Expanding (Only Display Level 1 Elements)0
NO_TAB_EXP Do Not Expand Table0
ONLY_IMPRT Only Import Elements0
ONLY_EXPRT Only Export Elements0
ONLY_OBLIG Only Mandatory Import Elements0
NO_WFSYS No WF System Elements0
C1_HEADER Heading Column 10
C1_TOOLTIP Tooltip Column 10
C2_HEADER Heading Column 20
C2_TOOLTIP Tooltip Column 20
DEF_CLSTYPObject Category SWF_CLSTYPCHAR2SWF_CLSTYPSWF_CATID
SHOW_OBLIGContainer Editor: Options for Column Mandatory SWF_OBLIGCHAR1SWF_OBLIG
DD_HANDLERABAP Runtime Reference (REF TO OBJECT) SWFUTLOREFREF0OBJECT
DD_IS_LEFT 'X' - Control Displays the LEFT Tree (Drag&Drop)0
SHOWWFSYST 'X' - Display Workflow System Enhancement0
SHOWMETHOD 'X' - Display Methods from BO- and CL- Objects0

Key field Non-key field



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

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

How to access SAP table SWFDEDTOPT

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