OII_STOCK_OVERVIEW SAP (Silo Management, structure for stock overview data) Structure details

Dictionary Type: Structure
Description: Silo Management, structure for stock overview data




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




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

OII_STOCK_OVERVIEW 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 "Silo Management, structure for stock overview data" 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_OII_STOCK_OVERVIEW TYPE OII_STOCK_OVERVIEW.

The OII_STOCK_OVERVIEW table consists of various fields, each holding specific information or linking keys about Silo Management, structure for stock overview data data available in SAP. These include LGORT (Storage Location), SEQNR (Sequence number of SO assigned to storage location), SOCNR (SOC: Storage object characteristic segment number), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OII_STOCK_OVERVIEW 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
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
SEQNRSequence number of SO assigned to storage location OII_SSEQNRCHAR10SEQNROII_SSEQNROII_SEQNR
SOCNRSOC: Storage object characteristic segment number OII_SOCNRCHAR20Assigned to domainOII_SOCNR
RELSTOCKSilo Mgmt: related book stock at time of tank dip OIB_RELSTOCKQUAN13(3) MENG13V
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
KAPAZSO capacity (UoM VOL) OII_KAPAZQUAN13(3) MENGE
TNKMENGESO capacity (UoM VOL) OII_KAPAZQUAN13(3) MENGE
FREETANKSO capacity (UoM VOL) OII_KAPAZQUAN13(3) MENGE
VOLUNVolume UoM (Oil BDRP) OII_VOLUNUNIT3Assigned to domainCUNITMEINS
FREEVOLUNVolume UoM (Oil BDRP) OII_VOLUNUNIT3Assigned to domainCUNITMEINS
TNKVOLUNVolume UoM (Oil BDRP) OII_VOLUNUNIT3Assigned to domainCUNITMEINS
UOMGRUnit of Mearsure Group (Oil, Natural Gas,...) OIB_UOMGRCHAR3Assigned to domainOIB_UOMGR
CUST1Customer field OII_CUST_FIELDCHAR40CHAR40
CUST2Customer field OII_CUST_FIELDCHAR40CHAR40
CUST3Customer field OII_CUST_FIELDCHAR40CHAR40
CUST4Customer field OII_CUST_FIELDCHAR40CHAR40
CUST5Customer field OII_CUST_FIELDCHAR40CHAR40
CUST6Customer field OII_CUST_FIELDCHAR40CHAR40
CUST7Customer field OII_CUST_FIELDCHAR40CHAR40
TOTALHEIGHT_FTSilo Mgmt.: customer fields for total dip height (feet) OII_TOTALHEIGHT_FEETCHAR15CHAR15
TOTALHEIGHT_INSilo Mgmt.: customer fields for total dip height (inches) OII_TOTALHEIGHT_INCHCHAR15CHAR15
TOTALHEIGHT_FRSilo Mgmt.: customer fields for total dip height (fractions) OII_TOTALHEIGHT_FRACTIONCHAR15CHAR15
WATERHEIGHT_FTSilo Mgmt.: customer fields for water dip height (feet) OII_WATERHEIGHT_FEETCHAR15CHAR15
WATERHEIGHT_INSilo Mgmt.: customer fields for water dip height (inches) OII_WATERHEIGHT_INCHCHAR15CHAR15
WATERHEIGHT_FRSilo Mgmt.: customer fields for water dip height (fractions) OII_WATERHEIGHT_FRACTIONCHAR15CHAR15

Key field Non-key field



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

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

How to access SAP table OII_STOCK_OVERVIEW

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