ROIIX SAP (Standard reference types for Oil BDRP) Structure details

Dictionary Type: Structure
Description: Standard reference types for Oil BDRP




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




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

ROIIX 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 "Standard reference types for Oil BDRP" 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_ROIIX TYPE ROIIX.

The ROIIX table consists of various fields, each holding specific information or linking keys about Standard reference types for Oil BDRP data available in SAP. These include BOOLE (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), DATS (Field of type DATS), TIMS (Field of type TIMS), UOM (Reference UNIT object for Oil BDRP programs).. 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 ROIIX 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
XFLTPReference FLTP object for Oil BDRP programs OII_XFLTPFLTP16(16) FLTP
BOOLEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
DATSField of type DATS DATSDATS8DATS
TIMSField of type TIMS TIMSTIMS6TIME
UOMReference UNIT object for Oil BDRP programs OII_REFUOMUNIT3Assigned to domainCUNITMEINS
Q10_01Reference QUAN (9n,1n) object for Oil BDRP programs OII_Q10_01QUAN10(1) OII_Q10_01
Q11_02Reference QUAN (9n,2n) object for Oil BDRP programs OII_Q11_02QUAN11(2) OII_Q11_02
Q12_03Reference QUAN (9n,3n) object for Oil BDRP programs OII_Q12_03QUAN12(3) OII_Q12_03
TIMESTAMPTime stamp field with 14 digits and NUMC data type OII_TIMESTNUMC14OII_TIMEST
NUMC8OIL-BDRP: 8-character numeric field OII_NUMC8NUMC8OII_NUMC8
MINS_2Two digit number NUMC2NUMC2NUMC2

Key field Non-key field



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

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

How to access SAP table ROIIX

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