ROIB_TANKDIP SAP (structure for OIB_TANKDIP) Structure details

Dictionary Type: Structure
Description: structure for OIB_TANKDIP




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




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

ROIB_TANKDIP 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 "structure for OIB_TANKDIP" 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_ROIB_TANKDIP TYPE ROIB_TANKDIP.

The ROIB_TANKDIP table consists of various fields, each holding specific information or linking keys about structure for OIB_TANKDIP data available in SAP. These include MANDT (Client), SOCNR (SOC: Storage object characteristic segment number), ETMSTM (Tank dip time stamp), SOCEV (Events in silo management tank dips).. 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 ROIB_TANKDIP 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
MANDTClient MANDTCLNT3T000MANDT
SOCNRSOC: Storage object characteristic segment number OII_SOCNRCHAR20OIISOCKOII_SOCNR
ETMSTMTank dip time stamp OIB_TMSTMNUMC14OII_TIMEST
SOCEVEvents in silo management tank dips OIB_DIP_EVENTKEYCHAR2Assigned to domainOIB_DIP_EVENTKEY
RELSTOCKSilo Mgmt: related book stock at time of tank dip OIB_RELSTOCKQUAN13(3) MENG13V
SLVNRSOC: Linear/volumetric conversion (strap) set number OII_SLVNRCHAR20Assigned to domainOII_SLVNR
SLVINDSOC: recalibration index for strapping data OII_SLVINDNUMC5OII_SLVIND
TOTALHEIGHTTank dip, total height OII_TOTALHEIGHTQUAN13(3) MENGE
TOTHUOMLength UoM (Oil BDRP) OII_LENUNUNIT3Assigned to domainCUNITMEINS
WATERHEIGHTTank dip: water dip height OII_WATERHEIGHTQUAN13(3) MENGE
WATHUOMLength UoM (Oil BDRP) OII_LENUNUNIT3Assigned to domainCUNITMEINS
QUAN_SKUQuantity in stock keeping unit/ base unit of measure OII_QUAN_SKUQUAN13(3) MENGE
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
QUAN_LVCMaterial volume in LVC set UoM OII_QUAN_LVCQUAN13(3) MENGE
WATR_LVCWater Volume in LVC set UoM OII_WATR_LVCQUAN13(3) MENGE
UL_IN_INDDipping method (innage, ullage) OII_UL_IN_INDCHAR1OII_UL_IN_IND
VOLUNUoM - volumetric constant for lin./vol. conversion (BDRP) OII_VOLUNCUNIT3Assigned to domainCUNITMEINS
DIP_GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
ERDATDate record created OII_ERDATDATS8DATS
ERZEITTime record created OII_ERZEITTIMS6TIME
ERNAMUser who created record OII_ERNAMCHAR12USNAM
AEDATDate record changed OII_AEDATDATS8DATS
AEZEITTime record changed OII_AEZEITTIMS6TIME
AENAMUser who changed record OII_AENAMCHAR12USNAM
BLOINDBlocking indicator OII_BLOINDCHAR1XFELD
DELINDDeletion indicator OII_DELINDCHAR1XFELD
TOTALHEIGHT_FLTPSilo Mgmt: Tank strapping height in FLTP OII_HGT_FLTPFLTP16(16) TEMP_VALUE
WATERHEIGHT_FLTPSilo Mgmt: Tank strapping height in FLTP OII_HGT_FLTPFLTP16(16) TEMP_VALUE
UPD_FLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



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

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

How to access SAP table ROIB_TANKDIP

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