OUTTAB_WAKPD SAP (Output Structure for Planned Sales) Structure details

Dictionary Type: Structure
Description: Output Structure for Planned Sales




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




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

OUTTAB_WAKPD 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 "Output Structure for Planned Sales" 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_OUTTAB_WAKPD TYPE OUTTAB_WAKPD.

The OUTTAB_WAKPD table consists of various fields, each holding specific information or linking keys about Output Structure for Planned Sales data available in SAP. These include MEBME (Sales unit), PABBM (Planned Sales Qty. of Promotion Material in Sales Units), PLVKP (Sales price for promotion item), WAELA (Currency current promotion - planning).. 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 OUTTAB_WAKPD 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
ARTNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MEBMESales unit W_MEBMEUNIT3Assigned to domainCUNITMEINS
PABBMPlanned Sales Qty. of Promotion Material in Sales Units W_PABBMQUAN13(3) MENGE
PLVKPSales price for promotion item W_PLVKPCURR11(2) PREIS
WAELACurrency current promotion - planning W_WAELACUKY5Assigned to domainWAERSFWS
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
MIAMGMinimum order qty for promotional material W_MIAMGQUAN13(3) MENGE
AUFMEPromotion plan: Material allocation table quantity W_AUFMEQUAN13(3) MENGE
MEAUFAllocation table unit W_MEAUFUNIT3Assigned to domainCUNITMEINS
VREGERetail Promotion: Allocation Rule Number VREGECHAR10Assigned to domainALPHASBELNBLN
ASTRARetail Promotion: Allocation Strategy W_ASTRACHAR4Assigned to domainASTRA
APSTPItem category of allocation table APSTPCHAR4Assigned to domainAPSTP
AKTHEPromotion theme W_AKTHECHAR4Assigned to domainTHEMA
BEKTYPromotion announcement category W_BEKTYCHAR4Assigned to domainAAVIT
NVKPStandard sales price W_NVKPCURR11(2) PREIS
EKWVKPurchase price in sales price currency and sales unit W_EKWVKCURR11(2) WERTV6
PLEKPPurchase price for promotion item W_PLEKPCURR11(2) PREIS
WAEEKPurchase price currency W_WAEEKCUKY5Assigned to domainWAERS
MEBPROrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
PMATAPricing Reference Material PMATNCHAR18Assigned to domainMATN1MATNRMAT
VKKPSMaintenance status of sales price conditions W_VKKPSCHAR1VKKPS
EKKPSMaintenance status of purchase price conditions W_EKKPSCHAR1EKKPS
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
PUMNPPromotion Plan Material Invoiced Sales at Stand.Sales Prices W_PUMNPCURR13(2) WERT
PUMREPromotion Plan Gross Revenue Material W_PUMRECURR13(2) WERT
PUMLOPromotion Plan Invoiced Lost Sales Material W_PUMLOCURR13(2) WERT

Key field Non-key field



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

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

How to access SAP table OUTTAB_WAKPD

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