LWM_RS_VAR_DATA SAP (Variance Monitors for SAP Real Spend) Table details

Dictionary Type: Table
Description: Variance Monitors for SAP Real Spend




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




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

LWM_RS_VAR_DATA is a standard SAP Table which is used to store Variance Monitors for SAP Real Spend data and is available within R/3 SAP systems depending on the version and release level.

The LWM_RS_VAR_DATA table consists of various fields, each holding specific information or linking keys about Variance Monitors for SAP Real Spend data available in SAP. These include UNAME (User Name), MONAPPL (Monitor Application), RULEID (Rule Number), OBJECT (Object).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP LWM_RS_VAR_DATA 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
UNAMEUser Name SYUNAMECHAR12SYCHAR12
MONAPPLMonitor Application FPB_MONAPPLCHAR2FPB_MONAPPL
RULEIDRule Number FPB_RULEIDNUMC6NUMC6
OBJECTObject FPB_OBJECTCHAR34
VAL1Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
WAERSCurrency FPB_WAERCUKY5Assigned to domainWAERS
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
STATUSAlert status LWM_RS_ALERT_STATUSNUMC2LWM_RS_ALERT_STATUS
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C

Key field Non-key field



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

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

SELECT SINGLE *
FROM LWM_RS_VAR_DATA
INTO CORRESPONDING FIELDS OF WA_LWM_RS_VAR_DATA
WHERE...

How to access SAP table LWM_RS_VAR_DATA

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