UMM1_S_RMNIWE90_01_GRID SAP (Balance Sheet Values by Account) Structure details

Dictionary Type: Structure
Description: Balance Sheet Values by Account




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




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

UMM1_S_RMNIWE90_01_GRID 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 "Balance Sheet Values by Account" 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_UMM1_S_RMNIWE90_01_GRID TYPE UMM1_S_RMNIWE90_01_GRID.

The UMM1_S_RMNIWE90_01_GRID table consists of various fields, each holding specific information or linking keys about Balance Sheet Values by Account data available in SAP. These include KONTO (G/L Account Number), MATNR (Material Number), BWTAR (Valuation Type), MAKTX (Material Description (Short Text)).. 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 UMM1_S_RMNIWE90_01_GRID 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
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
KONTOG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SEGMTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
LBKUMStock Quantity UMM_STQUAQUAN13(3) MENG13V
MEINSUnit of Measure for Material Valuation CKML_MEINSUNIT3Assigned to domainCUNITMEINS
SALK3Stock Value UMM_STVALCURR13(2) WERT13N
WERT1Tax value UMM_TXVALCURR13(2) WERT13N
DSV_1Difference to Stock Value 1 UMM_LDSV1CURR13(2) WERT13N
DLL_1Difference to Lower Level 1 UMM_LDLL1CURR13(2) WERT13N
WERT2Commercial value UMM_COVALCURR13(2) WERT13N
DSV_2Difference to Stock Value 2 UMM_LDSV2CURR13(2) WERT13N
DLL_2Difference to Lower Level 2 UMM_LDLL2CURR13(2) WERT13N
WERT3Value Level 3 UMM_LVAL3CURR13(2) WERT13N
DSV_3Difference to Stock Value 3 UMM_LDSV3CURR13(2) WERT13N
DLL_3Difference to Lower Level 3 UMM_LDLL3CURR13(2) WERT13N
WERT4Value Level 4 UMM_LVAL4CURR13(2) WERT13N
DSV_4Difference to Stock Value 4 UMM_LDSV4CURR13(2) WERT13N
DLL_4Difference to Lower Level 4 UMM_LDLL4CURR13(2) WERT13N
WERT5Value level 5 UMM_LVAL5CURR13(2) WERT13N
DSV_5Difference to Stock Value 5 UMM_LDSV5CURR13(2) WERT13N
DLL_5Difference to Lower Level 5 UMM_LDLL5CURR13(2) WERT13N
WERT6Value Level 6 UMM_LVAL6CURR13(2) WERT13N
DSV_6Difference to Stock Value 6 UMM_LDSV6CURR13(2) WERT13N
DLL_6Difference to Lower Level 6 UMM_LDLL6CURR13(2) WERT13N
BWERTBalance Sheet Value UMM_BAVALCURR13(2) WERT13N
DEVALDevaluation UMM_DEVALCURR13(2) WERT13N
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table UMM1_S_RMNIWE90_01_GRID

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