WSPR_PROMO_HEAD SAP (SRS Promotion: promotion header) Structure details

Dictionary Type: Structure
Description: SRS Promotion: promotion header




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




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

WSPR_PROMO_HEAD 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 "SRS Promotion: 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_WSPR_PROMO_HEAD TYPE WSPR_PROMO_HEAD.

The WSPR_PROMO_HEAD table consists of various fields, each holding specific information or linking keys about SRS Promotion: promotion header data available in SAP. These include PROMOTION (COUPON), PROM_NAME (Promotion description), STATUS (Processing status of the promotion), STATUS_DESC (Subsequent processing status of whole promotion).. 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 (Deep)


SAP WSPR_PROMO_HEAD 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
PROMOTIONCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
PROM_NAMEPromotion description WAKTIONTXCHAR40TEXT40
STATUSProcessing status of the promotion W_AKVSTCHAR1AKVST
STATUS_DESCSubsequent processing status of whole promotion W_TAKVSTCHAR40CHAR40
LAST_REQ_DATELatest date for replying to promotion announcement W_RUDATDATS8DATUM
PURCHASE_FROMPurchase price conditions valid from W_EKDABDATS8DATUM
PURCHASE_TOPurchase price conditions valid to W_EKDBIDATS8DATUM
LISTING_FROMStart of promotion listing W_ALIVODATS8DATUM
LISTING_TOEnd of promotion listing W_ALIBIDATS8DATUM
ORDER_FROMEarliest Order Date W_FADATDATS8DATUM
ORDER_TOLatest Order Date W_SADATDATS8DATUM
DELIVERY_FROMEarliest delivery date W_FLDATDATS8DATUM
DELIVERY_TOLatest delivery date W_SLDATDATS8DATUM
ON_SALE_FROMOn Sale to Consumers From W_VKDABDATS8DATUM
ON_SALE_TOOn Sale To Consumers To W_VKDBIDATS8DATUM
GR_IN_PLANTGoods receipt promotional merchandise in plant W_AWEFIDATS8DATUM
BLOCK_REASONReason for promotion block W_SPGRUCHAR1SPGRU
BLOCK_REASN_DESCItem blocking reason text W_SPGRTCHAR60DDTEXT
BLOCK_DATEPromotion blocked on W_SPDABDATS8DATUM
ANNOUNC_CATPromotion announcement category W_BEKTYCHAR4T626AAVIT
ANNOUNC_CAT_DESCDescription of Promotion Announcement Category W_BETYTCHAR60CHAR60
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
LANGUP_ISO2-Character SAP Language Code LAISOCHAR2LAISO
PLANT_CUSTOMERCustomer no. of plant FILNRCHAR10Assigned to domainALPHAKUNNR
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
REPLY_STAT_PLANTStatus of reply to announcement - plant W_RUSTBCHAR1XFELD
PROMOCAT_DESCPromotion category description W_ATYBEZCHAR20TEXT20
MAT_COUNTDetailed Promotion Plan, Number of Materials W_PDANZNUMC6NUMC6

Key field Non-key field



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

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

How to access SAP table WSPR_PROMO_HEAD

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