OIISOCO1 SAP (SOC: Storage object characteristic segment: bulk) Table details

Dictionary Type: Table
Description: SOC: Storage object characteristic segment: bulk




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




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

OIISOCO1 is a standard SAP Table which is used to store SOC: Storage object characteristic segment: bulk data and is available within R/3 SAP systems depending on the version and release level.

The OIISOCO1 table consists of various fields, each holding specific information or linking keys about SOC: Storage object characteristic segment: bulk data available in SAP. These include SOCNR (SOC: Storage object characteristic segment number), LVC_METH (SOC: linear to volume calculation method), CALI_HIST (SOC: Write calibration history), SLVNR (Silo: Linear/volumetric conversion (strap) set number).. 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 OIISOCO1 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
LVC_METHSOC: linear to volume calculation method OII_LVC_METHCHAR1OII_LVC_METH
CALI_HISTSOC: Write calibration history OII_CALI_HISTCHAR1OII_CALI_HIST
SLVNRSilo: Linear/volumetric conversion (strap) set number OII_SLVNROCHAR20OIISLVCKOII_SLVNR
SLVINDSOC: recalibration index for strapping data OII_SLVINDNUMC5OII_SLVIND
VALFROMFrom/start time stamp (BDRP) OII_FTMSTMNUMC14OII_TIMEST
MAXINMaximum inflow OII_MAXINQUAN13(3) MENGE
MAXOUTMaximum outflow OII_MAXOUTQUAN13(3) MENGE
WASKZMaximum contaminant quantity (UoM VOL) OII_WASKZQUAN13(3) MENGE
WASPCMaximum contaminant qty. (as % of total capacity) OII_WASPCDEC4(2) PRZ22
GFLAGAbove/below ground indicator OII_GFLAGCHAR1XFELD
HFLAGTank is heated flag OII_HFLAGCHAR1XFELD
AZEITSpecial allowance time OII_AZEITTIMS6TIME
EXPACORRSilo Management: Thermal Tank Expansion Correction OII_EXPACORRCHAR1OII_CORR
ROOFCORRSilo management: floating roof correction OII_ROOFCORRCHAR1OII_CORR
WATRCORRSilo management: water correction OII_WATRCORRCHAR1OII_CORR
UL_IN_INDDipping method (innage, ullage) OII_UL_IN_INDCHAR1OII_UL_IN_IND
ISO_SHELLTank has thermally insolated shell OII_ISO_SHELLCHAR1OII_CORR
MULT_TAPEMultiple strapping tapes used OII_MULT_TAPECHAR1XFELD
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIISOCO1
INTO CORRESPONDING FIELDS OF WA_OIISOCO1
WHERE...

How to access SAP table OIISOCO1

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