WAKL2 SAP (Structure for Report Promotion: Material-Customer (WAGU)) Structure details

Dictionary Type: Structure
Description: Structure for Report Promotion: Material-Customer (WAGU)




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




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

WAKL2 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: Material-Customer (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_WAKL2 TYPE WAKL2.

The WAKL2 table consists of various fields, each holding specific information or linking keys about Structure for Report Promotion: Material-Customer (WAGU) data available in SAP. These include NAME1 (Plant description), CLASS (Plant grouping, sales promotion), MANDT (Client), AKTNR (COUPON).. 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 WAKL2 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
FILNRCustomer number of plant KUNNR_WKCHAR10Assigned to domainALPHAKUNNR
NAME1Plant description W_WKBEZCHAR30TEXT30
CLASSPlant grouping, sales promotion W_FILGRCHAR18KLASSE
MANDTClient MANDTCLNT3T000MANDT
AKTNRCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
CLINTInternal Class Number CLINTNUMC10KLAHCLINT
AVKVOStart of promotion sales W_AVKVODATS8DATUM
AVKBIEnd of promotion sales - IS-R W_AVKBIDATS8DATUM
ALIVOStart of promotion listing W_ALIVODATS8DATUM
ALIBIEnd of promotion listing W_ALIBIDATS8DATUM
AWEFIGoods receipt promotional merchandise in plant W_AWEFIDATS8DATUM
ETIAGIS-R Labeling: material grouping (deactivated in 4.0) W_ETIAGCHAR18TWEAETIAG
BEKTYPromotion announcement category W_BEKTYCHAR4T626AAVIT
ABEKMAnnouncement date of the promotion W_ABEKMDATS8DATUM
STBEKPromotion announcement status W_STBEKCHAR1BEKST
RUDATLatest date for replying to promotion announcement W_RUDATDATS8DATUM
NBSZONo. of plant group to module assignments W_NBSZOINT25INT2
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
FADATEarliest Order Date W_FADATDATS8DATUM
SADATLatest Order Date W_SADATDATS8DATUM
FLDATEarliest delivery date W_FLDATDATS8DATUM
SLDATLatest delivery date W_SLDATDATS8DATUM
KLARTClass type W_KLARTCHAR3TWRF16KLASSENARTKAR
VLGNRCustomer no. of reference plant W_VLGNRCHAR10KNA1ALPHAKUNNR
VKORGSales organization W_VERKORGCHAR4TVKOVKORGVKO
VTWEGDistribution channel W_VERTWEGCHAR2TVKOVVTWEGVTW
KALKEActivation type for sales prices W_AKTARTCHAR1AKTART
.INCLU--AP 0
STPLGRStatus of Plant Group WRF_STPLGRCHAR1WRF_STPLGR

Key field Non-key field



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

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

How to access SAP table WAKL2

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