SWP_ADMIN SAP (Customizing Workflow Runtime System) Table details

Dictionary Type: Table
Description: Customizing Workflow Runtime System




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




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

SWP_ADMIN is a standard SAP Table which is used to store Customizing Workflow Runtime System data and is available within R/3 SAP systems depending on the version and release level.

The SWP_ADMIN table consists of various fields, each holding specific information or linking keys about Customizing Workflow Runtime System data available in SAP. These include NO_WICHAIN (Flag: Synchronous advancing), NO_AGENTS (Hide agent names in workflow log), MAX_NODES (Max. node number in workflow (termination condition)), MAX_SUBWF (Maximum subworkflow level (termination criterion)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWP_ADMIN 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
CLIENTWorkflow definition: Client SWD_MANDANCLNT3Assigned to domainMANDT
NO_WICHAINFlag: Synchronous advancing SWP_CHAINCHAR1XFELD
NO_AGENTSHide agent names in workflow log SWP_A_DISPCHAR1XFELD
MAX_NODESMax. node number in workflow (termination condition) SWP_NCOUNTINT410SWP_NCOUNT
MAX_SUBWFMaximum subworkflow level (termination criterion) SWP_MAXSUBINT410SWP_MAXSUB
LOGSYSONCheck Logical System SWPLOGSYONCHAR1SWC_BOOL
CONTCOMPContainer Condensation SWPCNTCOMPCHAR1SWC_BOOL
SECMETHODCall Behavior of Secondary Methods SWW_SECMTHNUMC2SWW_SECMTH
ENQCNTNumber of Attempts to Set a Lock SWP_ENQCNTNUMC2SWP_ENQ
PERM_DELAYMinutes between two deadline checks SWW_PDELAYNUMC2SWW_PDELAY
MAX_RETRYRetries for Work Items with Temporary Errors SWW_RETCNTNUMC2SWW_COUNT2
RET_DELAYInterval between two checks SWW_RDELAYNUMC2SWW_RDELAY
ROLL_INTERVALTime Interval for WP Roll-Out/-In SWP_ROLL_INTERVALNUMC6SWP_ROLL_INTERVAL
ROLL_FORK_COUNTNumber of Parallel Branches for WP Roll-Out/-In SWP_ROLL_FORK_COUNTNUMC6SWP_ROLL_FORK_COUNT
CONT_USE_XSLTID: Container Serialization Using XSLT SWF_CNTUSEXSLTCHAR1XFELD
CONT_USE_SHMEMID: Container Buffering with Shard Objects SWF_CNTUSESHMEMCHAR1XFELD
CONT_SHMEM_UPDTime Interval Update Shared Objects Buffering SWF_CNTSHMEMUPDNUMC6
DOC_EXPIRYExpiry Time for Office Document of Workflow SWW_EXPDAYNUMC3NUMC3
WI_EVT_UWLWork Item Events Activated for UWL SWFRWIEVTUWLCHAR1XFELD
INBOX_COUNTERSBWP: Display Counter in 'Grouped by Tasks' SWW_INBCNTCHAR1XFELD
CONTPERSISTWorkflow: Optimization of Container Persistence SWW_CNTPERSCHAR1XFELD
LONG_MAIL_TITLEWorkflow: Long Mail Title SWW_LNGTITCHAR1XFELD
LOAD_BACKGROUNDWorkflow: Load Distribution for Background Processing SWW_LOAD_ACTIVECHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table SWP_ADMIN using ABAP code

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

SELECT SINGLE *
FROM SWP_ADMIN
INTO CORRESPONDING FIELDS OF WA_SWP_ADMIN
WHERE...

How to access SAP table SWP_ADMIN

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