UCT9110 SAP (Workflow Documents: Approval Actions) Table details

Dictionary Type: Table
Description: Workflow Documents: Approval Actions




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




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

UCT9110 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 UCT9110 table consists of various fields, each holding specific information or linking keys about Workflow Documents: Approval Actions data available in SAP. These include AREA (Consolidation Area), DOCNR (Number of a Consolidation Document), FISCYEAR (Fiscal Year), FISCPERIOD (Fiscal Period).. 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 UCT9110 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
AREAConsolidation Area UC_AREACHAR2UCM003CUC_AREA
DOCNRNumber of a Consolidation Document UC_DOCNRCHAR12ALPHAUC_DOCNR
FISCYEARFiscal Year UG_FISCYEARNUMC4GJAHRGJAHR
FISCPERIODFiscal Period UG_FISCPERIODNUMC3POPER
SEQNRSequence Number UC_SEQNRNUMC4NUMC04
WFVARIANTWorkflow Variant UC_WF_VARIANTCHAR10UC_WF_VARIANT
WFVSTEPWorkflow Variant Step UC_WFVSTEPNUMC4NUMC04
WFACTION_DOCDocument Workflow: Event in Approval Procedure UC_WFACTION_DOCCHAR1UC_WFACTION_DOC
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 UCT9110 using ABAP code

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

SELECT SINGLE *
FROM UCT9110
INTO CORRESPONDING FIELDS OF WA_UCT9110
WHERE...

How to access SAP table UCT9110

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