SWU_CONTD SAP (WF: Container definition with exclusion flag) Structure details

Dictionary Type: Structure
Description: WF: Container definition with exclusion flag




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




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

SWU_CONTD 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 "WF: Container definition with exclusion flag" 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_SWU_CONTD TYPE SWU_CONTD.

The SWU_CONTD table consists of various fields, each holding specific information or linking keys about WF: Container definition with exclusion flag data available in SAP. These include ELEMENT (Element), VERBTYPE (Verb type (key, attr., method)), EDITORDER (Editing sequence), ISINTERF (Interface object type).. 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 SWU_CONTD 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
ELEMENTElement SWC_ELEMCHAR32SWC_ELEM
VERBTYPEVerb type (key, attr., method) SWO_VERBTPCHAR1SWO_VERBTP
EDITORDEREditing sequence SWC_EDITORNUMC4NUMC4
ISINTERFInterface object type SWO_ISIFCHAR1SWC_BOOL
CREA_RELRelease at Creation SWO_CREARECHAR4CHAR4
OBJTYPEObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
OBJTYPECLSObject Type Class SWO_OTCLASCHAR2SWO_OTCLAS
REFTYPEDictionary SWC_REFTYPCHAR1SWC_REFTYP
REFSTRUCTReference table SWC_REFSTRCHAR30Assigned to domainAS4TAB
REFFIELDReference field SWC_REFFLDCHAR30Assigned to domainFDNAME
REFOBJTYPEReference obj. type SWO_REFOBJCHAR10TOJTBOJ_NAME
EDITELEMElement name in upper/lower case SWC_EDITELCHAR32SWC_EDITEL
OLEINDEXOLE verb index SWO_OLEINDNUMC10NUMC10
WINHLPINDWinHelp index SWO_WINHIDNUMC10NUMC10
DESCRIPTName SWC_DESCRCHAR20TEXT20
SHORTTEXTDescription SWC_SHTEXTCHAR80TEXT80
OLETYPEOLE data type SWO_OLETYPNUMC5NUMC5
OLETYPE_POLE pointer SWO_OLEPTRCHAR1SWC_BOOL
ELEMTYPEElement type SWC_ELEMTPCHAR1SWC_ELEMTP
OBLIGIMPRequired SWC_OBLIMPCHAR1SWC_BOOL
OBLIGMandatory element SWC_OBLIGCHAR1SWC_BOOL
TABELEMMultiline element SWC_TABELMCHAR1SWC_BOOL
MCODESearch Help (Formerly Matchcode) SWC_MCODECHAR30Assigned to domainSHLPNAME
HLPPARAMName of a search help parameter SHLPFIELDCHAR30Assigned to domainFDNAME
ATTRTYPEAttribute type SWO_ATTYPECHAR1SWO_ATTYPE
ISTATObject status SWO_ISTATCHAR5CHAR5
ABAPTYPEABAP function type SWO_METYPECHAR1SWO_METTYP
ISAPIMethod is R/3 interface function SWO_ISAPICHAR1SWC_BOOL
ABAPNAMEName of ABAP Function SWO_ATTNAMCHAR30CHAR30
FUNCPNAMEName of corresponding function module parameter SWC_FUPARCHAR30LPARAMETER
DIALOGMethod with dialog SWO_DIALOGCHAR1SWC_BOOL
SYNCHRONSynchronous method SWO_SYNCHCHAR1SWC_BOOL
RESULTMethod with result parameter SWO_RESULTCHAR1SWC_BOOL
NOEDITNo editing due to inheritance or needs to be overridden SWC_NOEDITCHAR1SWC_INHERI
SORTORDERSort sequence SWC_SORTODNUMC4NUMC04
FILTERFilter is set SWC_FILTERCHAR1SWC_BOOL
COUNTPARAMNumber of parameters in method SWO_CNTPARNUMC2NUMC2
OLEARRAYNumber of columns SWO_OLEARRCHAR1SWC_BOOL
GUISELECTRelevant for user interface SWO_GUISELCHAR1SWC_BOOL
CLASSVERBInstance-independent SWO_CLSVRBCHAR1SWC_BOOL
INVATTRIBInverse attribute SWO_INVATTCHAR32SWC_EDITEL
MODELONLYRelease status verb SWO_VMODELCHAR1SWO_FLGMOD
FROZENFlag: DDIC structure frozen SWO_FROZENCHAR1CHAR1_X
OBSOLETERelease in which object type was set as obsolete SWO_OBSOLCHAR4CHAR4
EVNOINSTTriggering instance for event not available SWO_EVINSTCHAR1FLAG
INTAPIFlag: Internal API method SWO_INTAPICHAR1SWC_BOOL
DISPLAYCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SWU_CONTD

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