REOM_USER_CRIT SAP (Reporting CO-OM : User-defined selection criteria) Structure details

Dictionary Type: Structure
Description: Reporting CO-OM : User-defined selection criteria




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




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

REOM_USER_CRIT 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 "Reporting CO-OM : User-defined selection criteria" 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_REOM_USER_CRIT TYPE REOM_USER_CRIT.

The REOM_USER_CRIT table consists of various fields, each holding specific information or linking keys about Reporting CO-OM : User-defined selection criteria data available in SAP. These include GJAHR_C1 (Checkbox), GJAHR_C2 (Checkbox), GJAHR_C3 (Checkbox), GJAHR (Fiscal 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: Not classified


SAP REOM_USER_CRIT 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
KOKRSControlling Area KOKRSCHAR4CACCDCAC
GJAHR_C1Checkbox XFELDCHAR1XFELD
GJAHR_C2Checkbox XFELDCHAR1XFELD
GJAHR_C3Checkbox XFELDCHAR1XFELD
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERBL_C1Checkbox XFELDCHAR1XFELD
PERBL_C2Checkbox XFELDCHAR1XFELD
PERBL_C3Checkbox XFELDCHAR1XFELD
PERBL_C4Checkbox XFELDCHAR1XFELD
PERBL_C5Checkbox XFELDCHAR1XFELD
PERBL_FROMPeriod block PERBLNUMC3PERBLVPE
PERBL_TOPeriod block PERBLNUMC3PERBLVPE
VERSN_ACTUVersion VERSNCHAR3ALPHACOVERSIKVS
VERSN_PLANVersion VERSNCHAR3ALPHACOVERSIKVS
KSTAR_FROMCost Element KSTARCHAR10ALPHAKSTARKAT
KSTAR_TOCost Element KSTARCHAR10ALPHAKSTARKAT
KSTAR_SETIdentification of a set SETIDCHAR34SETIDGSI
KOSTL_FROMCost Center KOSTLCHAR10ALPHAKOSTLKOS
KOSTL_TOCost Center KOSTLCHAR10ALPHAKOSTLKOS
KOSTL_SETIdentification of a set SETIDCHAR34SETIDGSI
AUFNR_FROMOrder Number AUFNRCHAR12ALPHAAUFNRANR
AUFNR_TOOrder Number AUFNRCHAR12ALPHAAUFNRANR
AUFNR_SETIdentification of a set SETIDCHAR34SETIDGSI
PRZNR_FROMBusiness Process CO_PRZNRCHAR12ALPHACO_PRZNRKWP
PRZNR_TOBusiness Process CO_PRZNRCHAR12ALPHACO_PRZNRKWP
PRZNR_SETIdentification of a set SETIDCHAR34SETIDGSI
LSTAR_FROMActivity Type LSTARCHAR6LSTARLARLART_EMPTY
LSTAR_TOActivity Type LSTARCHAR6LSTARLARLART_EMPTY
LSTAR_SETIdentification of a set SETIDCHAR34SETIDGSI
STAGR_FROMStatistical key figure STAGRCHAR6STAGRSTA
STAGR_TOStatistical key figure STAGRCHAR6STAGRSTA
STAGR_SETIdentification of a set SETIDCHAR34SETIDGSI
ZWAER_C1Checkbox XFELDCHAR1XFELD
ZWAER_C2Checkbox XFELDCHAR1XFELD
ZWAER_C3Checkbox XFELDCHAR1XFELD
ZWAER_C4Checkbox XFELDCHAR1XFELD
ZWAERTarget currency (for currency translation in CO reports) DZWAERCUKY5WAERS
DATE_C1Checkbox XFELDCHAR1XFELD
DATE_C2Checkbox XFELDCHAR1XFELD
DATEExchange rate date KRSDATEDATS8DATUM
TYPEExchange Rate Type KURSTCHAR4KURSTKUT
FIRSTEXTRCheckbox XFELDCHAR1XFELD
SELSCREENCheckbox XFELDCHAR1XFELD
SELECTIONCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table REOM_USER_CRIT

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