ROIIOBJECT SAP (Object ID Transfer structure) Structure details

Dictionary Type: Structure
Description: Object ID Transfer structure




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




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

ROIIOBJECT 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 "Object ID Transfer structure" 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_ROIIOBJECT TYPE ROIIOBJECT.

The ROIIOBJECT table consists of various fields, each holding specific information or linking keys about Object ID Transfer structure data available in SAP. These include OBJECTID_M (Object with assigned meters (IS-Oil BDRP)), OBJECTID_M_DESC (Short description of object type), RNBT (Business type), XPBLNR (Object is a business location).. 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 ROIIOBJECT 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
OBJECTID_SObject with assigned storage objects (IS-Oil BDRP) OII_XOBJSCHAR20ALPHAOII_OBJECT
OBJECTID_MObject with assigned meters (IS-Oil BDRP) OII_XOBJMCHAR20ALPHAOII_OBJECT
OBJECTID_M_DESCShort description of object type OII_XOBJARTKCHAR15TEXT15
RNBTBusiness type OIRA_RNBTCHAR4Assigned to domainOIRA_RNBTOIRA_0
XPBLNRObject is a business location OII_XPBLNRCHAR1XFELD
XKUNNRObject is a customer OII_XKUNNRCHAR1XFELD
XSOCTYPObject is a storage object type OII_XSOCTYCHAR1XFELD
XMP_NRObject is a measurement point OII_MP_NRCHAR1XFELD
XLGORTObject is a storage location OII_XLGORTCHAR1XFELD
XSOCSEGObject is a storage obejct charactersistics segment no. OII_XSOCSGCHAR1XFELD
XMETERObject is a meter no. OII_XMETERCHAR1XFELD
OBJECTTYPEObject type to which storage object is attached OII_OBJTYPCHAR1OII_OBJTYP
RNBT_DESCDescriptive text OIRA_DESCRCHAR50TEXT50
NAMEInternal name field OII_NAMECHAR35CHAR35
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
VALIDCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table ROIIOBJECT

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