J_1GVL_RSI1 SAP (Vluation report (2): items structure) Structure details

Dictionary Type: Structure
Description: Vluation report (2): items structure




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




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

J_1GVL_RSI1 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 "Vluation report (2): items structure" 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_J_1GVL_RSI1 TYPE J_1GVL_RSI1.

The J_1GVL_RSI1 table consists of various fields, each holding specific information or linking keys about Vluation report (2): items structure data available in SAP. These include TICON (Icon with output length 2), UMWRK (Receiving/Issuing Plant), UMMAT (Receiving/Issuing Material), UMBAR (Valuation Type of Transfer Batch).. 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: Not classified


SAP J_1GVL_RSI1 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
TYPETChar 20 CHAR20CHAR20CHAR20
TICONIcon with output length 2 ICON_L2CHAR4ICON_L2
UMWRKReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
UMMATReceiving/Issuing Material UMMATCHAR18Assigned to domainMATN1MATNR
UMBARValuation Type of Transfer Batch UMBARCHAR10Assigned to domainBWTAR
MAKTGMaterial description in upper case for matchcodes MAKTGCHAR40CHAR40
MENGEQuantity MENGE_DQUAN13(3) MENG13
GRBTRPurchases Actual Value J_1GVL_PUVACURR13(2) WERT7
PUEXPPurchases Actual Value J_1GVL_PUVACURR13(2) WERT7
TRBTR(IN) Int. Movement Actual Value J_1GVL_DIVACURR15(2) WERTV8
CPBTRConsum. In Production Actual Value J_1GVL_CPVACURR15(2) WERTV8
PDEXPproduction expenses J_1GVL_EXVACURR15(2) WERTV8
MTBTRmaterial transfers value J_1GVL_MTVACURR15(2) WERTV8
COBTROther Consumption Actual Value J_1GVL_COVACURR15(2) WERTV8

Key field Non-key field



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

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

How to access SAP table J_1GVL_RSI1

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