VKUMR_ALV SAP (Structure for Report for Revaluation at Retail - List Viewer) Structure details

Dictionary Type: Structure
Description: Structure for Report for Revaluation at Retail - List Viewer




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




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

VKUMR_ALV 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 "Structure for Report for Revaluation at Retail - List Viewer" 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_VKUMR_ALV TYPE VKUMR_ALV.

The VKUMR_ALV table consists of various fields, each holding specific information or linking keys about Structure for Report for Revaluation at Retail - List Viewer data available in SAP. These include WERKS (Plant), VKUDT (Date of retail price change), MATKL (Material Group), MATNR (Material Number).. 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 VKUMR_ALV 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
XCOUNTCount indicator for list of retail price changes XCOUNTCHAR1XFELD
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VKUDTDate of retail price change VKUDTDATS8DATUM
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATBFMaterial in Respect of Which Stock is Managed MATBFCHAR18Assigned to domainMATN1MATNR
PMATACross-Distribution-Chain Pricing Reference Material PMATACHAR18Assigned to domainMATN1MATNRMAT
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
WEBEFIndicates value-based Inventory Management WEBEFCHAR1XFELD
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
STOCKCCount before revaluation at retail STOCKCCHAR1XFELD
SPANNFlag: not affecting margins SPANNCHAR1XFELD
WNAMEName NAME1CHAR30TEXT30
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
WGBEZMaterial Group Description WGBEZCHAR20TEXT20
VKOBZName VTXTKCHAR20TEXT20
VTWBZName VTXTKCHAR20TEXT20
VPALTOld retail price VPALTCURR11(2) WERTV6
VPNEUNew retail price VPNEUCURR11(2) WERTV6
VWAERSales currency VWAERCUKY5Assigned to domainWAERS
VRKPESales price unit VRKPEDEC5DEC5
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
PV_GRUNDReason for retail price change PV_GRUNDCHAR4Assigned to domainALPHAPV_GRUNDPVGRD
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
BEGAKIndicates start of promotion BEGAKCHAR1XFELD
ENDAKIndicator used for end of promotion ENDAKCHAR1XFELD
LBKUMTotal Valuated Stock LBKUMQUAN13(3) MENG13V
UBLNRRetail revaluation document number UBLNRCHAR10Assigned to domainALPHAUBLNRUNR
UBJAHRRetail revaluation: document year UBJAHRNUMC4GJAHRGJAHRUBJ
UPSTAItem status of retail revaluation document UPSTACHAR1UPSTA
VLFKZPlant category VLFKZCHAR1VLFKZ
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
COLOUR_ALV3-Byte field CHAR3CHAR3CHAR3
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
LGOBEDescription of Storage Location LGOBECHAR16TEXT16
MENGEMaterial quantity counted (revaluation at retail) MENGE_VKUMRCHAR8CHAR8
VRKME_COUNT_LISTSales unit VRKMEUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table VKUMR_ALV

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