MC40RP1REV SAP (Extraction Retail BW: Revaluation at Retail) Structure details

Dictionary Type: Structure
Description: Extraction Retail BW: Revaluation at Retail




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




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

MC40RP1REV 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 "Extraction Retail BW: 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_MC40RP1REV TYPE MC40RP1REV.

The MC40RP1REV table consists of various fields, each holding specific information or linking keys about Extraction Retail BW: Revaluation at Retail data available in SAP. These include BWAPPLNM (Application Component), BWBREL (BW: Stock Relevance), BWGEO (BW: Cost Value in Local Currency), BWGVO (BW: Retail Value in Local Currency).. 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 MC40RP1REV 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
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
BWAPPLNMApplication Component RSAPPLNMCHAR30RSAPPLNM
BWBRELBW: Stock Relevance MCBW_BRELCHAR1MCBW_BREL
BWGEOBW: Cost Value in Local Currency MCBW_GEOCURR19(2) WERTV10
BWGVOBW: Retail Value in Local Currency MCBW_GVOCURR19(2) WERTV10
BWGVPBW: Retail Value with Tax in Local Currency MCBW_GVPCURR19(2) WERTV10
BWMNGBW: Quantity in Base Unit of Measure MCBW_MNGQUAN15(3) MENGV15_3
BWMVEBW: Quantity in Sales Unit MCBW_MVEQUAN15(3) MENGV15_3
BWVORGSAP BW transaction key MCW_BWVORGNUMC3NUM3
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PV_GRUNDReason for retail price change PV_GRUNDCHAR4Assigned to domainALPHAPV_GRUNDPVGRD
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
SPANNFlag: not affecting margins SPANNCHAR1XFELD
UBJAHRRetail revaluation: document year UBJAHRNUMC4GJAHRGJAHRUBJ
UBLNRRetail revaluation document number UBLNRCHAR10Assigned to domainALPHAUBLNRUNR
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UZEILItem number in retail revaluation document UZEILNUMC4UZEILPOS
VPDATDate of retail price change VPDAT_DDATS8DATUM
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
UPSTAItem status of retail revaluation document UPSTACHAR1UPSTA
UAKTChange Category of Sales Price Origin from Old to New Price UAKTCHAR2PRICE_ORIG_CHG_TYPE
AFFECT_COST_VALAdjust Cost Value (Result) AFFECT_COST_VAL_RESULTCHAR1AFFECT_COST_VAL_RESULT

Key field Non-key field



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

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

How to access SAP table MC40RP1REV

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