SWCONTTYP SAP (Container Types Structure) Structure details

Dictionary Type: Structure
Description: Container Types Structure




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




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

SWCONTTYP 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 Types Structure" 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_SWCONTTYP TYPE SWCONTTYP.

The SWCONTTYP table consists of various fields, each holding specific information or linking keys about Container Types Structure data available in SAP. These include ELEMTYPE (Element type), ELEMENTLEN (Length of an element), SUBSCREEN (Subscreen), REFTYPE (Dictionary).. 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 SWCONTTYP 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
CONTTYPEContainer Type SWC_CONTTPCHAR1CHAR1
ELEMTYPEElement type SWC_ELEMTPCHAR1SWC_ELEMTP
ELEMENTLENLength of an element SWC_CONTLNINT410SYST_LONG
SUBSCREENSubscreen SWC_SUBSCRNUMC4NUMC4
REFTYPEDictionary SWC_REFTYPCHAR1SWC_REFTYP
ATTRTYPEAttribute type SWO_ATTYPECHAR1SWO_ATTYPE
EDITSTATEditing status SWC_EDSTATCHAR20GUI_STATUS
DISPSTATDisplay status SWC_DPSTATCHAR20GUI_STATUS
MAXVIEWNumber of views SWC_MAXVIWNUMC1NUMC01
CONTVIEWFirst entry in CONTVIEW SWC_STVIEWINT410SYST_LONG
DYNPDETAILDetail screen SWC_DYNPDTNUMC4NUMC04
PAICALLPAI callback SWC_CALLBKCHAR30CHAR30
PBOCALLEditor callback PBO SWC_PBOCALCHAR30CHAR30
TWICECALLCallback for insert, delete element SWC_INSCALCHAR30CHAR30
EDITTITLEEditor GUI title for change SWC_EDTITLCHAR3CHAR3
DISPTITLEEditor GUI title for display SWC_DPTITLCHAR3CHAR3
ELTABNAMETable name for element SWC_ELTNAMCHAR30Assigned to domainAS4TAB
ELFLDNAMEField name for element SWC_ELFNAMCHAR30Assigned to domainFDNAME
ELKEYWORDKey word for element SWC_ELKWRDCHAR20TEXT20
INSERTDDICAdd DDIC fields to screen SWC_INDDICNUMC4NUMC4
BUFFTYPESImport buffer from container types SWC_BUFFTPCHAR10CHAR10
RELCONTROLRelease control SWC_RELCNTCHAR1SWC_BOOL

Key field Non-key field



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

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

How to access SAP table SWCONTTYP

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