Application Development 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: 

badi

Former Member
0 Kudos

Hi All,

I am working in upgradation.

We had Z ipmplimentation (badi), which was working fine.

After upgradation BADI is not working.

I put break point in concerned method, but not going there.

Plz suggest, I am new to BADI concept.

Regards,

sai

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Please check the implementation is in active or not. If not please activate the implementation. I hope your problem is resolved.

Regards

Bhupal Reddy

3 REPLIES 3

former_member193831
Active Participant
0 Kudos

hi,

Put a breakpoint on CL_EXITHANDLER class's get_instance method.

Then run the tCode. In debugging check the field exit_name to see if your BADI is coming there.

If your BADI is not getting called then maybe the BADI impl. is changed in this version. Check for new BADI in same Application area in SE18

Regards,

Vivek.

Former Member
0 Kudos

Put a breakpoint on CL_EXITHANDLER class's get_instance method.

Run the tCode. In debugging check the field exit_name to see if your BADI is coming there. If your BADI is not getting called then maybe the BADI impl. is changed in this version. Check for new BADI in same Application area in SE18

Former Member
0 Kudos

Hi,

Please check the implementation is in active or not. If not please activate the implementation. I hope your problem is resolved.

Regards

Bhupal Reddy