SWOTDV SAP (Object Type Verbs Definition) Table details

Dictionary Type: Table
Description: Object Type Verbs Definition




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




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

SWOTDV is a standard SAP Table which is used to store Object Type Verbs Definition data and is available within R/3 SAP systems depending on the version and release level.

The SWOTDV table consists of various fields, each holding specific information or linking keys about Object Type Verbs Definition data available in SAP. These include VERB (Object type component), ISINTERF (Interface object type), VERBTYPE (Verb type (key, attr., method)), CREA_REL (Release at Creation).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = SWOTTV


SAP SWOTDV table 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
OBJTYPEObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
VERBObject type component SWO_VERBCHAR32SWC_ELEM
ISINTERFInterface object type SWO_ISIFCHAR1SWC_BOOL
VERBTYPEVerb type (key, attr., method) SWO_VERBTPCHAR1SWO_VERBTP
CREA_RELRelease at Creation SWO_CREARECHAR4CHAR4
EDITORDEREditing sequence SWC_EDITORNUMC4NUMC4
EDITELEMElement name in upper/lower case SWC_EDITELCHAR32SWC_EDITEL
REFTYPEDictionary SWC_REFTYPCHAR1SWC_REFTYP
REFSTRUCTReference table SWC_REFSTRCHAR30Assigned to domainAS4TAB
REFFIELDReference field SWC_REFFLDCHAR30Assigned to domainFDNAME
TABELEMMultiline element SWC_TABELMCHAR1SWC_BOOL
MCODESearch Help (Formerly Matchcode) SWC_MCODECHAR30Assigned to domainSHLPNAME
ELEMTYPEElement type SWC_ELEMTPCHAR1SWC_ELEMTP
OLEINDEXOLE verb index SWO_OLEINDNUMC10NUMC10
WINHLPINDWinHelp index SWO_WINHIDNUMC10NUMC10
OLETYPEOLE data type SWO_OLETYPNUMC5NUMC5
OLETYPE_POLE pointer SWO_OLEPTRCHAR1SWC_BOOL
ATTRTYPEAttribute type SWO_ATTYPECHAR1SWO_ATTYPE
ABAPTYPEABAP function type SWO_METYPECHAR1SWO_METTYP
ABAPNAMEName of ABAP Function SWO_ATTNAMCHAR30CHAR30
DIALOGMethod with dialog SWO_DIALOGCHAR1SWC_BOOL
SYNCHRONSynchronous method SWO_SYNCHCHAR1SWC_BOOL
RESULTMethod with result parameter SWO_RESULTCHAR1SWC_BOOL
ISTATObject status SWO_ISTATCHAR5CHAR5
OLEARRAYNumber of columns SWO_OLEARRCHAR1SWC_BOOL
REFOBJTYPEReference obj. type SWO_REFOBJCHAR10TOJTBOJ_NAME
OBLIGMandatory element SWC_OBLIGCHAR1SWC_BOOL
GUISELECTRelevant for user interface SWO_GUISELCHAR1SWC_BOOL
CLASSVERBInstance-independent SWO_CLSVRBCHAR1SWC_BOOL
INVATTRIBInverse attribute SWO_INVATTCHAR32SWC_EDITEL
MODELONLYRelease status verb SWO_VMODELCHAR1SWO_FLGMOD
ISAPIMethod is R/3 interface function SWO_ISAPICHAR1SWC_BOOL
FROZENFlag: DDIC structure frozen SWO_FROZENCHAR1CHAR1_X
OBSOLETERelease in which object type was set as obsolete SWO_OBSOLCHAR4CHAR4
HLPPARAMName of a search help parameter SHLPFIELDCHAR30Assigned to domainFDNAME
EVNOINSTTriggering instance for event not available SWO_EVINSTCHAR1FLAG

Key field Non-key field



How do I retrieve data from SAP table SWOTDV using ABAP code

The following ABAP code Example will allow you to do a basic selection on SWOTDV to SELECT all data from the table
DATA: WA_SWOTDV TYPE SWOTDV.

SELECT SINGLE *
FROM SWOTDV
INTO CORRESPONDING FIELDS OF WA_SWOTDV
WHERE...

How to access SAP table SWOTDV

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