WAFORM_AKT SAP (Structure for form - promotion header) Structure details

Dictionary Type: Structure
Description: Structure for form - promotion header




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




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

WAFORM_AKT 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 form - promotion header" 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_WAFORM_AKT TYPE WAFORM_AKT.

The WAFORM_AKT table consists of various fields, each holding specific information or linking keys about Structure for form - promotion header data available in SAP. These include BEZEI (Description), SPDAB (Promotion blocked on), SPGRU (Reason for promotion block), AKVST (Processing status of the promotion).. 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 WAFORM_AKT 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
BEZEIDescription BEZEI40CHAR40TEXT40
SPDABPromotion blocked on W_SPDABDATS8DATUM
SPGRUReason for promotion block W_SPGRUCHAR1SPGRU
AKVSTProcessing status of the promotion W_AKVSTCHAR1AKVST
NPOSINo. of promotion items WA_NPOSIINT25INT2
NSPERNo. of blocked promotion items WA_NSPERINT25INT2
NOBSTNo. of promotion items without module assignments WA_NOBSTINT25INT2
NOTHENo. of promotion items w/o theme assignment WA_NOTHEINT25INT2
NOWGPNo. promotion items without plant group assignment WA_NOWGPINT25INT2
NOWEMNumber of promotion items without prod. catalog assignments WA_NOWEMINT25INT2
FLOESDelete promotion object WA_FLOESCHAR1XFELD
FSPERBlock promotion object WA_FSPERCHAR1XFELD
FZEAEChange promotion periods WA_FZEAECHAR1XFELD
FWAAEPromotion - change currency WA_FWAAECHAR1XFELD
FTHZUTheme assigned to promotion WA_FTHZUCHAR1XFELD
FWGZUPlant group assigned to promotion WA_FWGZUCHAR1XFELD
FBAANCreate promotion module WA_FBAANCHAR1XFELD
FWMANAssign product catalog to promotion item WA_FWMANCHAR1XFELD
FTHLODelete assignment to theme WA_FTHLOCHAR1XFELD
FWGLODelete plant group in promotion WA_FWGLOCHAR1XFELD
FBALODelete module in promotion WA_FBALOCHAR1XFELD
FWMLODelete product catalog assignment WA_FWMLOCHAR1XFELD
NBAUSNumber of modules WA_NBAUSINT25INT2
NWGPENo. of plant groups WA_NWGPEINT25INT2
NTHEMNo. of themes WA_NTHEMINT25INT2
NWERBNumber of product catalogs WA_NWERBINT25INT2
LIGENListing generation status W_LIGENCHAR1LIGEN
AUGENAllocation table creation status W_AUGENCHAR1AKAST
BEGENAnnouncement generation status W_BEGENCHAR1AKVST
EKGENPurchase price generation status W_EKGENCHAR1EKKPS
VKGENSales price generation status W_VKGENCHAR1VKKPS
NLIGENo. of listings WA_NLIGEINT25INT2
NAUGENo. of stock splits WA_NAUGEINT25INT2
NBEGENo. of announcements WA_NBEGEINT25INT2
NEKGENo. of pur. price activations WA_NEKGEINT25INT2
NVKGENo. of sales price activations WA_NVKGEINT25INT2
SPGRU_TXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
AKVST_TXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT

Key field Non-key field



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

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

How to access SAP table WAFORM_AKT

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