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: 

User Exit/Badi on save of WAK2(retail promotions))

0 Kudos

Hi can anyone please tell me if there is any user exit or badi on save of WAK2 (retail promotions).I tried but i cant see any user exit or badi for same.

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

Hello

In program SAPMWAKA (tcode WAK2) you will find routine MWAKAF03_CALL_PROMOTION_U in which fm PROMOTION_UPDATE is called.

Within this fm you find at the end the coding:


...
* BADI Aufruf
  PERFORM CALL_BADI_INTERF_PROM_UPD USING FXWAKHD.
ENDFUNCTION.

This routine check for implementation of BAdI WAKT_BADI_001. The BAdI method INTERFACE_PROMOTION_DATA is used to "Make Update Data Available to External Applications".

In addition, you should look through the manyfold BAdIs and enhancement spots within package WAKT.

Regards

Uwe

0 Kudos

Hi,

But this badi is for single use and sap already has an implementation for it so how do i implement if (provided i dont use enhancement point in sap implementation )