Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Activate own implementation

Former Member
0 Likes
319

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
286

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,

1 REPLY 1
Read only

Former Member
0 Likes
287

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,