UCUMR_S_CUC SAP (Attributes for Combination of Consolidation Units) Structure details

Dictionary Type: Structure
Description: Attributes for Combination of Consolidation Units




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




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

UCUMR_S_CUC 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 "Attributes for Combination of Consolidation Units" 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_UCUMR_S_CUC TYPE UCUMR_S_CUC.

The UCUMR_S_CUC table consists of various fields, each holding specific information or linking keys about Attributes for Combination of Consolidation Units data available in SAP. These include FISCYEAR_FC (Year of First Consolidation), FC_END_PERIOD (First Consolidation at the End of Period), FISCPERIOD_HFS (Intention for Sale Period), FISCYEAR_HFS (Intention for Sale Year).. 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 UCUMR_S_CUC 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
FISCPERIOD_FCPeriod of First Consolidation UC_FISCPERIOD_FIRST_CONSNUMC3POPER
FISCYEAR_FCYear of First Consolidation UC_FISCYEAR_FIRST_CONSNUMC4GJAHRGJAHR
FC_END_PERIODFirst Consolidation at the End of Period UC_FC_END_PERIODCHAR1UC_FLG
FISCPERIOD_HFSIntention for Sale Period UC_FISCPERIOD_HELD_FOR_SALENUMC3POPER
FISCYEAR_HFSIntention for Sale Year UC_FISCYEAR_HELD_FOR_SALENUMC4GJAHRGJAHR
FISCPERIOD_DOPDiscontinued Operations Period UC_FISCPERIOD_DISC_OPERATIONSNUMC3POPER
FISCYEAR_DOPDiscontinued Operations Year UC_FISCYEAR_DISC_OPERATIONSNUMC4GJAHRGJAHR
FISCPERIOD_LCPeriod of Divestiture Accounting UC_FISCPERIOD_LAST_CONSNUMC3POPER
FISCYEAR_LCYear of Divestiture Accounting UC_FISCYEAR_LAST_CONSNUMC4GJAHRGJAHR
LC_BEG_PERIODDivestiture Accounting at Beginning of Period UC_LC_BEG_PERIODCHAR1UC_FLG

Key field Non-key field



How do I retrieve data from SAP structure UCUMR_S_CUC using ABAP code?

As UCUMR_S_CUC 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 UCUMR_S_CUC as there is no data to select.

How to access SAP table UCUMR_S_CUC

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