ROIUREP_OGORA_DTL SAP (Regulatory Reporting OGOR-A layout detail) Structure details

Dictionary Type: Structure
Description: Regulatory Reporting OGOR-A layout detail




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




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

ROIUREP_OGORA_DTL 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 "Regulatory Reporting OGOR-A layout detail" 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_ROIUREP_OGORA_DTL TYPE ROIUREP_OGORA_DTL.

The ROIUREP_OGORA_DTL table consists of various fields, each holding specific information or linking keys about Regulatory Reporting OGOR-A layout detail data available in SAP. These include PROD_VOL_OIL_COND (Production Volume Oil/Conensate), PROD_VOL_GAS (OGOR-A Production Volume Gas), PROD_VOL_WATER (OGOR-A Production Volume Water), TOT_INJE_VOL (OGOR-A Injection Volume).. 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: Can be enhanced (character-type or numeric)


SAP ROIUREP_OGORA_DTL 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
DAYS_PRODDays Produced OIUREP_OGA_DAYS_PRODNUMC2
PROD_VOL_OIL_CONDProduction Volume Oil/Conensate OIUREP_OGA_PROD_VOL_OILCONDDEC9
PROD_VOL_GASOGOR-A Production Volume Gas OIUREP_OGA_PROD_VOL_GASDEC9
PROD_VOL_WATEROGOR-A Production Volume Water OIUREP_OGA_PROD_VOL_WATERDEC9
TOT_INJE_VOLOGOR-A Injection Volume OIUREP_OGA_INJE_VOLDEC9

Key field Non-key field



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

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

How to access SAP table ROIUREP_OGORA_DTL

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