OIB_TANKDIP SAP (Silo management tank strapping history) Table details

Dictionary Type: Table
Description: Silo management tank strapping history




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




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

OIB_TANKDIP is a standard SAP Table which is used to store Silo management tank strapping history data and is available within R/3 SAP systems depending on the version and release level.

The OIB_TANKDIP table consists of various fields, each holding specific information or linking keys about Silo management tank strapping history data available in SAP. These include SOCNR (SOC: Storage object characteristic segment number), ETMSTM (Tank dip time stamp), SOCEV (Events in silo management tank dips), RELSTOCK (Silo Mgmt: related book stock at time of tank dip).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIB_TANKDIP table 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_EVENTKEYCHAR2OIB_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

Key field Non-key field



How do I retrieve data from SAP table OIB_TANKDIP using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIB_TANKDIP to SELECT all data from the table
DATA: WA_OIB_TANKDIP TYPE OIB_TANKDIP.

SELECT SINGLE *
FROM OIB_TANKDIP
INTO CORRESPONDING FIELDS OF WA_OIB_TANKDIP
WHERE...

How to access SAP table OIB_TANKDIP

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