‎2007 May 18 3:07 PM
hi to all, it already spent long time from my last post. This time I have some doubts on Menu Exits. I need to put an extra button on the menu bar of transaction va01 and vl01n. I already now how to use simple badis and filter badis.
Now my question is: does menu exit with badis allowed me to do this in a standard transaction like the ones i mentioned?
How to find that badis for any std transaction?
IF anyone has an example of any transaction please share with me, to understand the subject.
As usual, rewards points will be given for help. THANKS IN ADVANCE.
‎2007 May 18 7:41 PM
Hi Buddy,
Kindly follow the following steps to locate any badi.
1. Go to the transaction for which Badi is to be implemented.
2. Find the Package .
3.Once u know the Package Half the battle is Won.
4. Go to se 19.
click of search help .
5.click on information systems.
6.put package name in the package option.
7.now u vud get all badies for that particular package.
8.next step is to go to each badi(generall 3 or 4 in total )
9.put break point to see if that particular Badi gets triggered.
A badi gets triggered in two cases ..
a. when v save ..
b.when v enter.
Regards,
Rajiv Kaushal
‎2007 May 18 7:41 PM
Hi Buddy,
Kindly follow the following steps to locate any badi.
1. Go to the transaction for which Badi is to be implemented.
2. Find the Package .
3.Once u know the Package Half the battle is Won.
4. Go to se 19.
click of search help .
5.click on information systems.
6.put package name in the package option.
7.now u vud get all badies for that particular package.
8.next step is to go to each badi(generall 3 or 4 in total )
9.put break point to see if that particular Badi gets triggered.
A badi gets triggered in two cases ..
a. when v save ..
b.when v enter.
Regards,
Rajiv Kaushal
‎2007 May 18 7:53 PM
Hi again.
for MB22 ( change reservations ), plz follow the steps i gave u .
Package is MB.I implemented MB_RESERVATION_BADI. to populate a message.
Good night,
Rajiv Kaushal