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

Former Member
0 Likes
584

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,

Madhukar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
562

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.

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,

Madhukar.

4 REPLIES 4
Read only

Former Member
0 Likes
563

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.

Read only

Former Member
0 Likes
562

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 or not. If your BADI is not getting called then mostly the BADI impl. has been changed in this version. Check for new BADI in same Application area in SE18.

Pl. close all other threads related to this.

Read only

Former Member
0 Likes
562

hi,

where can i get CL_EXITHANDLER .

Regards,

Sai

Read only

0 Likes
562

In the mail program search for CL_EXITHANDLER.

Also, try to put an endless loop in the implementation and check in sm50 if it stops in debugging mode.

Thanks,

Santosh