ROIU_PR_TRAVERSE SAP (Volume Allocation Node Traverse) Structure details

Dictionary Type: Structure
Description: Volume Allocation Node Traverse




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




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

ROIU_PR_TRAVERSE 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 Node Traverse" 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_TRAVERSE TYPE ROIU_PR_TRAVERSE.

The ROIU_PR_TRAVERSE table consists of various fields, each holding specific information or linking keys about Volume Allocation Node Traverse data available in SAP. These include MPWC_NO (Measurement point/MP type or well/well completion), TRVSE_MP_ENTRY (Traverse Table Entry Pointer/Index), TRVSE_WC_ENTRY (Traverse Table Entry Pointer/Index), TRVSE_NEXT_UPSTR (Traverse Table Entry Pointer/Index).. 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_TRAVERSE 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
DNND_TYPE_CDDelivery network node type code OIU_DNND_TYPE_CDCHAR1OIU_DNND_TYPE_CODE
MPWC_NOMeasurement point/MP type or well/well completion OIU_MPWC_NOCHAR20CHAR20
TRVSE_MP_ENTRYTraverse Table Entry Pointer/Index OIU_TRVSE_ENTRYINT410INT4
TRVSE_WC_ENTRYTraverse Table Entry Pointer/Index OIU_TRVSE_ENTRYINT410INT4
TRVSE_NEXT_UPSTRTraverse Table Entry Pointer/Index OIU_TRVSE_ENTRYINT410INT4
TRVSE_NEXT_UPSTR_ACROSSTraverse Table Entry Pointer/Index OIU_TRVSE_ENTRYINT410INT4
TRVSE_NEXT_DNSTRTraverse Table Entry Pointer/Index OIU_TRVSE_ENTRYINT410INT4
TRVSE_NEXT_DNSTR_ACROSSTraverse Table Entry Pointer/Index OIU_TRVSE_ENTRYINT410INT4
TRVSE_PRIMARY_IX_IDTraverse Table Entry Pointer/Index OIU_TRVSE_ENTRYINT410INT4
TRVSE_ALIAS_IX_IDTraverse Table Entry Pointer/Index OIU_TRVSE_ENTRYINT410INT4
FURTHEST_UPSTR_ND_FLFurthest Upstream Node Flag OIU_FURTHEST_UPSTR_ND_FLCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table ROIU_PR_TRAVERSE

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