2010 Jan 20 3:29 PM
is there any method to find the BADI for particular transaction (with out using Package and find CL_EXITHANDLER)
Warm regards,
Sri
2010 Jan 20 9:42 PM
Hi Sri,
why don't You use a search functionality on SDN?
It is easy to find some good step-by-step guides for finding BADI, e.g.
[Find a BADI for a Transaction code |http://wiki.sdn.sap.com/wiki/display/ABAP/FindaBADIforaTransactioncode]
[BAdi-What is it?How to Find it and implement it? |http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=71205421]
[Detailed explanation about BADI and the ways to find the BADI with an example (ME23n transaction) |http://wiki.sdn.sap.com/wiki/display/ABAP/DetailedexplanationaboutBADIandthewaystofindtheBADIwithanexample%28ME23n+transaction%29]
[Find EXIT and BADI fro a given Transaction Code |http://wiki.sdn.sap.com/wiki/display/ABAP/FindEXITandBADIfroagivenTransactionCode]
If these links are not sufficient for You, this one will surely be:
http://www.sdn.sap.com/irj/scn/advancedsearch?query=find+badi
Regards,
Adrian
is there any method to find the BADI for particular transaction (with out using Package and find CL_EXITHANDLER)
Warm regards,
Sri
2010 Jan 20 3:41 PM
Use Runtime Analysis but you're still going to have to search for 'BADI' or the exit handler call in the call stack. Anything wrong with that (searching for the text)?
2010 Jan 20 3:47 PM
You can place a break point in the fm SXV_GET_CLIF_BY_NAME and find it.
check the parameter name
2010 Jan 20 3:54 PM
2010 Jan 20 3:59 PM
2010 Jan 20 9:42 PM
Hi Sri,
why don't You use a search functionality on SDN?
It is easy to find some good step-by-step guides for finding BADI, e.g.
[Find a BADI for a Transaction code |http://wiki.sdn.sap.com/wiki/display/ABAP/FindaBADIforaTransactioncode]
[BAdi-What is it?How to Find it and implement it? |http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=71205421]
[Detailed explanation about BADI and the ways to find the BADI with an example (ME23n transaction) |http://wiki.sdn.sap.com/wiki/display/ABAP/DetailedexplanationaboutBADIandthewaystofindtheBADIwithanexample%28ME23n+transaction%29]
[Find EXIT and BADI fro a given Transaction Code |http://wiki.sdn.sap.com/wiki/display/ABAP/FindEXITandBADIfroagivenTransactionCode]
If these links are not sufficient for You, this one will surely be:
http://www.sdn.sap.com/irj/scn/advancedsearch?query=find+badi
Regards,
Adrian