SRMWFPATH SAP (Workflow Process Route) Table details

Dictionary Type: Table
Description: Workflow Process Route




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




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

SRMWFPATH is a standard SAP Table which is used to store Workflow Process Route data and is available within R/3 SAP systems depending on the version and release level.

The SRMWFPATH table consists of various fields, each holding specific information or linking keys about Workflow Process Route data available in SAP. These include ACTAREA (Activity Area), PATHID (Process Route ID), TMPLFLAG (Indicator, Whether Process Route Template), STATUS (Process Route Status).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = SRMWFPATHT


SAP SRMWFPATH 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
MANDTClient MANDTCLNT3T000MANDT
ACTAREAActivity Area SRMACTARCHAR6SRMACTAREASRMACTAR
PATHIDProcess Route ID SRMWFPTHIDNUMC12SRMWFPTHID
TMPLFLAGIndicator, Whether Process Route Template SRMWFTPLFLCHAR1XFELD
STATUSProcess Route Status SRMWFPTHSTCHAR1SRMWFPTHST
CREATORName of Process Route Creator SRMWFCREATCHAR12USNAM
CREADATEDate Process Route Created SRMWFCRDATDATS8DATUM
CREATIMETime Process Route Created SRMWFCRTIMTIMS6SYTIME
WIIDWorkflow Work Item ID of Process Route SRMWFWIIDNUMC12Assigned to domainSWW_WIIDWID
FACCAFactory Calendar WFCIDCHAR2TFACDWFCIDFCI
DEADL_INITInitiator is Recipient of Appointment Monitoring SRMWFDEADLINITCHAR1SRMFLAG
DEADL_ACTUALCurrent Processor is Recipient of Appointment Monitoring SRMWFDEADLACTCHAR1SRMFLAG
DEADL_NEXTSubsequent Processors are Recipients of Appt. Monitoring SRMWFDEADLNEXTCHAR1SRMFLAG
DEADL_MOREIndicator Whether Processors Are Maintained SRMWFMORECHAR2SRMWFMORE
AUTHDELMaintain Authorized Persons for Action 'Change' SRMWFAUTHDELCHAR2SRMWFAUTH
AUTHDEL_MOREIndicator Whether Processors Are Maintained SRMWFMORECHAR2SRMWFMORE
AUTHDISMaintain Authorization for Action 'Display' SRMWFAUTHDISCHAR2SRMWFAUTH
AUTHDIS_MOREIndicator Whether Processors Are Maintained SRMWFMORECHAR2SRMWFMORE
AUTHADDMaintain Authorized Person for Action 'Add' SRMWFAUTHADDCHAR2SRMWFAUTH
AUTHADD_MOREIndicator Whether Processors Are Maintained SRMWFMORECHAR2SRMWFMORE
TERMINATORName of Route Terminator SRMWFTERMCHAR12UNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRMWFPATH
INTO CORRESPONDING FIELDS OF WA_SRMWFPATH
WHERE...

How to access SAP table SRMWFPATH

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