SWFDVSTRU1 SAP (Verification Structure 1 for Workflow Expression Evaluation) Structure details

Dictionary Type: Structure
Description: Verification Structure 1 for Workflow Expression Evaluation




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




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

SWFDVSTRU1 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 "Verification Structure 1 for Workflow Expression Evaluation" 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_SWFDVSTRU1 TYPE SWFDVSTRU1.

The SWFDVSTRU1 table consists of various fields, each holding specific information or linking keys about Verification Structure 1 for Workflow Expression Evaluation data available in SAP. These include FIRSTNAME (Element ID (32 Characters, Unique, Not Language-Dependent)), VORNAME (Element ID (32 Characters, Unique, Not Language-Dependent)), STREET (Char255), STR_NUMBER (Natural Number).. 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 SWFDVSTRU1 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
NAMEElement ID (32 Characters, Unique, Not Language-Dependent) SWFDNAMECHAR32SWC_ELEM
FIRSTNAMEElement ID (32 Characters, Unique, Not Language-Dependent) SWFDNAMECHAR32SWC_ELEM
VORNAMEElement ID (32 Characters, Unique, Not Language-Dependent) SWFDNAMECHAR32SWC_ELEM
STREETChar255 CHAR255CHAR255CHAR255
STR_NUMBERNatural Number INT4INT410INT4
PHONE Telephone Number0
HOBBIES Any Length Character String0
PROPERTIES Binary-Coded Properties0
WEIGHT Weight0
UNIT Weight Unit0
DISTANCE Floating Point Number0
AMOUNT Account Balance0
CURRENCY Account Currency0
BIRTHDAY Date of Birth0
CONTAINERReference to Container Interface IF_SWF_CNT_CONTAINER SWFRCNTREFREF0IF_SWF_CNT_CONTAINER
DATAData Reference (REF TO DATA) SWFDATAREFREF0DATA
FORMABSENC 0
HEADERCHAR04 data element for SYST SYCHAR04CHAR4SYCHAR04
TYPECHAR04 data element for SYST SYCHAR04CHAR4SYCHAR04
HANDLEObject identification OBJECT_IDINT410INT4
CB_INDEXABAP data control block DATA_CBCHAR40DATA_CB
CLSIDOLE CLSID in character format CHAR_CLSIDCHAR38CHAR_CLSID
FORMAB_POR 0
LOGSYSLogical system LOGSYSCHAR10ALPHALOGSYS
OBJTYPEObject Type SWO_OBJTYPCHAR10OJ_NAMEOBJ
OBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
DESCRIBEDescribe flag SWO_DESCRBCHAR10CHAR10
MESSAGE 0
TYPEMessage type: S Success, E Error, W Warning, I Info, A Abort BAPI_MTYPECHAR1SYCHAR01
IDMessage Class SYMSGIDCHAR20ARBGB
NUMBERMessage Number SYMSGNONUMC3SYMSGNO
MESSAGEMessage Text BAPI_MSGCHAR220TEXT220
LOG_NOApplication log: log number BALOGNRCHAR20BALOGNR
LOG_MSG_NOApplication log: Internal message serial number BALMNRNUMC6BALMNR
MESSAGE_V1Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V2Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V3Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

How to access SAP table SWFDVSTRU1

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