WPM_S_RE_PROMO_HEADER SAP (Retail Event: Promotion Header) Structure details

Dictionary Type: Structure
Description: Retail Event: Promotion Header




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




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

WPM_S_RE_PROMO_HEADER 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 "Retail Event: Promotion Header" 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_WPM_S_RE_PROMO_HEADER TYPE WPM_S_RE_PROMO_HEADER.

The WPM_S_RE_PROMO_HEADER table consists of various fields, each holding specific information or linking keys about Retail Event: Promotion Header data available in SAP. These include PROMOTION (COUPON), SALES_CURRENCY (Currency current promotion - planning), SALES_CRRNCY_ISO (Planned sales currency in ISO code), ON_SALE_FROM (On Sale to Consumers From).. 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 WPM_S_RE_PROMO_HEADER 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
PROMOTION_TYPEPromotion Type W_AKARTCHAR4Assigned to domainW_AKARTWAA
PROMOTIONCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
SALES_CURRENCYCurrency current promotion - planning W_WAELACUKY5Assigned to domainWAERSFWS
SALES_CRRNCY_ISOPlanned sales currency in ISO code W_WAELA_ISOCHAR3ISOCD
ON_SALE_FROMOn Sale to Consumers From W_VKDABDATS8DATUM
ON_SALE_TOOn Sale To Consumers To W_VKDBIDATS8DATUM
TESTRUNSwitch to Simulation Session for Write BAPIs TESTRUNCHAR1BAPIFLAG
SALES_ORGSales Organization: Promotion Header W_VKORG_HEADERCHAR4Assigned to domainVKORGVKO
DISTR_CHANDistribution Channel: Promotion Header W_VTWEG_HEADERCHAR2Assigned to domainVTWEGVTW
APPLICATIONApplication that Created the Promotion W_ERAPPLCHAR1W_ERAPPL
MEDIA_TYPEMedia Type RDM_MEDIA_TYPECHAR4Assigned to domainRDM_MEDIA_TYPE
CUSTOMER_TYPECustomer Type RDM_CUSTOMER_TYPECHAR4Assigned to domainRDM_CUSTOMER_TYPE
CREATING_DOCUMENT_NUMBERDocument that Created the Retail Promotion WAKTPP_ERDOCNCHAR10ALPHAWAKTPP_ERDOCN
PRICE_LISTPrice list type: promotion header W_PLTYPCHAR2Assigned to domainPLTYPVPL

Key field Non-key field



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

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

How to access SAP table WPM_S_RE_PROMO_HEADER

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