SWACONTED SAP (Metadata for Control of Container Editor Dialog) Structure details

Dictionary Type: Structure
Description: Metadata for Control of Container Editor Dialog




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




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

SWACONTED 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 "Metadata for Control of Container Editor Dialog" 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_SWACONTED TYPE SWACONTED.

The SWACONTED table consists of various fields, each holding specific information or linking keys about Metadata for Control of Container Editor Dialog data available in SAP. These include OBLIGIMP (Required), PARAM_EXP (Parameter is exported from method), OBLIGEXP (Mandatory element), TABELEM (Multiline element).. 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: Cannot Be Enhanced


SAP SWACONTED 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
PARAM_IMPParameter is imported in method SWC_IMPORTCHAR1SWC_BOOL
OBLIGIMPRequired SWC_OBLIMPCHAR1SWC_BOOL
PARAM_EXPParameter is exported from method SWC_EXPORTCHAR1SWC_BOOL
OBLIGEXPMandatory element SWC_OBLIGCHAR1SWC_BOOL
TABELEMMultiline element SWC_TABELMCHAR1SWC_BOOL
TAB_OBJDICCheckbox XFELDCHAR1XFELD
TAB_WFSTDCheckbox XFELDCHAR1XFELD
TAB_ABAPCheckbox XFELDCHAR1XFELD
REF_DData type reference ABAP Dictionary SWC_REFTPDCHAR1SWC_BOOL
REF_OData type reference object type SWC_REFTPOCHAR1SWC_BOOL
REFOBJTYPEReference obj. type SWO_REFOBJCHAR10Assigned to domainOJ_NAME
OBJTYPTEXTDescription SWC_SHTEXTCHAR80TEXT80
OBJTYPDESCName SWC_DESCRCHAR20TEXT20
REFSTRUCTReference table SWC_REFSTRCHAR30Assigned to domainAS4TAB
STRUCTEXTDescription SWC_SHTEXTCHAR80TEXT80
STRUCTDESCName SWC_DESCRCHAR20TEXT20
REFFIELDReference field SWC_REFFLDCHAR30Assigned to domainFDNAME
FIELDTEXTDescription SWC_SHTEXTCHAR80TEXT80
FIELDDESCName SWC_DESCRCHAR20TEXT20
STATETXTText for object type status SWO_RELTXTCHAR20TEXT20
WFCOUNTERCheckbox XFELDCHAR1XFELD
WFFLAGCheckbox XFELDCHAR1XFELD
WFBOOLEANCheckbox XFELDCHAR1XFELD
WFDATECheckbox XFELDCHAR1XFELD
WFTIMECheckbox XFELDCHAR1XFELD
WFTIMEZONECheckbox XFELDCHAR1XFELD
WFTIMESTMPCheckbox XFELDCHAR1XFELD
WFORGUNITCheckbox XFELDCHAR1XFELD
WFLANGUAGECheckbox XFELDCHAR1XFELD
WFCURRAMNTCheckbox XFELDCHAR1XFELD
WFCURRKEYCheckbox XFELDCHAR1XFELD
WFUNITAMNTCheckbox XFELDCHAR1XFELD
WFUNITKEYCheckbox XFELDCHAR1XFELD
WFXMLDOCCheckbox XFELDCHAR1XFELD
WFURLCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SWACONTED

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