OIISOCK SAP (SOC: Storage object characteristic segment header) Table details

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




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




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

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

The OIISOCK table consists of various fields, each holding specific information or linking keys about SOC: Storage object characteristic segment header data available in SAP. These include SOCNR (SOC: Storage object characteristic segment number), OBJNR (Object number), SOCAM (SOC access mode), SOCKL (SOC: Storage object characteristic class).. 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 OIISOCK 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_SOCNRCHAR20OII_SOCNR
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
SOCAMSOC access mode OII_SOCAMCHAR2OIISOCAMOII_SOCAM
SOCKLSOC: Storage object characteristic class OII_SOCKLCHAR10OIISOCKLOII_SOCKL
SOCTYPSOC: Storage object type OII_SOCTYPCHAR10OIISOCTYPOII_SOCTYP
EQUNREquipment number OII_EQUNRCHAR18EQUIALPHAEQUNR
TPLNRFunctional location ID OII_TPLNRCHAR30IFLOTTPLNRTPLNRIFL
HERSTManufacturer of equipment OII_HERSTCHAR30TEXT30
HERLDCountry of manufacturer OII_HERLDCHAR3T005LAND1
HZEINManufacturer drawing number OII_SHZEINCHAR30CHAR30
SERGEManufacturer serial number OII_SSERGECHAR30CHAR30
TYPBZManufacturer model number OII_STYPBZCHAR20CHAR20
BAUJJYear of construction OII_SBAUJJCHAR4CHAR4
BAUMMMonth of construction OII_SBAUMMCHAR2CHAR2
VOLUNVolume UoM (Oil BDRP) OII_VOLUNUNIT3T006CUNITMEINS
MASUNUoM - mass (Oil BDRP) OII_MASUNUNIT3T006CUNITMEINS
LENUNLength UoM (Oil BDRP) OII_LENUNUNIT3T006CUNITMEINS
FRTUNUoM - flow rate (Oil BDRP) OII_FRTUNUNIT3T006CUNITMEINS
TIMUNUoM - time (Oil BDRP) OII_TIMUNUNIT3T006CUNITMEINS
TMPUNUoM - temperature (Oil BDRP) OII_TMPUNUNIT3T006CUNITMEINS
DNSUNDensity UoM (Oil product/Silo) OII_DNSUNUNIT3T006CUNITMEINS
SPVUNSpecific volume (volume per height) UoM OII_SPVUNUNIT3T006CUNITMEINS
DNTYPDensity Type OIB_DNTYPCHAR1OIB_DNTYP
KAPAZSO capacity (UoM VOL) OII_KAPAZQUAN13(3) MENGE
MXMASMax. safety weight of SO (Uom MAS) OII_MXMASQUAN13(3) MENGE
GXDATGeneral SO usage expiry date OII_GXDATDATS8DATS
GXTIMGeneral SO usage expiry time OII_GXTIMTIMS6TIME
GXREAGeneral expiry reason code of bulk storage object OII_GXREACHAR4OIILGXROII_GXREA
SOGRPSO group indicator OII_SOGRPCHAR1XFELD
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
ST_GAUGE_RTStop Gauge Calculation Routine OIJ_STOP_GAUGE_RTCHAR12TOIJ_ST_GAUGE_RTOIJ_STOP_GAUGE_RT

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIISOCK
INTO CORRESPONDING FIELDS OF WA_OIISOCK
WHERE...

How to access SAP table OIISOCK

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