V_WRF_DISPRO_CUS SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_WRF_DISPRO_CUS is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_WRF_DISPRO_CUS table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include DISPRO_TD_ACTIVE (Maintenance of Time-Dependent Data for Promotions is Active), SHIFT_TIME_STOCK (Time Shift for Stock for the Supplying Plant (in days)), SHIFT_TIME_PROCY (Time Shift for Procurement Cycle for Supplying Plant (days)), RELEVANT_DAYS (Retention Period for Reorganization (in days)).. 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: Not classified


SAP V_WRF_DISPRO_CUS table view 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
DISPRO_TD_ACTIVEMaintenance of Time-Dependent Data for Promotions is Active WRF_DISPRO_TD_ACTIVECHAR1WRF_DISPRO_TD_ACTIVE
SHIFT_TIME_STOCKTime Shift for Stock for the Supplying Plant (in days) WRF_DISPRO_SHIFT_TIME_STOCKDEC3DEC3
SHIFT_TIME_PROCYTime Shift for Procurement Cycle for Supplying Plant (days) WRF_DISPRO_SHIFT_TIME_PROCYCDEC3DEC3
RELEVANT_DAYSRetention Period for Reorganization (in days) WRF_DISPRO_RELEV_DAYSDEC3DEC3
AUTO_GENERAutomatic Generation for Plant Category WRF_DISPRO_WERKS_AUTOCHAR1WRF_DISPRO_WERKS_AUTO
CREATE_CP_ASSIGNCreate Change Pointers for Assgmnt of TD Promo Data WRF_DISPRO_CREATE_CP_ASSIGNCHAR1WRF_DISPRO_CREATE_CP_ASSIGN

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_WRF_DISPRO_CUS
INTO CORRESPONDING FIELDS OF WA_V_WRF_DISPRO_CUS
WHERE...

How to access SAP table V_WRF_DISPRO_CUS

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