UCT9210 SAP (Workflow Documents: Approval Actions) Table details

Dictionary Type: Table
Description: Workflow Documents: Approval Actions




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




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

UCT9210 is a standard SAP Table which is used to store Workflow Documents: Approval Actions data and is available within R/3 SAP systems depending on the version and release level.

The UCT9210 table consists of various fields, each holding specific information or linking keys about Workflow Documents: Approval Actions data available in SAP. These include STATWFID (Business Object of a Workflow for Status Changes), SEQNR (Sequence Number), AREA (Consolidation Area), WFVARIANT (Workflow Variant).. 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 UCT9210 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
STATWFIDBusiness Object of a Workflow for Status Changes UC_STATWFIDCHAR22UCT920GSYSUUID_22
SEQNRSequence Number UC_SEQNRNUMC4NUMC04
AREAConsolidation Area UC_AREACHAR2UCM003CUC_AREA
WFVARIANTWorkflow Variant UC_WF_VARIANTCHAR10UCT900CUC_WF_VARIANT
WFVSTEPWorkflow Variant Step UC_WFVSTEPNUMC4NUMC04
WFACTION_STATWorkflow for Status Changes: Event in Approval Process UC_WFACTION_STATCHAR1UC_WFACTION_STAT
AGENTActual Agent of Work Item SWW_AAGENTCHAR12SYCHAR12
SUBSTITUTEDelegate in Workflow Approval Process UC_SUBSTITUTECHAR12UNAME
DATE_ACTIONDate UC_DATEDATS8UC_DATE
TIME_ACTIONTime of last change UC_TIMETIMS6TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM UCT9210
INTO CORRESPONDING FIELDS OF WA_UCT9210
WHERE...

How to access SAP table UCT9210

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