ROIU_REP_MMS_OGORC_DETAIL SAP (MMS OGOR Header Structure) Structure details

Dictionary Type: Structure
Description: MMS OGOR Header Structure




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




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

ROIU_REP_MMS_OGORC_DETAIL 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 "MMS OGOR Header Structure" 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_ROIU_REP_MMS_OGORC_DETAIL TYPE ROIU_REP_MMS_OGORC_DETAIL.

The ROIU_REP_MMS_OGORC_DETAIL table consists of various fields, each holding specific information or linking keys about MMS OGOR Header Structure data available in SAP. These include REC_TYPE (Detail Layout Record Type), LINE_NBR (OGOR Detail Line Number), ACTION_CD (OGOR Detail Layout Action Code), MMS_PD_CD (MMS Product Code (OGOR-C)).. 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 ROIU_REP_MMS_OGORC_DETAIL 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
HEAD_SEQNRRegulatory Reporting Header Sequence Number OIUREP_HEAD_SEQNRNUMC5
REC_TYPEDetail Layout Record Type OIUREP_OGR_REC_TYPECHAR2
LINE_NBROGOR Detail Line Number OIUREP_OGR_LINE_NBRNUMC4
ACTION_CDOGOR Detail Layout Action Code OIUREP_OGR_ACTION_CDCHAR1
MMS_PD_CDMMS Product Code (OGOR-C) OIUREP_MMS_PD_CDCHAR2OIUREP_MMS_PD_CD
FACL_NOOGOR-B Facility Number OIUREP_OGB_FACL_NOCHAR11
MMS_MTR_PTMMS Metering Point OIUREP_MMS_MTR_PTCHAR11
API_GRAVITYMMS API Gravity OIUREP_MMS_API_GRAVITYDEC4
BEG_INV_VOLOGOR-C Beginning Inventory Volume OIUREP_OGC_BEG_INV_VOLQUAN9OIUREP_QUAN_9_NO_SIGN
PROD_VOLOGOR-C Production Volume OIUREP_OGC_PROD_VOLDEC9
SALES_VOLOGOR-C Sales Volume OIUREP_OGC_SALES_VOLDEC9
ADJUST_CDOGOR-C Adjustment Code OIUREP_OGC_ADJUST_CDCHAR4
ADJUST_VOLOGOR-C Adjustment Volume OIUREP_OGC_ADJUST_VOLDEC8OIUREP_QUAN_10_WITH_SIGN
END_INV_VOLOGOR-C Ending Inventory Volume OIUREP_OGC_END_INV_VOLDEC8OIUREP_QUAN_10_WITH_SIGN

Key field Non-key field



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

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

How to access SAP table ROIU_REP_MMS_OGORC_DETAIL

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