WRF_DISPRO_TD_DF_STY SAP (Default Values of Time-Dependent Data for Promotion) Structure details

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




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




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

WRF_DISPRO_TD_DF_STY 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 "Default Values of Time-Dependent Data for Promotion" 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_WRF_DISPRO_TD_DF_STY TYPE WRF_DISPRO_TD_DF_STY.

The WRF_DISPRO_TD_DF_STY table consists of various fields, each holding specific information or linking keys about Default Values of Time-Dependent Data for Promotion data available in SAP. These include MANDT (Client), MATNR (Material Number), WERKS (Plant), AKART (Promotion Type).. 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: Cannot Be Enhanced


SAP WRF_DISPRO_TD_DF_STY 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
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
STATUSStatus of Data Record WRF_DISPRO_STATUSCHAR1WRF_DISPRO_STATUS
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
NAME1_WERKSName NAME1CHAR30TEXT30
WERKS_TYPERole in Promotion (Plant Categoryr) WRF_DISPRO_WERKS_TYPECHAR1WRF_DISPRO_WERKS_TYPE
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
DISPLAY_ONLYCheckbox XFELDCHAR1XFELD
MABSTMaximum stock level MABSTQUAN13(3) MENG13
EISLOMinimum Safety Stock EISLOQUAN13(3) MENG13
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG

Key field Non-key field



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

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

How to access SAP table WRF_DISPRO_TD_DF_STY

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