ROIISOCO1S SAP (SOC: Storage object characteristic segment: Silo (fields)) Structure details

Dictionary Type: Structure
Description: SOC: Storage object characteristic segment: Silo (fields)




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




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

ROIISOCO1S 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 "SOC: Storage object characteristic segment: Silo (fields)" 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_ROIISOCO1S TYPE ROIISOCO1S.

The ROIISOCO1S table consists of various fields, each holding specific information or linking keys about SOC: Storage object characteristic segment: Silo (fields) data available in SAP. These include CALI_HIST (SOC: Write calibration history), SLVNR (Silo: Linear/volumetric conversion (strap) set number), SLVIND (SOC: recalibration index for strapping data), VALFROM (From/start time stamp (BDRP)).. 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 ROIISOCO1S 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
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_SLVNROCHAR20OIISLVCKOOII_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

Key field Non-key field



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

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

How to access SAP table ROIISOCO1S

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