WMFPD SAP (Screen string for markdown planning items) Structure details

Dictionary Type: Structure
Description: Screen string for markdown planning items




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




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

WMFPD 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 "Screen string for markdown planning items" 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_WMFPD TYPE WMFPD.

The WMFPD table consists of various fields, each holding specific information or linking keys about Screen string for markdown planning items data available in SAP. These include MANDT (Client), MFCNR (Document no. of markdown plan), POSNR (Item number), ARTNR (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: Can be enhanced (character-type or numeric)


SAP WMFPD 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 MANDTCLNT3T000MANDT
MFCNRDocument no. of markdown plan W_MFCNRCHAR10WMFHMFCNRMFE
POSNRItem number W_POSNRNUMC6NUMC6
ARTNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
VTLCUCurrency of distribution chain W_VTLCUCUKY5TCURCWAERS
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
MPRNRMarkdown rule W_MPRNRCHAR10WMPKMPRNRMPR
SATNRCross-Plant Configurable Material SATNRCHAR18MARAMATN1MATNR
AKTNRCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
SAITYRollout in a Season SAITYCHAR2T6WSASAITYWMSAITY
SAISOSeason Category SAISOCHAR4T6WSPSAISOSAISO
SAISJSeason Year SAISJCHAR4GJAHRCJAHRWMSAISJ
DATABStart date for first price in a markdown plan F_DATFRDATS8DATUM
PSALMPlanned sales quantity in sales unit W_PSALMQUAN13(3) MENGE
PANFMPlanned initial stock W_PANFM2QUAN13(3) MENGV13
CUREPPurchase price currency W_WAEEKCUKY5TCURCWAERS
EPEINPrice Unit EPEINDEC5DEC5
BBPRMOrder Price Unit (Purchasing) BBPRMUNIT3T006CUNITMEINS
CURVPSales price currency W_CURVPCUKY5TCURCWAERS
EKPGRPurchase Price Calculation: (Basic Purchase Price) EKPGRCURR11(2) WERTV6
EKWVKPurchase price in sales price currency and sales unit W_EKWVKCURR11(2) WERTV6
EKPNNSales Pricing: Purchase Price (Net/Net) EKPNNCURR11(2) WERTV6
VKPBRSales price (gross) VKPBRCURR11(2) WERTV6
ENDPRFinal price ENDPRCURR11(2) WERTV6
PRESMPlanned Remaining Quantity W_PRESM2QUAN13(3) MENGV13
PSALCPlanned sales at purchase price W_PSALCCURR13(2) WERT
PSALPPlanned sales at delivered price/net/net purchase price W_PSALPCURR13(2) WERT
PSALWPlanned sales at retail price W_PSALWCURR13(2) WERT
PRESWPlanned Remaining Stock (Value) W_PRESWCURR13(2) WERT
CMUIVWeighted stock margin for all price phases W_CMUIVCURR11(2) WERTV6
MAHITMargin Loss W_MAHITCURR13(2) WERT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
LIFNRVendor number W_LIFNRCHAR10LFA1ALPHALIFNR
PMATNPricing Reference Material PMATNCHAR18MARAMATN1MATNRMAT
VKPKZIndicates whether price point tables should override price F_VKPKZCHAR1FLAG
SPWRTGross margin W_SPWRTCURR13(2) WERT
PSALW1Planned sales at retail price W_PSALWCURR13(2) WERT
PSALAMarkdown value W_MDWRTCURR13(2) WERT
MDQTEDepreciation Quota W_MDQTEDEC15(2) PROZV8
PCMVRemaining profit margin W_PCMVCURR13(2) WERT
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
SALK3Value of Total Valuated Stock SALK3CURR13(2) WERT13N
LBKUMTotal Valuated Stock LBKUMQUAN13(3) MENG13V
BBKUMCumulated Open Order Quantity W_BBKUMQUAN13(3) MENG13V
RWMENRange of coverage in days (quantity) MCW_RWMENGDEC7BCSP4
CHGKZUpdate indicator UPDKZ_DCHAR1UPDKZ
SELKZSelection flag SELKZCHAR1SELKZ
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
CUOBFInternal object number CUOBMNUMC18CUOBJ
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
PRES2Remaining stock in pieces W_PRES2QUAN13(3) MENGV13
LUVWeekly Inventory Turnover W_SORATDEC15(2) PROZV8

Key field Non-key field



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

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

How to access SAP table WMFPD

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