ROIISLVCAL SAP (SOC: Screen fields for LVCC test calculator) Structure details

Dictionary Type: Structure
Description: SOC: Screen fields for LVCC test calculator




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




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

ROIISLVCAL 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: Screen fields for LVCC test calculator" 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_ROIISLVCAL TYPE ROIISLVCAL.

The ROIISLVCAL table consists of various fields, each holding specific information or linking keys about SOC: Screen fields for LVCC test calculator data available in SAP. These include TEXTLINE2 (Confirmation Prompt), TEXTLINE3 (Confirmation Prompt), LINCON (SOC: Lin/vol conversion - linear value), LINDP0 (SOC: LVCC - linear value screen display with 0 dec.pl.).. 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 ROIISLVCAL 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
TEXTLINE1Confirmation Prompt PTEXTLINECHAR35TEXT35
TEXTLINE2Confirmation Prompt PTEXTLINECHAR35TEXT35
TEXTLINE3Confirmation Prompt PTEXTLINECHAR35TEXT35
LINCONSOC: Lin/vol conversion - linear value OII_LINCONNUMC9NUMC09
LINDP0SOC: LVCC - linear value screen display with 0 dec.pl. OII_LINDP0QUAN9OII_LINDP0
LINDP1SOC: LVCC - linear value screen display with 1 dec pla OII_LINDP1QUAN9(1) OII_LINDP1
LINDP2SOC: LVCC - linear value screen display with 2 dec pla OII_LINDP2QUAN9(2) OII_LINDP2
LINDP3SOC: LVCC - linear value screen display with 3 dec pla OII_LINDP3QUAN9(3) OII_LINDP3
LINLOSOC: Lin/vol conversion - found linear value low OII_LIN_LONUMC9NUMC09
LINHISOC: Lin/vol conversion - found linear value high OII_LIN_HINUMC9NUMC09
VOLLOSOC: Lin/vol conversion - found volumetric value - low OII_VOL_LOQUAN13(3) MENG13
VOLHISOC: Lin/vol conversion - found volumetric value - high OII_VOL_HIQUAN13(3) MENG13
SPECVOLHIVolume per height OII_SPECVOLDEC13(5) OII_SPECVOL
VOLOUTSOC: Lin/vol conversion - volumetric value OII_VOLCONQUAN13(3) MENG13
WLINLOSOC: Lin/vol conversion - found linear value low OII_LIN_LONUMC9NUMC09
WLINHISOC: Lin/vol conversion - found linear value high OII_LIN_HINUMC9NUMC09
WVOLLOSOC: Lin/vol conversion - found volumetric value - low OII_VOL_LOQUAN13(3) MENG13
WVOLHISOC: Lin/vol conversion - found volumetric value - high OII_VOL_HIQUAN13(3) MENG13
WSPECVOLHIVolume per height OII_SPECVOLDEC13(5) OII_SPECVOL
WVOLOUTSOC: Lin/vol conversion - volumetric value OII_VOLCONQUAN13(3) MENG13

Key field Non-key field



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

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

How to access SAP table ROIISLVCAL

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