ROIU_PR_REQUEST SAP (Volume Allocation Request) Structure details

Dictionary Type: Structure
Description: Volume Allocation Request




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




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

ROIU_PR_REQUEST 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 "Volume Allocation Request" 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_PR_REQUEST TYPE ROIU_PR_REQUEST.

The ROIU_PR_REQUEST table consists of various fields, each holding specific information or linking keys about Volume Allocation Request data available in SAP. These include DN_NO (Delivery network number), PRD_DT (Production date), PREV_PRD_DT (Production date), MAJPD_CD (Major product code).. 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_PR_REQUEST 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
FREQ_CDFrequency OIU_FREQ_CDCHAR1OIU_FREQ_CDOIU_FRQ
DN_NODelivery network number OIU_DN_NOCHAR20Assigned to domainALPHAOIU_DN_NOOIU_DNH_OIU_PR_DN
PRD_DTProduction date OIU_PRD_DTDATS8DATUMOIU_PRD_DATE
PREV_PRD_DTProduction date OIU_PRD_DTDATS8DATUMOIU_PRD_DATE
MAJPD_CDMajor product code OIU_MAJPD_CDCHAR1OIU_MAJPD_CDOIU_MAJPD
NWK_REF_NONetwork Reference number OIU_NWK_REF_NOINT410SYST_SHORT
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
VL_CLOSED_INDVL Closed Indicator OIU_VL_CLOSED_INDCHAR1CHAR1
CA_CLOSED_INDContractual Allocation Close Indicator OIU_CA_CLOSED_INDCHAR1CHAR1
THEO_INFL_AMTheoretical inflation factor OIU_INFL_AMNUMC1OIU_INFL_AM
AL_BASIS_FLGas allocation basis flag OIU_AL_BASIS_FLCHAR1OIU_AL_BASIS_FL
MEAS_GRP_IDMeasurement Group ID OIU_MEAS_GRP_IDCHAR10Assigned to domainOIU_MEAS_GRP_IDOIU_MEAS_GRP
CONVG_IDConversion Group (Oil, Natural Gas,..) OIB_UMRSLCHAR4Assigned to domainOIB_UMRSL
UOMG_IDUnit of Mearsure Group (Oil, Natural Gas,...) OIB_UOMGRCHAR3Assigned to domainOIB_UOMGR
USER_ENTERED_TOLERANCEAllocation Tolerance percentage OIU_TOL_PCNUMC3NUM03
TOL_PCAllocation Tolerance percentage OIU_TOL_PCNUMC3NUM03
FINAL_AL_FLAllocation indicator OIU_AL_FLCHAR1OIU_X_FLAG
GPLT_FLGas plant flag OIU_GPLT_FLCHAR1OIU_X_FLAG
GPLT_DN_NOChaining Network number OIU_GPLT_DN_NOCHAR20Assigned to domainALPHAOIU_DN_NO
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VNAMEJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
PI_METH_CDPlant inlet calculation method code OIU_PI_METH_CDCHAR1OIU_PI_METH_CODE
THEO_BASIS_CDTheoretical basis code (saturated / dry) OIU_BASIS_CDCHAR1OIU_SAT_DRY_CD
CHA_COMPAT_CDChemical analysis compatibility code. OIU_CHA_COMPAT_CDCHAR4Assigned to domainOIU_CHA_COMPAT_CD
VL_PRCS_FLValuation Processing Flag OIU_VL_PRCS_FLCHAR1OIU_X_FLAG
CA_PRCS_FLContractual Allocation Processing Flag OIU_CA_PRCS_FLCHAR1OIU_X_FLAG
CA_AUTO_SEL_FLContractual Allocation Auto Select indicator OIU_CA_AUTO_SEL_FLCHAR1OIU_X_FLAG
TRC_RPT_FLGenerate Trace Report Flag OIU_TRC_RPT_FLCHAR1CHAR1
FUEL_SYS_FLFuel system flag OIU_FUEL_SYS_FLCHAR1OIU_X_FLAG
ERROR_RPT_FLGenerate Error Report Flag OIU_ERROR_RPT_FLCHAR1CHAR1
TWO_PASS_ALLOC_INDPerform Dual Allocation Flag OIU_TWO_PASS_ALLOC_FLCHAR1CHAR1
HEAT_VALUE_UOMUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
VOLUME_UOMUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
ENERGY_UOMUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
DEBUG_FLObject debugger activated SWO_DEBUGCHAR1SWC_BOOL
DNSTD_NODNSTD Number OIU_DNSTD_NONUMC12OIU_SYS_NO
DNSTD_SYS_CDPRA Application Component ID OIU_SUBSYS_CDCHAR2ALPHAOIU_SUBSYS_CDOIU_SUBSYS
GPOP_FLSingle-Character Indicator CHAR1CHAR1CHAR1
SUM_DLYSingle-Character Indicator CHAR1CHAR1CHAR1
DN_NAMEDelivery network description OIU_DN_DECHAR35OIU_TEXT35
ALLOC_RESULT_CDAllocation Result Code OIU_ALLOC_RES_CDCHAR1OIU_ALLOC_RES_CD
UP_CHAIN_DNIs this DN the upper chain of a chained DN system? OIU_UP_CHAIN_DNCHAR1SWC_BOOL
NWK_ADJ_LVLNetwork Adjustment Level OIU_NWK_ADJ_LVLCHAR1OIU_NWK_ADJ_LVL
LOWER_CHAIN_FLDelivery network type code OIU_DN_TYP_CDCHAR1OIU_DN_TYP_CDOIU_DN_TYPE_CD

Key field Non-key field



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

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

How to access SAP table ROIU_PR_REQUEST

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