‎2009 Feb 27 8:09 AM
Hi,
I need to implement a BADI for VA01.I got nearly 4 BADI's for VA01.
Could any post procedure for determining suitable BADI among the available BADI's.
Thanks,
Reshmi G.
‎2009 Feb 27 10:18 AM
Hi,
You need to check the parameter inside the BADI and figure out as per your requirement.
Use break-points (break <user_name>) and execute the transaction to check the flow.
Regards,
Tarun
‎2009 Feb 27 8:31 AM
Hi,
You have to see the parameter inside the BADI to determine the BADI you need for your requirement.
Regards
Sandipan
‎2009 Feb 27 10:10 AM
hi,
refer the given below link
http://help.sap.com/saphelp_nw04/helpdata/en/9d/12233a0edd7978e10000000a11402f/frameset.htm
/people/sergey.korolev/blog/2005/03/14/the-time-for-me-to-have-a-badi-of-my-own
Thanks
Arun
‎2009 Feb 27 10:18 AM
Hi,
You need to check the parameter inside the BADI and figure out as per your requirement.
Use break-points (break <user_name>) and execute the transaction to check the flow.
Regards,
Tarun
‎2009 Mar 02 12:20 PM
Hi,
To find the appropriate BADI for your transaction.
1.Go to SE93. Give ur transaction name, from there u get the package name.
2.Then go to SE80.assign the package under package.
3.under Enhancements->Badi(def), then according to ur requirement, u can find the correct badi by refering there descriptions.
Hope this will work for u.
Thanks,
Aradhana Yadav.