WAKRD SAP (Screen Field Structure for Promotion Discount) Structure details

Dictionary Type: Structure
Description: Screen Field Structure for Promotion Discount




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




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

WAKRD 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 "Screen Field Structure for Promotion Discount" 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_WAKRD TYPE WAKRD.

The WAKRD table consists of various fields, each holding specific information or linking keys about Screen Field Structure for Promotion Discount data available in SAP. These include MANDT (Client), AKTNR (COUPON), POSNR (Item Number for Promotion Discount), REB_LEVEL (Discount Level).. 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 (character-type or numeric)


SAP WAKRD 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 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_CNTCHAR2Assigned to domainWAKT_HIERCNT
NODEHierarchy Node WAKT_STRUC_NODECHAR18Assigned to domainWAKT_NODES
SAISOSeason Category SAISOCHAR4T6WSPSAISOSAISO
SAISJSeason Year SAISJCHAR4GJAHRCJAHRWMSAISJ
SELKZSelection flag SELKZCHAR1SELKZ
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
WGBEZMaterial Group Description WGBEZCHAR20TEXT20
KLSBEZClass Description KLSBEZCHAR40TEXT40KBZ
.INCLU--AP 0
WRF_HIERID_LTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
WRF_NODE_LTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
WRF_SAISO_VTEXTDescription BEZEI20CHAR20TEXT20
WRF_PROMREB_TEXTDescription of Promotion Discount at Article Hierarchy Lvl WAKT_PROMREB_TEXTCHAR100WAKT_PROMREB_TEXT

Key field Non-key field



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

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

How to access SAP table WAKRD

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