SWDIPRHEAD SAP (Header Data for Application Profile for WF Builder) Structure details

Dictionary Type: Structure
Description: Header Data for Application Profile for WF Builder




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




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

SWDIPRHEAD 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 "Header Data for Application Profile for WF Builder" 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_SWDIPRHEAD TYPE SWDIPRHEAD.

The SWDIPRHEAD table consists of various fields, each holding specific information or linking keys about Header Data for Application Profile for WF Builder data available in SAP. These include TITLE_DSP (GUI title Workflow Builder: Display mode), TITLE_CHG (GUI title Workflow Builder: Change mode), TITLE_NEW (GUI title Workflow Builder: Create mode), TITLE_LOG (WF: GUI title workflow log).. 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: Cannot Be Enhanced


SAP SWDIPRHEAD 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
MODULEPOOLModule Pool for Redefinition of Workflow Builder SWD_MOPOOLCHAR40Assigned to domainPROGRAMM
TITLE_DSPGUI title Workflow Builder: Display mode SWD_T_DSPCHAR20GUI_TITLE
TITLE_CHGGUI title Workflow Builder: Change mode SWD_T_CHGCHAR20GUI_TITLE
TITLE_NEWGUI title Workflow Builder: Create mode SWD_T_NEWCHAR20GUI_TITLE
TITLE_LOGWF: GUI title workflow log SWD_T_WF_LCHAR20GUI_TITLE
STAT_GRAPHWorkflow Builder Status SWD_GSTATCHAR20GUI_STATUS
STAT_ALPHAStatus for alphanumeric workflow editor SWD_ASTATCHAR20
STAT_TREEStatus for alphanumeric workflow editor SWD_ASTATCHAR20
STAT_LOGWF: GUI status workflow log SWD_S_WF_LCHAR20GUI_TITLE
FB_SELECTFunction Module for Step Type Selection SWD_FBSELCHAR30Assigned to domainFUNCNAME
FB_HEADERFunction Module for Maintaining Basic Data SWD_FBHEADCHAR30Assigned to domainFUNCNAME
FB_STARTUPFunction Module for Starting Workflow Builder SWD_FBSTRTCHAR30Assigned to domainFUNCNAME
FB_ENDFunction Module for Ending Workflow Builder SWD_FBENDCHAR30Assigned to domainFUNCNAME
FB_LOADFunction Module for Loading a Workflow SWD_FBLOADCHAR30Assigned to domainFUNCNAME
FB_DELETEFunction Module for Deleting a Workflow SWD_FBDELCHAR30Assigned to domainFUNCNAME
FB_STOREFunction Module for Saving a Workflow SWD_FBSTORCHAR30Assigned to domainFUNCNAME
FB_ACTIFunction Module When Activating a Workflow SWD_FBACTICHAR30Assigned to domainFUNCNAME
FB_CREATEFunction Module When Creating an Initial Workflow SWD_FBCREACHAR30Assigned to domainFUNCNAME
FB_HCHECKFunction Module for Checking the Workflow Header Data SWD_FBHCHKCHAR30Assigned to domainFUNCNAME
FB_UCOMMFunction Module in Command Loop SWD_FBUCOMCHAR30Assigned to domainFUNCNAME
FB_CALLSCRFunction Module for Calling the Screens SWD_FBCSCRCHAR30Assigned to domainFUNCNAME
FB_CHGICONFunction Module for Changing the Icon of a Step SWD_FBCHGICHAR30Assigned to domainFUNCNAME
TASKGROUPTask abbreviation SWD_STEP_TCHAR14HROBJEC_14
S_BROWSERIndicator showing whether navigation tree is displayed SWD_BROWSECHAR1XFELD
S_LIGHTWorkflow editor without change in tree and w/o drag & drop SWD_LIGHTCHAR1XFELD
WFD_IDNumber of workflow definition SWD_WFD_IDCHAR10Assigned to domainSWD_WFDIDS
VERSIONVersion SWD_VERSIOCHAR4SWD_VERSIO
EXETYPWorkflow Type SWD_EXETYPCHAR1SWD_EXETYP
TIPSTYPEWF: Component for which texts are defined SWFTYPECHAR8SWFDTYPE
S_SHUFFLERDisplay Information Area SWD_SHUFLRCHAR1XFELD
NO_PERSONDo Not Save Any Personalization Data SWD_NOPERSCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SWDIPRHEAD

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