SWF_OBJECT SAP (WFP: Workflow Pattern complete object with describing texts) Structure details

Dictionary Type: Structure
Description: WFP: Workflow Pattern complete object with describing texts




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




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

SWF_OBJECT 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 "WFP: Workflow Pattern complete object with describing texts" 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_SWF_OBJECT TYPE SWF_OBJECT.

The SWF_OBJECT table consists of various fields, each holding specific information or linking keys about WFP: Workflow Pattern complete object with describing texts data available in SAP. These include SWF_NAME (Unique ID of Workflow Wizard), SWF_PARENT (Unique ID for Workflow Wizard type), SWF_TASK (Workflow Wizard Workflow), SWF_PRG (Program name for saving a Workflow Wizard).. 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 SWF_OBJECT 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
SWF_NAMEUnique ID of Workflow Wizard SWF_IDCHAR20Assigned to domainSWF_ID
SWF_PARENTUnique ID for Workflow Wizard type SWF_PARIDCHAR20SWF_PARID
SWF_TASKWorkflow Wizard Workflow SWF_TASK_DCHAR14HROBJEC_14
SWF_PRGProgram name for saving a Workflow Wizard SWF_PRGCHAR40Assigned to domainPROGRAMM
SWF_FORMName of FORM routine for saving Workflow Wizard SWF_FORMCHAR30EDMODULE
SWF_OBJTYPObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
SWF_LANGLanguage Key LANGULANG1T002ISOLASPRAS
SWF_DESCDescription of Workflow Wizard SWF_LTEXTCHAR80TEXT80
SWF_CREUSRUser Name of Creator of Wizard SWF_CREUSRCHAR12SYCHAR12
SWF_CREDATWizard Creation Date SWF_CREDATDATS8SYDATS
SWF_CRETIMWizard Creation Time SWF_CRETIMTIMS6SYTIME
SWF_CHGUSRUser Name of Last Changer of Wizard SWF_CHGUSRCHAR12SYCHAR12
SWF_CHGDATWizard Change Date SWF_CHGDATDATS8SYDATS
SWF_CHGTIMWizard Change Time SWF_CHGTIMTIMS6SYTIME
SWF_RELEASIndicator showing that Workflow Wizard is released SWF_RELEASCHAR1CHAR1
SWF_BSPTSKWorkflow Wizard Example Workflow SWF_BSPTSKCHAR14SWF_TASK
SWF_NOWFEDo Not Offer Workflow Wizard When Calling from Builder SWF_NOWFECHAR1XFELD
FUNCNAMEFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
WFPATTYPEType of Workflow Wizard SWF_WFPTYPCHAR4SWF_WFPTYP
SAPONLYWizard Only Visible in SAP System SWF_SAPONLYCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SWF_OBJECT

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