ROIIC_DIP_MAIN SAP (Tank strapping history structure) Structure details

Dictionary Type: Structure
Description: Tank strapping history structure




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




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

ROIIC_DIP_MAIN 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 "Tank strapping history 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_ROIIC_DIP_MAIN TYPE ROIIC_DIP_MAIN.

The ROIIC_DIP_MAIN table consists of various fields, each holding specific information or linking keys about Tank strapping history structure data available in SAP. These include SLVIND (SOC: recalibration index for strapping data), TOTALHEIGHT (Tank dip, total height), TOTHUOM (Length UoM (Oil BDRP)), WATERHEIGHT (Tank dip: water dip height).. 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 ROIIC_DIP_MAIN 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
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

Key field Non-key field



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

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

How to access SAP table ROIIC_DIP_MAIN

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