UCS0104 SAP (Tasks: Validation) Table details

Dictionary Type: Table
Description: Tasks: Validation




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




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

UCS0104 is a standard SAP Table which is used to store Tasks: Validation data and is available within R/3 SAP systems depending on the version and release level.

The UCS0104 table consists of various fields, each holding specific information or linking keys about Tasks: Validation data available in SAP. These include AREA (Consolidation Area), TASK (Task), SVERSIONTYPE (SEM-BCS: Field Type of Special Version), SVERSION (Special Version).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP UCS0104 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
TASKTask UC_TASKCHAR10UCS010CUC_TASK
SVERSIONTYPESEM-BCS: Field Type of Special Version UC_SVERSIONTYPECHAR2UC_SVERSIONTYPE
SVERSIONSpecial Version UC_SVERSIONCHAR3UCMV01CALPHAUC_SVERSION
FROMYEAREffective from Fiscal Year UG_FROMYEARNUMC4FYINVUG_FISCYEAR_INV
FROMPERIODEffective from Period UG_FROMPERIODNUMC3FPINVUG_FISCPERIOD_INV
VAL_CURRCurrency UC_VAL_CURRCHAR1UC_VAL_CURR
VAL_LEVELValidation Task: Posting Levels UC_VAL_LEVELCHAR1UC_VAL_LEVEL
INVENTORYValidate Additional Financial Data UC_VAL_ADD_FLGCHAR1UC_FLG
INVESTMENTValidate Additional Financial Data UC_VAL_ADD_FLGCHAR1UC_FLG
EQUITYValidate Additional Financial Data UC_VAL_ADD_FLGCHAR1UC_FLG
ASSET_TRANSValidate Additional Financial Data UC_VAL_ADD_FLGCHAR1UC_FLG
INVENTORY_ERRValidation: Generate Errors ('X') or Warnings (SPACE) UC_VAL_ERR_FLGCHAR1UC_VAL_ERR_FLG
INVESTMENT_ERRValidation: Generate Errors ('X') or Warnings (SPACE) UC_VAL_ERR_FLGCHAR1UC_VAL_ERR_FLG
EQUITY_ERRValidation: Generate Errors ('X') or Warnings (SPACE) UC_VAL_ERR_FLGCHAR1UC_VAL_ERR_FLG
ASSET_TRANS_ERRValidation: Generate Errors ('X') or Warnings (SPACE) UC_VAL_ERR_FLGCHAR1UC_VAL_ERR_FLG
VAL_MERGERCeding Unit in Merger UC_VAL_MERGERCHAR1UC_FLG
VAL_MERGER_ERRValidation: Error ('E'), warning ('W'), posting level (' ') UC_VAL_MER_FLGCHAR1UC_VAL_MER_FLG
VAL_HFSAssets Held for Sale UC_VAL_AST_HFSCHAR1UC_FLG

Key field Non-key field



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

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

SELECT SINGLE *
FROM UCS0104
INTO CORRESPONDING FIELDS OF WA_UCS0104
WHERE...

How to access SAP table UCS0104

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