2013 Jan 18 11:02 PM
Hi experts,
I was trying to activate the badi ME_PROCESS_REQ_CUST.
The message said "Implementation will not be called", that's weird. So, i cannot put a break-point because it will never enter to the application.
I don't know the reason, i hope you could help me with this.
Regards
2013 Jan 19 10:36 AM
Hi Hugo,
While creating the BADI Implementation, did you get a information message(pop-up) saying 'Implementation yourBADI name migrated(see long text for instructions)'?
After this message, you will see the window as below
You have to create and select an enhancement implementation for you BADI to work.
Hope this helps
Do revert back for any issues.
2013 Jan 20 3:06 PM
2013 Jan 21 5:29 AM
Hi Hugo,
As Aniket/Madhu said. you can check the Steps but remember that the BADI example that Aniket shown here is a VENDOR_ADD_DATA / CUSTOMER_ADD_DATA are Multiple Use BADIs where is the badi you are trying to implement ME_PROCESS_REQ_CUST is not a Multiple Use BADI. So you should check whether the existing BADIs are activated and implemented correctly under a Rev-Trac or TR.
Hope this helps.
2015 Jan 15 1:59 PM
in your screenshot, look at the type section. if multiple use doesnt tick, and if someone had already implemented that badi before you , you could not activate yours, before deactivate previous one. it could be because of multiple use section.
hope this helps.
Ayşegül
2015 Jan 15 2:12 PM