SWFREXTPROC SAP (Workflow: Relation Between Work Item and External Process) Table details

Dictionary Type: Table
Description: Workflow: Relation Between Work Item and External Process




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




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

SWFREXTPROC is a standard SAP Table which is used to store Workflow: Relation Between Work Item and External Process data and is available within R/3 SAP systems depending on the version and release level.

The SWFREXTPROC table consists of various fields, each holding specific information or linking keys about Workflow: Relation Between Work Item and External Process data available in SAP. These include WI_ID (Work item ID), PROCESS_ID (Workflow: ID of an External Process), PROCESS_TYPE (Workflow: Type of External Process), PROCESS_STATUS (Workflow: Status of an External Process).. 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 SWFREXTPROC 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
WI_IDWork item ID SWW_WIIDNUMC12SWWWIHEADSWW_WIIDWID
PROCESS_IDWorkflow: ID of an External Process SWFREXTPROCIDCHAR50SWFREXTPROCID
PROCESS_TYPEWorkflow: Type of External Process SWFREXTPROCTYPECHAR10SWFREXTPROCTYPE
PROCESS_STATUSWorkflow: Status of an External Process SWFREXTPROCSTATCHAR12SWFREXTPROCSTAT
TOP_WI_IDWorkflow: Unique ID of Top-Level Instance (6.1/get) SWFRTWIIDNUMC12Assigned to domainSWW_WIID
AGENTAgent of External Process SWFRUSERCHAR12SYCHAR12
LANGUAGELanguage of Agent of External Process SWFRUSERLANGLANG1Assigned to domainISOLASPRASSPRH_T002
LAST_MODIFIEDUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL
LAST_MODIFIED_BYUser Name SYUNAMECHAR12SYCHAR12
SAP_RELEASERelease of SAP System SYSAPRLCHAR4SYCHAR04

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFREXTPROC
INTO CORRESPONDING FIELDS OF WA_SWFREXTPROC
WHERE...

How to access SAP table SWFREXTPROC

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