OIU_RV_GRSCI SAP (gravity scale item table) Table details

Dictionary Type: Table
Description: gravity scale item table




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




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

OIU_RV_GRSCI is a standard SAP Table which is used to store gravity scale item table data and is available within R/3 SAP systems depending on the version and release level.

The OIU_RV_GRSCI table consists of various fields, each holding specific information or linking keys about gravity scale item table data available in SAP. These include SCLNUM (Reference to scale items), SCLPOS (scale item number for gravity scales), SCLTYP (gravity scale item type), GRAVFRM (gravity from 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: 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 OIU_RV_GRSCI 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 MANDTCLNT3Assigned to domainMANDT
SCLNUMReference to scale items OIU_SCLNUMCHAR10OIU_SCLNUM
SCLPOSscale item number for gravity scales OIU_SCLPOSNUMC2NUM02
SCLTYPgravity scale item type OIU_SCLTYPCHAR1OIU_SCLTYP
GRAVFRMgravity from value OIU_GRVFRMFLTP16(16) OIB_DICHT
DISPFRMGRAVGravity for display OIU_DISPGRAVCHAR7OIB_ODICHT
GRAVTOgravity to for gravity scale OIU_GRVTOFLTP16(16) OIB_DICHT
DISPTOGRAVdisplay gravity to OIU_DISPGRAV_TOCHAR7OIB_ODICHT
FLRATEFlat rate for increment OIU_FLRATECURR11(2) WERTV6
INCRATEincremental rate OIU_INCRATECURR11(2) WERTV6
GRAVCURRCurrency default for gravity increment / flat rate OIU_GRAVCURRCUKY5Assigned to domainWAERS
GRAVPRUNPricing unit for currency OIU_GRAVPRUNDEC5KPEIN
GRAVUOMGravity volume UoM OIU_GRAVVOLUNIT3Assigned to domainCUNITMEINS
GRAVINCGravity increment for scale interval value determination OIU_GRAVINCFLTP16(16) OIB_DICHT
DISPINCGRAVGravity for display OIU_DISPGRAVCHAR7OIB_ODICHT
DENSUOMDensity unit of measure OIU_DENSUOMUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIU_RV_GRSCI
INTO CORRESPONDING FIELDS OF WA_OIU_RV_GRSCI
WHERE...

How to access SAP table OIU_RV_GRSCI

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