SWFRSEXTPROC SAP (Structure for Relation Between Work Item and Ext. Process) Structure details

Dictionary Type: Structure
Description: Structure for Relation Between Work Item and Ext. Process




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




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

SWFRSEXTPROC is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Relation Between Work Item and Ext. Process" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SWFRSEXTPROC TYPE SWFRSEXTPROC.

The SWFRSEXTPROC table consists of various fields, each holding specific information or linking keys about Structure for Relation Between Work Item and Ext. Process data available in SAP. These include PROCESS_ID (Workflow: ID of an External Process), PROCESS_TYPE (Workflow: Type of External Process), PROCESS_STATUS (Workflow: Status of an External Process), TOP_WI_ID (Workflow: Unique ID of Top-Level Instance (6.1/get)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWFRSEXTPROC structure 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
WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_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 structure SWFRSEXTPROC using ABAP code?

As SWFRSEXTPROC is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SWFRSEXTPROC as there is no data to select.

How to access SAP table SWFRSEXTPROC

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