SWF_WFPTAB SAP (WF: Basis information about Workflow Wizards) Table details

Dictionary Type: Table
Description: WF: Basis information about Workflow Wizards




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




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

SWF_WFPTAB is a standard SAP Table which is used to store WF: Basis information about Workflow Wizards data and is available within R/3 SAP systems depending on the version and release level.

The SWF_WFPTAB table consists of various fields, each holding specific information or linking keys about WF: Basis information about Workflow Wizards data available in SAP. These include SWF_PARENT (Unique ID for Workflow Wizard type), SWF_TASK (Workflow Wizard Workflow), SWF_PRG (Program name for saving a Workflow Wizard), SWF_FORM (Name of FORM routine for saving 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = SWF_WFPDSC


SAP SWF_WFPTAB 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
SWF_NAMEUnique ID of Workflow Wizard SWF_IDCHAR20SWF_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_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 table SWF_WFPTAB using ABAP code

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

SELECT SINGLE *
FROM SWF_WFPTAB
INTO CORRESPONDING FIELDS OF WA_SWF_WFPTAB
WHERE...

How to access SAP table SWF_WFPTAB

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