SWOTLV
Runtime Table Verbs
SWOTLV is an SAP database table in S/4HANA. Runtime Table Verbs. It contains 58 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| R_Sitn2EventVH | view_entity | from | BASIC | Situation Event |
Fields (58)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| 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.
-- Runtime Table Verbs
-- 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)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA