WRF_DISPRO_TD_DF SAP (Default Values for Time-Dependent Promotion Data) Table details

Dictionary Type: Table
Description: Default Values for Time-Dependent Promotion Data




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




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

WRF_DISPRO_TD_DF is a standard SAP Table which is used to store Default Values for Time-Dependent Promotion Data data and is available within R/3 SAP systems depending on the version and release level.

The WRF_DISPRO_TD_DF table consists of various fields, each holding specific information or linking keys about Default Values for Time-Dependent Promotion Data data available in SAP. These include MATNR (Material Number), WERKS (Plant), AKART (Promotion Type), DISPRO_SOURCE (Source of Data Record).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP WRF_DISPRO_TD_DF table 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
AKARTPromotion Type W_AKARTCHAR4Assigned to domainW_AKARTWAA
DISPRO_SOURCESource of Data Record WRF_DISPRO_SOURCECHAR1WRF_DISPRO_SOURCE
DISPRO_LEVELOrigin Level of Default Values for Time-Dependent Data WRF_DISPRO_DF_LEVELCHAR1WRF_DISPRO_DF_LEVEL
MIN_STOCKMinimum Stock Level WRF_DISPRO_MIN_STOCKQUAN13(3) MENGE
IND_MIN_STOCKIndicator for Inclusion of Minimum Stock Level WRF_DISPRO_IND_MINSTOCKCHAR1WRF_DISPRO_IND_STOCK
MAX_STOCKMaximum Stock Level WRF_DISPRO_MAX_STOCKQUAN13(3) MENGE
IND_MAX_STOCKIndicator for Inclusion of Maximum Stock Level WRF_DISPRO_IND_MAXSTOCKCHAR1WRF_DISPRO_IND_STOCK
PLANNING_CYCLEPlanning cycle LFRHYCHAR3T439GMRPPP
IND_PLAN_CYCLEIndicator for Treatment of Replenishment Planning Cycles WRF_DISPRO_IND_PLANCHAR1WRF_DISPRO_IND_PROCYC
DELIVERY_CYCLEPPC planning calendar MRPPPCHAR3T439GMRPPP
IND_DEL_CYCLEIndicator for Treatment of Delivery Cycle WRF_DISPRO_IND_DELCHAR1WRF_DISPRO_IND_PROCYC
PLIFZ_TDPlanned Delivery Time Time-dependent in Days FRE_TD_PLIFZDEC3DEC3
IND_PLIFZ_TDIndicator for Planned Delivery Time WRF_DISPRO_IND_PLIFZCHAR1WRF_DISPRO_IND_PLIFZ

Key field Non-key field



How do I retrieve data from SAP table WRF_DISPRO_TD_DF using ABAP code

The following ABAP code Example will allow you to do a basic selection on WRF_DISPRO_TD_DF to SELECT all data from the table
DATA: WA_WRF_DISPRO_TD_DF TYPE WRF_DISPRO_TD_DF.

SELECT SINGLE *
FROM WRF_DISPRO_TD_DF
INTO CORRESPONDING FIELDS OF WA_WRF_DISPRO_TD_DF
WHERE...

How to access SAP table WRF_DISPRO_TD_DF

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