VKUMB_ALV SAP (ALV List- Revaluation at Retail) Structure details

Dictionary Type: Structure
Description: ALV List- Revaluation at Retail




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




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

VKUMB_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 "ALV List- Revaluation at Retail" 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_VKUMB_ALV TYPE VKUMB_ALV.

The VKUMB_ALV table consists of various fields, each holding specific information or linking keys about ALV List- Revaluation at Retail data available in SAP. These include MATNR (Material Number), VPDAT (Date of retail price change), MAKTX (Material Description (Short Text)), SPANN (Flag: not affecting margins).. 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 VKUMB_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
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VPDATDate of retail price change VPDAT_DDATS8DATUM
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
SPANNFlag: not affecting margins SPANNCHAR1XFELD
LBKUMTotal Valuated Stock LBKUMQUAN13(3) MENG13V
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VKSAL_OLDValue of Total Valuated Stock at Retail VKSAL_OLDCURR13(2) WERT13N
VKSALNValue of Total Valuated Stock at Retail VKSAL_NEWCURR13(2) WERT13N
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
VPALTOld retail price VPALTCURR11(2) WERTV6
VPNEUNew retail price VPNEUCURR11(2) WERTV6
VWAERSales currency VWAERCUKY5Assigned to domainWAERS
UBLNRRetail revaluation document number UBLNRCHAR10Assigned to domainALPHAUBLNRUNR
UBJAHRRetail revaluation: document year UBJAHRNUMC4GJAHRGJAHRUBJ
UZEILItem number in retail revaluation document UZEILNUMC4UZEILPOS
UPSTAItem status of retail revaluation document UPSTACHAR1UPSTA
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG

Key field Non-key field



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

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

How to access SAP table VKUMB_ALV

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