SWWSCRTPAR SAP (Workflow: Interface of FuBa SWW_WI_CREATE) Structure details

Dictionary Type: Structure
Description: Workflow: Interface of FuBa SWW_WI_CREATE




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




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

SWWSCRTPAR 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 "Workflow: Interface of FuBa SWW_WI_CREATE" 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_SWWSCRTPAR TYPE SWWSCRTPAR.

The SWWSCRTPAR table consists of various fields, each holding specific information or linking keys about Workflow: Interface of FuBa SWW_WI_CREATE data available in SAP. These include WI_LANG (Language for Texts of a Work Item), WI_TEXT (Work item text), WI_CREATOR (Creator of a work item), WI_RH_TASK (Task ID).. 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 SWWSCRTPAR 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
WI_TYPEWork item type SWW_WITYPECHAR1SWW_WITYPE
WI_LANGLanguage for Texts of a Work Item SWW_LANGLANG1Assigned to domainISOLASPRAS
WI_TEXTWork item text SWW_WITEXTCHAR120TEXT120
WI_CREATORCreator of a work item SWW_OBJIDCHAR90SWO_OBJID
WI_RH_TASKTask ID SWW_TASKCHAR14HROBJEC_14
WI_CHCKWISuperordinate Work Item SWW_CHCKWINUMC12Assigned to domainSWW_WIID
WI_CBFBCallback Function Module for Work Item Feedback SWW_CBFBCHAR30Assigned to domainFUNCNAME
WI_RESTLOGMinimize Number of Entries in Workflow Log SWD_NOLOGCHAR1SWD_NOLOG
WI_CRUSERUser Who Created the Work Item SWW_CRUSERCHAR12SYCHAR12
WI_CRADDRKey for BOR Object of Type ADDRESS (SWWADDRKEY) SWWADDRESSCHAR28SYCHAR28
WI_PRIOPriority of a Work Item SWW_PRIONUMC1SWD_PRIORI
SYNCCHAINFlag: WI Is Part of a Synchronous Processing Chain SWW_CHAINCHAR1XFELD
WI_CONFIRMIndicator showing that end of processing must be confirmed SWW_WICONFCHAR1XFELD
WLC_DISPLDisplay of WI in WLC modeled in step definition SWW_MODDISCHAR1SWW_MODDIS
MAX_RETRYRetries for Work Items with Temporary Errors SWW_RETCNTNUMC2SWW_COUNT2
TIMEOUTTime Interval Between Creation of Work Item and Timeout SWD_BI_W_OINT410SWD_TIME_O
MAX_COUNTNumber of Events to Be Received SWW_MCNTNUMC4SWD_RCOUNT
REMOTE_SYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
NODE_TYPENode Type SWD_NODETPCHAR1SWD_NODETP
WI_REJECTIndicator Denoting that Work Item Can Be Rejected by Agent SWW_REJECTCHAR1XFELD
STATUS_EVTFlag: Whether Event STATUS_CHANGED Is To Be Triggered (FIs) SWW_STAEVTCHAR1XFELD
WLC_FLAGSWF: Internal, conversion of 4-byte integer <-> 4-byte hex. SWA_X4RAW4SWA_STATES
PRS_PROFILType of Persistence Profile SWD_PERSIDNUMC4SWD_PERSID
TOP_WI_IDWorkflow: Unique ID of Top-Level Instance (6.1/get) SWFRTWIIDNUMC12Assigned to domainSWW_WIID
WI_DH_STATDeadline Status of a Work Item SWW_WIDHSTNUMC4SWW_WIDHST
APPLSource application for work queue SWZ_APPLCHAR30Assigned to domainDEVCLASS
DEF_TASKDefault task for work queue SWZ_DFTASKCHAR14HROBJEC_14
MCOA1Search term for matchcode use SWZ_MCOA1CHAR30CHAR30
APPLEXFUNCFunction module for executing a work queue SWZ_EXEFCTCHAR30Assigned to domainFUNCNAME
XMLPROTTransfer Format Used In Web Activity SWD_XMLPRTNUMC2Assigned to domainSWD_XMLPRT
WAIT4CBWait For Feedback By XML SWD_WAIT4CCHAR1XFELD
DE_DEADLINE 0
DS_DEADLINE 0
LE_DEADLINE 0
LS_DEADLINE 0
AGENTS 0
EXCLUDED_AGENTS 0
WI_CONTAINER 0
WI_CONTAINER_HANDLE 0
COMP_EVENTS 0
AI_ENTRIES 0
PROCESS_STATUS 0
WFDKEY 0
WFD_IDNumber of workflow definition SWD_WFD_IDCHAR10SWD_WFDIDS
VERSIONVersion SWD_VERSIOCHAR4SWD_VERSIO
EXETYPWorkflow Type SWD_EXETYPCHAR1SWD_EXETYP
ENQUEUE_OBJECT 0
REQUESTED_WIIDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
TOP_TASKTask Identifier of Top-Level Task SWW_TOP_TASKCHAR14HROBJEC_14

Key field Non-key field



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

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

How to access SAP table SWWSCRTPAR

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