SWOTINVOKE SAP (Parameter from SWO_METHOD_INVOKE) Structure details

Dictionary Type: Structure
Description: Parameter from SWO_METHOD_INVOKE




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




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

SWOTINVOKE 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 "Parameter from SWO_METHOD_INVOKE" 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_SWOTINVOKE TYPE SWOTINVOKE.

The SWOTINVOKE table consists of various fields, each holding specific information or linking keys about Parameter from SWO_METHOD_INVOKE data available in SAP. These include OBJTYPE (Object Type), LOBJTYPE (Object Type), OBJKEY (Object key), VERB (Object type component).. 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 SWOTINVOKE 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
OBJECTNumber of runtime object SWO_OBJHNDINT410
OBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
LOBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
OBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
VERBObject type component SWO_VERBCHAR32SWC_ELEM
ISTATObject status SWO_ISTATCHAR5CHAR5
DBFIELDDatabase field name SWC_FLDNAMCHAR61CHAR61
REFTYPEDictionary SWC_REFTYPCHAR1SWC_REFTYP
REFOBJTYPEReference obj. type SWO_REFOBJCHAR10Assigned to domainOJ_NAME
REFRESHRefresh object attributes SWO_REFRSHCHAR1SWC_BOOL
SYNCHRONSynchronous method SWO_SYNCHCHAR1SWC_BOOL
INVOKEDCall by method SWO_INVOKECHAR1SWC_BOOL
DEBUGObject debugger activated SWO_DEBUGCHAR1SWC_BOOL
RETTEXTText return in exceptional cases SWO_RETTXTCHAR1SWC_BOOL
RETDIALOGError dialog in exceptional cases SWO_RETDIACHAR1SWC_BOOL
CODEException for method SWO_RETURNNUMC4SWO_RETURN
VARIABLE1Message Variable SYMSGVCHAR50SYCHAR50
VARIABLE2Message Variable SYMSGVCHAR50SYCHAR50
VARIABLE3Message Variable SYMSGVCHAR50SYCHAR50
VARIABLE4Message Variable SYMSGVCHAR50SYCHAR50
REQUESTERObject ID SWO_OBJIDCHAR90SWO_OBJID
VERBTYPEVerb type (key, attr., method) SWO_VERBTPCHAR1SWO_VERBTP
PERSISTENTPersistent object IDs (type = 'o') SWO_PERSISCHAR1SWC_BOOL
PROGNAMEImplementation program SWO_PROGRCHAR40PROGNAME
FORMNAMEName of the subroutine SWO_FORMCHAR42CHAR42
ISAPIMethod is R/3 interface function SWO_ISAPICHAR1SWC_BOOL
REMOTEMethod called remotely SWO_REMOTECHAR1SWC_BOOL
ABAPTYPEABAP function type SWO_METYPECHAR1SWO_METTYP
ABAPNAMEName of ABAP Function SWO_ATTNAMCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table SWOTINVOKE

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