ROIUREP_OGORB_DTL SAP (Regulatory Reporting OGOR-B layout detail) Structure details

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




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




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

ROIUREP_OGORB_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-B 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_OGORB_DTL TYPE ROIUREP_OGORB_DTL.

The ROIUREP_OGORB_DTL table consists of various fields, each holding specific information or linking keys about Regulatory Reporting OGOR-B layout detail data available in SAP. These include BTU (OGOR-B BTU), DISP_QTY_OIL_COND (OGOR-B Disposition Quantity for Oil/Condensate), DISP_QTY_GAS (OGOR-B Disposition Quantity for Gas), DISP_QTY_WATER (OGOR-B Disposition Quantity for Water).. 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_OGORB_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
API_GRAVITYMMS API Gravity OIUREP_MMS_API_GRAVITYDEC4
BTUOGOR-B BTU OIUREP_OGB_BTUCHAR4
DISP_QTY_OIL_CONDOGOR-B Disposition Quantity for Oil/Condensate OIUREP_OGB_DISP_QTY_OIL_CONDDEC10
DISP_QTY_GASOGOR-B Disposition Quantity for Gas OIUREP_OGB_DISP_QTY_GASDEC10
DISP_QTY_WATEROGOR-B Disposition Quantity for Water OIUREP_OGB_DISP_QTY_WATERDEC10

Key field Non-key field



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

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

How to access SAP table ROIUREP_OGORB_DTL

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