ROIU_SB_CTR_PROD SAP (CA Manual Entry popup) Structure details

Dictionary Type: Structure
Description: CA Manual Entry popup




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




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

ROIU_SB_CTR_PROD 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 "CA Manual Entry popup" 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_SB_CTR_PROD TYPE ROIU_SB_CTR_PROD.

The ROIU_SB_CTR_PROD table consists of various fields, each holding specific information or linking keys about CA Manual Entry popup data available in SAP. These include WL_NO (Well ID number), WC_NO (Well Completion Number), ORIG_MP_NO (Original measurement point number), TRNSP_NO (Transporter number).. 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_SB_CTR_PROD 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
MP_NOMeasurement point number OIU_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
WL_NOWell ID number OIU_WL_NOCHAR15Assigned to domainALPHAOIU_WL_NOOIU_WELLH_OIU_PR_WELL
WC_NOWell Completion Number OIU_WC_NOCHAR5Assigned to domainALPHAOIU_WC_NOOIU_WCH_OIU_PR_WC
ORIG_MP_NOOriginal measurement point number OIU_ORIG_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_ORIG_MP_NO
TRNSP_NOTransporter number OIU_TRNSP_NOCHAR10Assigned to domainALPHAKUNNROIU_TRNSP_NO
PROD_VOLStandard volume OIU_STD_VOLQUAN13(3) MENGE
PROD_VOL_UStandard volume unit OIU_STD_VOL_UUNIT3Assigned to domainCUNITMEINS
STD_VOLStandard volume OIU_STD_VOLQUAN13(3) MENGE
STD_VOL_UStandard volume unit OIU_STD_VOL_UUNIT3Assigned to domainCUNITMEINS
PROD_ENERGYEnergy quantity OIU_ENERGYQUAN13(3) MENGE
PROD_ENERGY_UEnergy quantity unit OIU_ENERGY_UUNIT3Assigned to domainCUNITMEINS
ENERGYEnergy quantity OIU_ENERGYQUAN13(3) MENGE
ENERGY_UEnergy quantity unit OIU_ENERGY_UUNIT3Assigned to domainCUNITMEINS
PROD_HEAT_VALHeating value OIU_HEAT_VALQUAN13(3) MENGE
PROD_HEAT_VAL_UHeating Value Unit OIU_HEAT_VAL_UUNIT3Assigned to domainCUNITMEINSOUMH
HEAT_VALHeating value OIU_HEAT_VALQUAN13(3) MENGE
HEAT_VAL_UHeating Value Unit OIU_HEAT_VAL_UUNIT3Assigned to domainCUNITMEINSOUMH
PROD_ALLOC_DIFProduction/Allocation Difference OIU_PROD_ALLOC_DIFQUAN13(3) MENGE
PROD_ALLOC_DIF_UProduction/Allocation Difference Unit OIU_PROD_ALLOC_DIF_UUNIT3Assigned to domainCUNITMEINS
CA_ALLOC_TO_PCCA Allocation Tolerance Percentage OIU_CA_ALLOC_TOL_PCDEC9(6) OIU_PERCENT96
OUT_TOL_FLGOut of Tolerance Flag OIU_TOL_FLGCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table ROIU_SB_CTR_PROD

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