SWOTLQ SAP (Runtime Table Parameters, Exceptions) Table details

Dictionary Type: Table
Description: Runtime Table Parameters, Exceptions




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




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

SWOTLQ is a standard SAP Table which is used to store Runtime Table Parameters, Exceptions data and is available within R/3 SAP systems depending on the version and release level.

The SWOTLQ table consists of various fields, each holding specific information or linking keys about Runtime Table Parameters, Exceptions data available in SAP. These include VERB (Object type component), PARAMTYPE (Parameter type), EDITORDER (Editing sequence), ELEMENT (Element).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SWOTLQ 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
LOBJTYPEObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
VERBObject type component SWO_VERBCHAR32SWC_ELEM
PARAMTYPEParameter type SWO_PATYPECHAR1SWO_PATYPE
EDITORDEREditing sequence SWC_EDITORNUMC4NUMC4
ELEMENTElement SWC_ELEMCHAR32SWC_ELEM
FUNCPNAMEName of corresponding function module parameter SWC_FUPARCHAR30LPARAMETER
FUNCEXCEPTName of corresponding FM exception SWC_FUEXCHAR30LPARAMETER
ERRORTYPEError type SWO_ERRTYPNUMC1SWO_ERRTYP
ARBGBApplication Area ARBGBCHAR20T100AARBGBMAG
MSGNRMessage number SWO_MSGNRNUMC3NUMC3
DESCRIPTName SWC_DESCRCHAR20TEXT20
OBJTYPEObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
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
ELEMTYPEElement type SWC_ELEMTPCHAR1SWC_ELEMTP
OBLIGIMPRequired SWC_OBLIMPCHAR1SWC_BOOL
TABELEMMultiline element SWC_TABELMCHAR1SWC_BOOL
MCODESearch Help (Formerly Matchcode) SWC_MCODECHAR30Assigned to domainSHLPNAME
INTLENGTHInternal field length SWO_INTLENNUMC6NUMC06
INTATYPEABAP elementary data type SWO_FLDTYPCHAR1INTTYPE
OUTLENGTHOutput length SWO_OUTLNGNUMC6NUMC06
DECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
LOWERCASELowercase letters allowed/not allowed LOWERCASECHAR1AS4FLAG
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
MEMORYIDSet/Get parameter ID MEMORYIDCHAR20TPARAMEMORYID
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
CREA_RELRelease at Creation SWO_CREARECHAR4CHAR4
SHORTTEXTDescription SWC_SHTEXTCHAR80TEXT80
OLEINDEXOLE verb index SWO_OLEINDNUMC10NUMC10
OLETYPEOLE data type SWO_OLETYPNUMC5NUMC5
OLETYPE_POLE pointer SWO_OLEPTRCHAR1SWC_BOOL
OLEARRAYNumber of columns SWO_OLEARRCHAR1SWC_BOOL
REFOBJTYPEReference obj. type SWO_REFOBJCHAR10TOJTBOJ_NAME
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
DDLENGTHLength (No. of Characters) DDLENGNUMC6DDLENG

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWOTLQ
INTO CORRESPONDING FIELDS OF WA_SWOTLQ
WHERE...

How to access SAP table SWOTLQ

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