WAKL1 SAP (Structure for Report Promotion: Mat.-Customer (WAKH & WAKP)) Structure details

Dictionary Type: Structure
Description: Structure for Report Promotion: Mat.-Customer (WAKH & WAKP)




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




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

WAKL1 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 "Structure for Report Promotion: Mat.-Customer (WAKH & WAKP)" 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_WAKL1 TYPE WAKL1.

The WAKL1 table consists of various fields, each holding specific information or linking keys about Structure for Report Promotion: Mat.-Customer (WAKH & WAKP) data available in SAP. These include AKTKT (Promotion description), AKTYP (Promotion Category), ATYTX (Promotion category description), AKART (Promotion Type).. 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 WAKL1 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
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
AKTKTPromotion description AKTBEZCHAR40TEXT40
AKTYPPromotion Category W_AKTYPCHAR4Assigned to domainAKTTY
ATYTXPromotion category description W_ATYBEZCHAR20TEXT20
AKARTPromotion Type W_AKARTCHAR4Assigned to domainW_AKARTWAA
ARTTXPromotion type description W_ARTBEZCHAR20TEXT20
WAELACurrency current promotion - planning W_WAELACUKY5Assigned to domainWAERSFWS
BEKTYPromotion announcement category W_BEKTYCHAR4Assigned to domainAAVIT
BEKTY_AATXTPromotion announcement category description W_BTBEZCHAR40TEXT40
AKVSTProcessing status of the promotion W_AKVSTCHAR1AKVST
AKVST_DDTEXTPromotion processing status description W_ASTBEZCHAR60DDTEXT
EKDABPurchase price conditions valid from W_EKDABDATS8DATUM
EKDBIPurchase price conditions valid to W_EKDBIDATS8DATUM
VKDABOn Sale to Consumers From W_VKDABDATS8DATUM
VKDBIOn Sale To Consumers To W_VKDBIDATS8DATUM
ALIVOStart of promotion listing W_ALIVODATS8DATUM
ALIBIEnd of promotion listing W_ALIBIDATS8DATUM
SPGRUReason for promotion block W_SPGRUCHAR1SPGRU
SPGRU_DDTEXTItem blocking reason text W_SPGRTCHAR60DDTEXT
FADATEarliest Order Date W_FADATDATS8DATUM
SADATLatest Order Date W_SADATDATS8DATUM
FLDATEarliest delivery date W_FLDATDATS8DATUM
SLDATLatest delivery date W_SLDATDATS8DATUM
MEBMESales unit W_MEBMEUNIT3Assigned to domainCUNITMEINS
AKTHEPromotion theme W_AKTHECHAR4Assigned to domainTHEMA
AKTHE_AKTTTPromotion theme description W_ATHBEZCHAR20TEXT20
PUMVPPromotion Plan Mat. Sales Vol. at Promo. Sales Price W_PUMVPCURR13(2) WERT
PUMEPPromotion plan: mat. sales at PP in sales currency W_PUMEPCURR13(2) WERT
PABBMPlanned Sales Qty. of Promotion Material in Sales Units W_PABBMQUAN13(3) MENGE
AUFMEPromotion plan: Material allocation table quantity W_AUFMEQUAN13(3) MENGE
PLVKPSales price for promotion item W_PLVKPCURR11(2) PREIS
VPEINSales price unit VPEINDEC5DEC5
PLEKPPurchase price for promotion item W_PLEKPCURR11(2) PREIS
EPEINPrice Unit EPEINDEC5DEC5
WAEEKPurchase price currency W_WAEEKCUKY5Assigned to domainWAERS
MEBPROrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
MEAUFAllocation table unit W_MEAUFUNIT3Assigned to domainCUNITMEINS
MIAMGMinimum order qty for promotional material W_MIAMGQUAN13(3) MENGE
ABELNAllocation Table Number ABELNCHAR10Assigned to domainALPHAABELNABE
NVKPStandard sales price W_NVKPCURR11(2) PREIS

Key field Non-key field



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

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

How to access SAP table WAKL1

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