ROIISLVCPO SAP (Silo: Transfer structure for lin/vol conversion items) Structure details

Dictionary Type: Structure
Description: Silo: Transfer structure for lin/vol conversion items




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




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

ROIISLVCPO 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: Transfer structure for lin/vol conversion items" 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_ROIISLVCPO TYPE ROIISLVCPO.

The ROIISLVCPO table consists of various fields, each holding specific information or linking keys about Silo: Transfer structure for lin/vol conversion items data available in SAP. These include MANDT (Client), SLVNR (SOC: Linear/volumetric conversion (strap) set number), SLVIND (SOC: recalibration index for strapping data), LINCON (SOC: Lin/vol conversion - linear value).. 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 ROIISLVCPO 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
MANDTClient MANDTCLNT3T000MANDT
SLVNRSOC: Linear/volumetric conversion (strap) set number OII_SLVNRCHAR20OIISLVCKOOII_SLVNR
SLVINDSOC: recalibration index for strapping data OII_SLVINDNUMC5OIISLVCKOOII_SLVIND
LINCONSOC: Lin/vol conversion - linear value OII_LINCONNUMC9NUMC09
VOLCONSOC: Lin/vol conversion - volumetric value OII_VOLCONQUAN13(3) MENG13
SPECVOLVolume per height OII_SPECVOLDEC13(5) OII_SPECVOL
LINCON_DP0SOC: LVCC - linear value screen display with 0 dec.pl. OII_LINDP0QUAN9OII_LINDP0
LINCON_DP1SOC: LVCC - linear value screen display with 1 dec pla OII_LINDP1QUAN9(1) OII_LINDP1
LINCON_DP2SOC: LVCC - linear value screen display with 2 dec pla OII_LINDP2QUAN9(2) OII_LINDP2
LINCON_DP3SOC: LVCC - linear value screen display with 3 dec pla OII_LINDP3QUAN9(3) OII_LINDP3
LINCON_DP4SOC: LVCC - linear value screen display with 4 dec pla OII_LINDP4QUAN9(4) OII_LINDP4
LINCON_CHARHeight in character format to enter/display feet-inches-frac OII_LINCHARCHAR17CHAR17
ORDERRSOC: LVCC - Flag to indicate ordering error in line item OII_ORDERRCHAR1XFELD
UPD_FLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



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

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

How to access SAP table ROIISLVCPO

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