‎2009 Dec 11 6:32 AM
Hi Guys,
I have a standard BADI BADI_SDROUTE along with its 2 implementation. That BADI get used in tcode VA22. Now the thing is that
i have my own requirement to cope up with..so i have created another implementation for the same definition...but that implementation is not getting called. Why is so? The BADI have only single implementation active at a time ...no multiple use BADI
Could you please suggest me am i missed somewhere during creation?
Thanks
Parag
‎2009 Dec 11 8:42 AM
hi gavakar,
if the BAdi is not an multiple implemenatation badi then check whether ur implemenation is active or not . to check whether ur implementation is working properly . keep a break-point in the getinstance method of cl_exithandler. then run your transaction . when that badi gets triggered it goes into de-bugging mode there check whether your implemenatation is active or not .
regards,
‎2009 Dec 11 8:42 AM
hi gavakar,
if the BAdi is not an multiple implemenatation badi then check whether ur implemenation is active or not . to check whether ur implementation is working properly . keep a break-point in the getinstance method of cl_exithandler. then run your transaction . when that badi gets triggered it goes into de-bugging mode there check whether your implemenatation is active or not .
regards,