SWD_PRWF SAP (WF: Structures for checkboxes for printing WF def.) Structure details

Dictionary Type: Structure
Description: WF: Structures for checkboxes for printing WF def.




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




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

SWD_PRWF 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 "WF: Structures for checkboxes for printing WF def." 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_SWD_PRWF TYPE SWD_PRWF.

The SWD_PRWF table consists of various fields, each holding specific information or linking keys about WF: Structures for checkboxes for printing WF def. data available in SAP. These include FUNC (Step Type), TMPL (Step Type), WEB (Step Type), IF (Description for step of type 'condition').. 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 SWD_PRWF 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
CONTAINEROutput workflow container SWD_PRCNTNCHAR1XFELD
FUNCStep Type SWD_STEPCHAR80SWD_NODTXT
TMPLStep Type SWD_STEPCHAR80SWD_NODTXT
WEBStep Type SWD_STEPCHAR80SWD_NODTXT
IFDescription for step of type 'condition' SWD_IF_DCHAR80SWD_NODTXT
CASEDescription for step of type 'multiple branch' SWD_CASE_DCHAR80SWD_NODTXT
TRIGDescription for step of type 'event trigger' SWD_TRIGCHAR80SWD_NODTXT
CTRLDescription of step of type 'control command' SWD_CTRLCHAR80SWD_NODTXT
OPRTDescription for step of type 'container operation' SWD_OPERCHAR80SWD_NODTXT
MSELDescription of step of type 'manual selection' SWD_MSELCHAR80SWD_NODTXT
CHCKDescription for step of type 'Check list' SWD_CHECKCHAR80SWD_NODTXT
WAITDescription for step of type 'wait' SWD_WAITCHAR80SWD_NODTXT
UNTLDescription of step of type 'UNTIL' SWD_UNTIL_CHAR80SWD_NODTXT
WHILDescription of step of type 'While' SWD_WHILECHAR80SWD_NODTXT
VOIDDescription for step of type 'void' SWD_VOIDCHAR80SWD_NODTXT
FORKDescription for operator of type 'fork' SWD_FORK_DCHAR80SWD_NODTXT
MAILStep Type SWD_STEPCHAR80SWD_NODTXT
FORMStep Type SWD_STEPCHAR80SWD_NODTXT
ANCHStep Type SWD_STEPCHAR80SWD_NODTXT
XBLKStep Type SWD_STEPCHAR80SWD_NODTXT
XFLOStep Type SWD_STEPCHAR80SWD_NODTXT
CONTROLCheckbox XFELDCHAR1XFELD
AGENTSCheckbox XFELDCHAR1XFELD
DEADLINESCheckbox XFELDCHAR1XFELD
SECONDARYCheckbox XFELDCHAR1XFELD
EXCEPTIONSCheckbox XFELDCHAR1XFELD
EXTRASCheckbox XFELDCHAR1XFELD
DECISIONCheckbox XFELDCHAR1XFELD
ADMINCheckbox XFELDCHAR1XFELD
CHANGECheckbox XFELDCHAR1XFELD
EVENTSCheckbox XFELDCHAR1XFELD
DESSTARTCheckbox XFELDCHAR1XFELD
EARLYSTARTCheckbox XFELDCHAR1XFELD
NOTIFICATICheckbox XFELDCHAR1XFELD
LATSTARTCheckbox XFELDCHAR1XFELD
METHODESCheckbox XFELDCHAR1XFELD
DOC_TMPLCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SWD_PRWF

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