ROIU_PR_DNAP SAP (Volume Allocation Network Product Code/Volume Type) Structure details

Dictionary Type: Structure
Description: Volume Allocation Network Product Code/Volume Type




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




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

ROIU_PR_DNAP 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 Network Product Code/Volume Type" 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_DNAP TYPE ROIU_PR_DNAP.

The ROIU_PR_DNAP table consists of various fields, each holding specific information or linking keys about Volume Allocation Network Product Code/Volume Type data available in SAP. These include PD_CD (Minor Product Code), VT_CD (Volume Type Code), CALC_VT_CD (Calculated volume type), PD_SEQ_NO (Product sequence 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)


SAP ROIU_PR_DNAP 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
MAJPD_CDMajor product code OIU_MAJPD_CDCHAR1OIU_CM_PDCDOIU_MAJPD_CDOIU_MAJPD
PD_CDMinor Product Code OIU_PD_CDCHAR2Assigned to domainOIU_PD_CDOIU_PD
VT_CDVolume Type Code OIU_VL_TYPE_CDCHAR2OIU_PR_VLTYPOIU_VL_TYPE_CDOIU_VL_TYPE
CALC_VT_CDCalculated volume type OIU_CALC_VT_CDCHAR2OIU_PR_VLTYPOIU_VL_TYPE_CD
PD_SEQ_NOProduct sequence number OIU_PD_SEQ_NONUMC3NUMC3
SUM_DLY_FLSummary daily flag OIU_SUM_DLY_FLCHAR1OIU_X_FLAG
VL_CAT_CDVolume Category Code OIU_VL_CAT_CDCHAR1OIU_VL_CAT_CD
DEP_MAJPD_CDDependent major product code OIU_DEP_MAJPD_CDCHAR1OIU_MAJPD_CD
DEP_PD_CDDependent product code OIU_DEP_PD_CDCHAR2Assigned to domainOIU_PD_CD
DEP_VT_CDDependent volume type code OIU_DEP_VT_CDCHAR2OIU_PR_VLTYPOIU_VL_TYPE_CD
DEP_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
AUTO_FLO_FLAutomatic flow flag OIU_AUTO_FLO_FLCHAR1OIU_X_FLAG
SUM_TKT_FLSummarize Run Tickets Flag OIU_SUM_TKT_FLCHAR1OIU_X_FLAG
ALLOC_FLAllocate flag indicating whether to do allocations OIU_ALLOC_FLCHAR1OIU_X_FLAG
CMP_ALLOC_FLComponent allocation flag OIU_CMP_ALLOC_FLCHAR1OIU_X_FLAG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DEP_BASISDimension key OIUPR_DEP_DIMIDCHAR6Assigned to domainDIMID
LAST_VOL_TYPE_FL Last Product Volume Type0
LAST_CURR_MAJPD_CD_FL Last Major Product Processing Product0
REC_OW_MATNRReclass Material No. OIU_REC_MATNRCHAR18Assigned to domainMATN1MATNR
REC_GW_MATNRReclass Material No. OIU_REC_MATNRCHAR18Assigned to domainMATN1MATNR
REC_OW_MAJPDRelclass Major Product Code OIU_REC_MAJPD_CDCHAR1OIU_MAJPD_CD
REC_OW_PD_CDReclass Product Code OIU_REC_PD_CDCHAR2Assigned to domainOIU_PD_CD
REC_GW_MAJPDRelclass Major Product Code OIU_REC_MAJPD_CDCHAR1OIU_MAJPD_CD
REC_GW_PD_CDReclass Product Code OIU_REC_PD_CDCHAR2Assigned to domainOIU_PD_CD
GPLT_PAMGas Plant Plant Allocation Method OIU_GPLT_PAM_CDCHAR7Assigned to domainOIU_GPLT_PAM_CDOIU_GPLT_PAM_CD
FIRST_RESIDUE_FLFirst residue flag OIU_RESIDUE_FLCHAR1OIU_X_FLAG
COMPGPM_DEP_FLPlant Allocation Method 'COMPGPM' dependency flag OIUPR_COMPGPM_DEP_FLCHAR1OIU_X_FLAG

Key field Non-key field



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

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

How to access SAP table ROIU_PR_DNAP

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