VKUMB SAP (Transfer Table for Revaluation at Retail by FM) Structure details

Dictionary Type: Structure
Description: Transfer Table for Revaluation at Retail by FM




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




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

VKUMB 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 "Transfer Table for Revaluation at Retail by FM" 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 TYPE VKUMB.

The VKUMB table consists of various fields, each holding specific information or linking keys about Transfer Table for Revaluation at Retail by FM data available in SAP. These include WERKS (Plant), MATNR (Material Number), VKUDT (Date of retail price change), BWKEY (Valuation Area).. 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 VKUMB 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
VKUDTDate of retail price change VKUDTDATS8DATUM
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
VPALTOld retail price VPALTCURR11(2) WERTV6
VPNEUNew retail price VPNEUCURR11(2) WERTV6
ENDPNNet final price ENDPNCURR11(2) WERTV6
VWAERSales currency VWAERCUKY5Assigned to domainWAERS
HWAERLocal Currency HWAERCUKY5TCURCWAERS
VRKPESales price unit VRKPEDEC5DEC5
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
UWERTValue for revaluation at retail UWERTCHAR1UWERT
GUMBEIndicator for total revaluation GUMBECHAR1XFELD
VKSALNValue of Total Valuated Stock at Sales Price VKSALCURR13(2) WERT13N
VKSALNNTotal stock value at retail VKSALNCURR13(2) WERT13N
USALDOBalance for revaluation of inventory at retail USALDOCURR13(2) WERT7
USALDNNet balance for revaluation of inventory at retail USALDNCURR13(2) WERT7
SELKZ_SOLLIndicator: debit posting XSELSCHAR1XRADI
SELKZ_HABEIndicator: credit posting XSELHCHAR1XRADI
PV_GRUNDReason for retail price change PV_GRUNDCHAR4Assigned to domainALPHAPV_GRUNDPVGRD
SPANNFlag: not affecting margins SPANNCHAR1XFELD
SUBRCSubroutines for return code SUBRCNUMC2EK08R_RC
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
XBKNGNegative stocks in valuation area allowed XBKNGCHAR1XFELD
XLONGNegative stocks allowed in storage location XLONGCHAR1XFELD
XMCNGNegative stocks allowed in plant XMCNGCHAR1XFELD
XZERO_COUNTCheckbox XFELDCHAR1XFELD
.INCLU--AP 0
PROF_COST_VALCost Value Change Profile PROF_COST_VALCHAR4Assigned to domainALPHAPROF_COST_VAL
PR_ORIG_VPNEUOrigin and Type of Sales Price PRICE_ORIGINCHAR1PRICE_ORIGIN
PR_ORIG_VPALTOrigin and Type of Sales Price PRICE_ORIGINCHAR1PRICE_ORIGIN
PR_ORIG_DET_NEWOrigin and Type of Sales Price PRICE_ORIGINCHAR1PRICE_ORIGIN
PR_ORIG_DET_OLDOrigin and Type of Sales Price PRICE_ORIGINCHAR1PRICE_ORIGIN
UAKTChange Category of Sales Price Origin from Old to New Price UAKTCHAR2PRICE_ORIG_CHG_TYPE
SALES_VAL_SIGNSign of Sales Value Change VALUE_CHANGE_SIGNCHAR1VALUE_CHANGE_SIGN
AFFECT_COST_VALAdjust Cost Value (Result) AFFECT_COST_VAL_RESULTCHAR1AFFECT_COST_VAL_RESULT
VORGA_CREATEIndicates the transaction triggering revaluation at retail VKPU_VORGACHAR1VKPU_VORGA
MOD_CREATECost Value Changed By MODIFIER_COST_VALCHAR1MODIFIER_COST_VAL
TIME_CREATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
VORGA_CHANGEIndicates the transaction triggering revaluation at retail VKPU_VORGACHAR1VKPU_VORGA
MOD_CHANGECost Value Changed By MODIFIER_COST_VALCHAR1MODIFIER_COST_VAL
TIME_CHANGEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

How to access SAP table VKUMB

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