SWFDETOKEN SAP (Workflow Internal: Token, Used by Expression Parser) Structure details

Dictionary Type: Structure
Description: Workflow Internal: Token, Used by Expression Parser




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




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

SWFDETOKEN 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 "Workflow Internal: Token, Used by Expression Parser" 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_SWFDETOKEN TYPE SWFDETOKEN.

The SWFDETOKEN table consists of various fields, each holding specific information or linking keys about Workflow Internal: Token, Used by Expression Parser data available in SAP. These include TOK_OFFSET (Offset from Position 1 of Expression), TOK_LENGTH (String Length of Token), TOKEN (Token (Symbol or Constant) as String), VALUESTR (Value of Token in String Representation).. 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 SWFDETOKEN 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
TYPSpecial Characters in Expression Syntax SWFDEXPTOKCHAR1SWFDEXPTOK
TOK_OFFSET Offset from Position 1 of Expression0
TOK_LENGTH String Length of Token0
TOKEN Token (Symbol or Constant) as String0
VALUESTR Value of Token in String Representation0
VALUEREFData Reference (REF TO DATA) SWFUTLDREFREF0DATA
SUBTOKENSReference to a Parser Instance SWFPARSREFREF0CL_SWF_EXP_PARSER
A_ACC_TYPSWF Internal: Access Type for an Expression Component SWFACCTYPCHAR4SWFACCTYP
A_ACC_DIRSWF Internal: Access Direction/Quality for Expr. Component SWFACCDIRCHAR4SWFACCDIR
A_REPOSTRYRepository (DDIC/SE24/BOR/WebFlow/...) SWFREPSTRYCHAR4SWFREPSTRY
A_CHECKEDCheckbox XFELDCHAR1XFELD
A_REFELEMReference to Container Element Object SWFCNTEREFREF0IF_SWF_CNT_ELEMENT
A_CATIDCategory of Objects in Persistent Object References SIBFCATIDCHAR2SIBFCATID
A_OBJTYPE Name of Class for Which the Method Is To Be Called0
A_METHOD Name of Method To Be Called0
A_MTDCONTReference to Container Interface IF_SWF_CNT_CONTAINER SWFRCNTREFREF0IF_SWF_CNT_CONTAINER
A_MTDPROPS Method Attributes (Static, Functional, ...)0
A_NOCODE 'X' - This Token Is Ignored in Code Generation0
A_TABLE 'X' - This Token Represents a Table0
A_IMPL_GET 'X' - Implicit GET-Method0
A_IMPL_SET 'X' - Implicit SET-Method0

Key field Non-key field



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

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

How to access SAP table SWFDETOKEN

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