SRT_PRO_WKL SAP (SOAP cfg Processor Worklist) Table details

Dictionary Type: Table
Description: SOAP cfg Processor Worklist




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




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

SRT_PRO_WKL is a standard SAP Table which is used to store SOAP cfg Processor Worklist data and is available within R/3 SAP systems depending on the version and release level.

The SRT_PRO_WKL table consists of various fields, each holding specific information or linking keys about SOAP cfg Processor Worklist data available in SAP. These include WKL_ID (GUID in 'CHAR' Format in Uppercase), ITEM_PRIO (WSP Priority of Worklist Item), METHOD_NAME (WSP Worklist Method Name), METHOD_DATA ().. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SRT_PRO_WKL 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
WKL_IDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
ITEM_PRIOWSP Priority of Worklist Item SRT_WSP_WKL_ITEM_PRIOINT410SRT_WSP_WKL_ITEM_PRIO
METHOD_NAMEWSP Worklist Method Name SRT_WSP_WKL_METHOD_NAMECHAR40SRT_WSP_WKL_METHOD_NAME
METHOD_DATA 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRT_PRO_WKL
INTO CORRESPONDING FIELDS OF WA_SRT_PRO_WKL
WHERE...

How to access SAP table SRT_PRO_WKL

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