Application Development 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: 

Promotion table

george_paraschiv
Explorer
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

hi,

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

Regards,

Santosh

Former Member
0 Kudos

Hi,

I think the tables are

WAKH - Header

WAKP - Items

WAKT - Promotion Desc Short Text.

Regards,

Ravi

Note :Please mark the helpful answers

vinod_gunaware2
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi,

U can find promotions in the Table WAKH.

Regards,

GSR.

Former Member
0 Kudos

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