/SRMERP/D_WF_013 SAP (Table of persistent class /SRMERP/CL_WF_WORKITEM) Table details

Dictionary Type: Table
Description: Table of persistent class /SRMERP/CL_WF_WORKITEM




ABAP Code to SELECT data from /SRMERP/D_WF_013
Related tables to /SRMERP/D_WF_013
Access table /SRMERP/D_WF_013




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

/SRMERP/D_WF_013 is a standard SAP Table which is used to store Table of persistent class /SRMERP/CL_WF_WORKITEM data and is available within R/3 SAP systems depending on the version and release level.

The /SRMERP/D_WF_013 table consists of various fields, each holding specific information or linking keys about Table of persistent class /SRMERP/CL_WF_WORKITEM data available in SAP. These include WIID (Work Item Identifier), ID (Globally Unique Identifier), LEADING_OBJ_GUID (Globally Unique Identifier), IS_EXECUTED (Boolean Variable (X=True, -=False, Space=Unknown)).. 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: Cannot Be Enhanced


SAP /SRMERP/D_WF_013 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
WIIDWork Item Identifier /SRMERP/WF_WORKITEM_IDNUMC12Assigned to domainSWW_WIID
IDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
LEADING_OBJ_GUIDGlobally Unique Identifier GUIDRAW16
IS_EXECUTEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
AGENTIdentification (PD-Org. ID) of Workflow Agent /SRMERP/WF_AGENT_IDCHAR12HROBJID_12
CTIMEWork Item Creation Time /SRMERP/WF_WORKITEM_CTIMEDEC15TZNTSTMPS
STIMEWork Item Start Time /SRMERP/WF_WORKITEM_STIMEDEC15TZNTSTMPS
ETIMEWork Item End Time /SRMERP/WF_WORKITEM_ETIMEDEC15TZNTSTMPS
WI_TYPEWork Item Type /SRMERP/WF_WORKITEM_TYPECHAR6/SRMERP/WF_WORKITEM_TYPE

Key field Non-key field



How do I retrieve data from SAP table /SRMERP/D_WF_013 using ABAP code

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

SELECT SINGLE *
FROM /SRMERP/D_WF_013
INTO CORRESPONDING FIELDS OF WA_/SRMERP/D_WF_013
WHERE...

How to access SAP table /SRMERP/D_WF_013

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