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

BADI not working .

Former Member
0 Likes
1,241

Hi guys,

I am working on a BADI on me21n. The save badi is in me_process_po_cust method post. It works fine and there is no problem . But when i do the same thing on another server it is not working. Even if i place a break point there it is not getting caught. Same place . It is active. If any guys have any idea for this problem would be great.

Thanks in advance guys..

Hi guys,

I am working on a BADI on me21n. The save badi is in me_process_po_cust method post. It works fine and there is no problem . But when i do the same thing on another server it is not working. Even if i place a break point there it is not getting caught. Same place . It is active. If any guys have any idea for this problem would be great.

Thanks in advance guys..

6 REPLIES 6
Read only

Former Member
0 Likes
1,061

Hi,

you would better check with basis about the synchronize time they have set between severs.... try after some time would work...this kind of problem i faced with an fully buffered table config table of SRM in ECC., the changed entry reflected after some time. not sure but would help you..

Read only

0 Likes
1,061

I am directly copy pasting. after that it is not working ...

dont know the problem as it is not picking up BADI's only.

Read only

0 Likes
1,061

I am directly copy pasting. after that it is not working ...

dont know the problem as it is not picking up BADI's only.

Read only

joao_sousa2
Active Contributor
0 Likes
1,061

When you say it is active, do you mean the code, or the BADI implementation itself? Your behavior is consistent with the implementation being inactive, since as far as I can remember that BADI doesn't have a filter.

Read only

0 Likes
1,061

i agree with Joao Sousa.... you would have seen the method code as active but BADI implementation should be active .....and one more question are you testing the same kinda test scenario ? could be the test case is not meant to trigger the badi.. put a break point in Cl_EXIT_HANDLER > method GETINSTANCE and check your BADI triggering or not.

Read only

0 Likes
1,061

hi  ,

Please check Badi Implimentation is Active or not  .

regards

Deepak.