WAKL4 SAP (Structure for Report Promotion: Mat.-Customer (WAKH & WAGU)) Structure details

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




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




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

WAKL4 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 & WAGU)" 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_WAKL4 TYPE WAKL4.

The WAKL4 table consists of various fields, each holding specific information or linking keys about Structure for Report Promotion: Mat.-Customer (WAKH & WAGU) 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: Not classified


SAP WAKL4 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
CLINTInternal Class Number CLINTNUMC10Assigned to domainCLINT
CLASSPlant grouping, sales promotion W_FILGRCHAR18KLASSE
KLARTClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR

Key field Non-key field



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

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

How to access SAP table WAKL4

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