WAKR SAP (Promotion Discounts) Table details

Dictionary Type: Table
Description: Promotion Discounts




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




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

WAKR is a standard SAP Table which is used to store Promotion Discounts data and is available within R/3 SAP systems depending on the version and release level.

The WAKR table consists of various fields, each holding specific information or linking keys about Promotion Discounts data available in SAP. These include AKTNR (COUPON), POSNR (Item Number for Promotion Discount), REB_LEVEL (Discount Level), MATKL (Promotion Discount: Material Group).. 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: Can be enhanced (character-type or numeric)


SAP WAKR 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 MANDTCLNT3T000MANDT
AKTNRCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
POSNRItem Number for Promotion Discount REB_POSNRNUMC6NUMC6
REB_LEVELDiscount Level REB_LEVELCHAR2REB_MAT
MATKLPromotion Discount: Material Group REB_MATKLCHAR9T023MATKL
WGHIERPromotion Discount: Material Group Hierarchy Level REB_WWGHIECHAR18KLASSE
REB_VALUEValue of Absolute Discount REB_VALUECURR11(2) WERT6
REB_CURRCurrency for Absolute Discount REB_CURRCUKY5TCURCWAERS
REB_PERCPercentage Discount REB_PERCDEC5(2) REB_PERC
REB_STATUSDiscount Status REB_STATUSCHAR1REB_STATUS
REB_DATEFRDiscount Valid From REB_DATEFRDATS8DATUM
REB_DATETODiscount Valid To REB_DATETODATS8DATUM
REB_UNITUnit of Measure for Discount REB_UNITUNIT3T006CUNITMEINS
OFFER_IDOffer ID for Discount WPM_OFFERID_DISCOUNTCHAR36ALPHAWPM_OFFERID
OFFER_PRDGRPProduct Group in Offer (Discount) WPM_OFFER_PRODUCT_GROUP_DSCNTNUMC3WPM_OFFER_PRODUCT_GROUP
.INCLU--AP 0
HIER_IDHierarchy WAKT_HIER_CNTCHAR2WAKT_HIERCNT
NODEHierarchy Node WAKT_STRUC_NODECHAR18WAKT_NODES
SAISOSeason Category SAISOCHAR4T6WSPSAISOSAISO
SAISJSeason Year SAISJCHAR4GJAHRCJAHRWMSAISJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM WAKR
INTO CORRESPONDING FIELDS OF WA_WAKR
WHERE...

How to access SAP table WAKR

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