SWOTLV

Transparent Table System Table (SAP only)

Laufzeittabelle Verben

SWOTLV is an SAP database table in S/4HANA. Laufzeittabelle Verben. It contains 58 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_Sitn2EventVH view_entity from BASIC Situation Event

Fields (58)

KeyField Data ElementDescription DomainTypeLength
KEY lobjtype swo_objtyp Object Type
KEY verb swo_verb Obj. type comp.
KEY verbtype swo_verbtp Verb type
attrtype swo_attype Attribute type
refstruct swc_refstr Reference table
reffield swc_reffld Reference field
istatotype swo_istato Obj.type status mgmt
istat swo_istat Status name
progname swo_progr Program
formname swo_form Subroutine
dbfield swc_fldnam Database field
objtype swo_objtyp Object Type
isinterf swo_isif Interface type
crea_rel swo_creare Release
dialog swo_dialog Dialog
synchron swo_synch Synchronous
result swo_result Result parameter
elemtype swc_elemtp Element type
reftype swc_reftyp Dictionary
tabelem swc_tabelm Multiline
abaptype swo_metype ABAP function type
abapname swo_attnam Name
editelem swc_editel Element
editorder swc_editor Editing sequence
mcode swc_mcode Search Help
intlength swo_intlen Internal length
offset swo_intofs Offset
intatype swo_fldtyp ABAP data type
outlength swo_outlng Output length
decimals decimals Decimal Places
lowercase lowercase Case-Sensitive
convexit convexit Convers. Rout.
memoryid memoryid Parameter ID
rollname rollname Data Element
domname domname Domain
winhlpind swo_winhid WinHelp index
descript swc_descr Name
shorttext swc_shtext Description
event swc_chevnt Change event
countparam swo_cntpar No. of parameters
oleindex swo_oleind Verb number
oletype swo_oletyp OLE data type
oletype_p swo_oleptr Pointer
olearray swo_olearr Array
refobjtype swo_refobj Object type
oblig swc_oblig Mandatory
attrclass swo_attcls Attribute class
guiselect swo_guisel User interface
classverb swo_clsvrb Instance-independent
invattrib swo_invatt Inverse attribute
modelonly swo_vmodel Only modeled
isapi swo_isapi Interface function
obsolete swo_obsol Obsolete From
factory swo_fctory Factory method
hlpparam shlpfield SearchHelpParam
evnoinst swo_evinst Triggering object does not exist
intapi swo_intapi Internal
ddlength ddleng No. of Characters

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Laufzeittabelle Verben
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SWOTLV (
    LOBJTYPE,    -- Object Type [swo_objtyp]
    VERB,        -- Obj. type comp. [swo_verb]
    VERBTYPE,    -- Verb type [swo_verbtp]
    ATTRTYPE,    -- Attribute type [swo_attype]
    REFSTRUCT,   -- Reference table [swc_refstr]
    REFFIELD,    -- Reference field [swc_reffld]
    ISTATOTYPE,  -- Obj.type status mgmt [swo_istato]
    ISTAT,       -- Status name [swo_istat]
    PROGNAME,    -- Program [swo_progr]
    FORMNAME,    -- Subroutine [swo_form]
    DBFIELD,     -- Database field [swc_fldnam]
    OBJTYPE,     -- Object Type [swo_objtyp]
    ISINTERF,    -- Interface type [swo_isif]
    CREA_REL,    -- Release [swo_creare]
    DIALOG,      -- Dialog [swo_dialog]
    SYNCHRON,    -- Synchronous [swo_synch]
    RESULT,      -- Result parameter [swo_result]
    ELEMTYPE,    -- Element type [swc_elemtp]
    REFTYPE,     -- Dictionary [swc_reftyp]
    TABELEM,     -- Multiline [swc_tabelm]
    ABAPTYPE,    -- ABAP function type [swo_metype]
    ABAPNAME,    -- Name [swo_attnam]
    EDITELEM,    -- Element [swc_editel]
    EDITORDER,   -- Editing sequence [swc_editor]
    MCODE,       -- Search Help [swc_mcode]
    INTLENGTH,   -- Internal length [swo_intlen]
    OFFSET,      -- Offset [swo_intofs]
    INTATYPE,    -- ABAP data type [swo_fldtyp]
    OUTLENGTH,   -- Output length [swo_outlng]
    DECIMALS,    -- Decimal Places [decimals]
    LOWERCASE,   -- Case-Sensitive [lowercase]
    CONVEXIT,    -- Convers. Rout. [convexit]
    MEMORYID,    -- Parameter ID [memoryid]
    ROLLNAME,    -- Data Element [rollname]
    DOMNAME,     -- Domain [domname]
    WINHLPIND,   -- WinHelp index [swo_winhid]
    DESCRIPT,    -- Name [swc_descr]
    SHORTTEXT,   -- Description [swc_shtext]
    EVENT,       -- Change event [swc_chevnt]
    COUNTPARAM,  -- No. of parameters [swo_cntpar]
    OLEINDEX,    -- Verb number [swo_oleind]
    OLETYPE,     -- OLE data type [swo_oletyp]
    OLETYPE_P,   -- Pointer [swo_oleptr]
    OLEARRAY,    -- Array [swo_olearr]
    REFOBJTYPE,  -- Object type [swo_refobj]
    OBLIG,       -- Mandatory [swc_oblig]
    ATTRCLASS,   -- Attribute class [swo_attcls]
    GUISELECT,   -- User interface [swo_guisel]
    CLASSVERB,   -- Instance-independent [swo_clsvrb]
    INVATTRIB,   -- Inverse attribute [swo_invatt]
    MODELONLY,   -- Only modeled [swo_vmodel]
    ISAPI,       -- Interface function [swo_isapi]
    OBSOLETE,    -- Obsolete From [swo_obsol]
    FACTORY,     -- Factory method [swo_fctory]
    HLPPARAM,    -- SearchHelpParam [shlpfield]
    EVNOINST,    -- Triggering object does not exist [swo_evinst]
    INTAPI,      -- Internal [swo_intapi]
    DDLENGTH,    -- No. of Characters [ddleng]
    PRIMARY KEY (LOBJTYPE, VERB, VERBTYPE)
);