‎2006 Dec 20 12:38 PM
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.
‎2006 Dec 20 12:40 PM
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.
‎2006 Dec 20 12:40 PM
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.
‎2006 Dec 20 12:53 PM
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.
‎2006 Dec 20 1:10 PM
‎2006 Dec 20 7:12 PM
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