WABEK_APOS SAP (Form: Promotion announcement - Promotion item data) Structure details

Dictionary Type: Structure
Description: Form: Promotion announcement - Promotion item data




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




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

WABEK_APOS 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 "Form: Promotion announcement - Promotion item data" 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_WABEK_APOS TYPE WABEK_APOS.

The WABEK_APOS table consists of various fields, each holding specific information or linking keys about Form: Promotion announcement - Promotion item data data available in SAP. These include ARTNR (Material Number), MEBME (Order unit (Purchasing) for conditions), MAKTX (Material Description (Short Text)), PLEKP (Purchase price for promotion item).. 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 WABEK_APOS 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
POSIPromotion Item Number W_AKPOSNUMC6NUMC6
ARTNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MEBMEOrder unit (Purchasing) for conditions MEBMEUNIT3Assigned to domainCUNITMEINS
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
PLEKPPurchase price for promotion item W_PLEKPCURR11(2) PREIS
WAEEKPurchase price currency W_WAEEKCUKY5Assigned to domainWAERS
NORMPStandard sales price W_NORMPCURR11(2) PREIS
PLVKPSales price for promotion item W_PLVKPCURR11(2) PREIS
WAELACurrency current promotion - planning W_WAELACUKY5Assigned to domainWAERSFWS
PMNGUPlanned qty of sub-item PMNGUQUAN13(3) MENG13
IMNGUConfirmed qty of plant IMNGUQUAN13(3) MENG13
MMNGUMinimum Quantity of Plant in Plant Group MMNGUQUAN13(3) MENG13
WMNGEQuantity requested by store WMNGEQUAN13(3) MENG13
PABBMPlanned Sales Qty. of Promotion Material in Sales Units W_PABBMQUAN13(3) MENGE
AAVIZIndicator for line creation in alloc tbl notification AAVIZCHAR1AAVIZ
AUFMEAllocation Unit AUFMEUNIT3Assigned to domainCUNITMEINS
ABFDTConfirmation request date AFIDTDATS8DATUM
RUDABReply date plant W_RUDABDATS8DATUM
RUDAVReply date DC W_RUDAVDATS8DATUM
BONUSVolume rebate group BONUSCHAR2Assigned to domainBONUS
BONUSTDescription VTEXTCHAR20TEXT20
RGARTReturn type for promotional material W_RGARTCHAR1RGART
RGARTTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
NDISPReplenishment indicator W_NDISPCHAR2CHAR2
NDISPTMaterial requirements planning description DIBEZCHAR30DIBEZ
FBDATEarliest order date with vendor W_FBDATDATS8DATUM
SBDATLatest order date with vendor W_SBDATDATS8DATUM
AKTHEPromotion theme W_AKTHECHAR4Assigned to domainTHEMA
AKTTTDescription BEZEI20CHAR20TEXT20
AWEFIBGoods receipt promotional merchandise in plant W_AWEFIDATS8DATUM
AWEFIVGoods receipt promotional merchandise in plant W_AWEFIDATS8DATUM
DATEKIndicator for line creation in alloc tbl notification AAVIZCHAR1AAVIZ
DATNPIndicator for line creation in alloc tbl notification AAVIZCHAR1AAVIZ
SATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ABELNAllocation Table Number ABELNCHAR10Assigned to domainALPHAABELNABE
ABELPItem number of allocation table ABELPNUMC5Assigned to domainABELP
BATNRAllocation material number BSTARTNRCHAR18Assigned to domainMATN1MATNR
BATTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
AKLIZPlanned delivery time for promotional goods W_PLIFZDEC3DEC3
FLDATEarliest delivery date W_FLDATDATS8DATUM
SLDATLatest delivery date W_SLDATDATS8DATUM
DATVKIndicator for line creation in alloc tbl notification AAVIZCHAR1AAVIZ

Key field Non-key field



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

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

How to access SAP table WABEK_APOS

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