Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Promotion table

Former Member
0 Likes
9,158

Hello,

I have a small problem with a report. I need to select materials in promotion. I create promotions with WAK1 transaction. The problem is that I don't know where to get the data, from what table... I have created a promotion, and in display mode I see only structures... Can anyone help me?

Thank you!

6 REPLIES 6
Read only

Former Member
0 Likes
4,319

Hi,

Check the following tables:-

S017 SIS: Sales promotions

S018 SIS: Address list for sales promotion

T5D7L Utility table for higher grouping and promotion

T5J59 HR Job promotion - pay scale level ordering JPN

TW3W Parameter for promotion ad. media HTML generator

<b>WALE Material to store assignment to promotion </b>

Regards,

Sameena

Read only

0 Likes
4,319

hi,

Try using <b><b>WALE</b>/WAKH/WAKP/WAKT</b>

Regards,

Santosh

Read only

Former Member
0 Likes
4,319

Hi,

I think the tables are

WAKH - Header

WAKP - Items

WAKT - Promotion Desc Short Text.

Regards,

Ravi

Note :Please mark the helpful answers

Read only

vinod_gunaware2
Active Contributor
0 Likes
4,319

Tables

WAKH promotion header data

WAKHIND promotion header data index table for codition

WAKP promotion item data

WAKR promotion discounts

WAKRW promotion discounts for plant

WAKT promotion for descriptin

TWAA TWAAT TWAT TWAAT

regards

vinod

Read only

Former Member
0 Likes
4,319

Hi,

U can find promotions in the Table WAKH.

Regards,

GSR.

Read only

Former Member
0 Likes
4,319

Hi

In transaction WAK1 in IS-Retail we want to add a custom screen to capture 6 custom fields which will be stored in a custom Z-table.

Only BADI that is available for customer use for this transaction WAK1 is WAKT_BADI_001. This can be used to capture the custom field values entered by user in an internal table however to save these values at the time Promotion is saved we either need a BADI or an event which is called at the time Promotion is saved. However this BADI / event is not available.

Please suggest how this can be implemented...

Thanks

HP