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: 

Unable to Debug my implemented BADI of CRM_MKTLIST_BADI

Former Member
0 Kudos

Hi Experts,

I implemented the z version of CRM_MKTLIST_BADI to implement duplicate checks . I put a breakpoint in duplicate_check method and started the process, but the debugger did not stop there .

I also tried the following :

I wrote an infinite loop inside the method so that i can debug from SM50,still it did not work.

I also set the user parameter CRM_DEBUG_CODE = MKTLIST in SU3 .

But still I am not able to debug it . If any one having any solution please suggest me .

Highly appreciate any Reply .

4 REPLIES 4

Former Member
0 Kudos

Check whether the BADI is provided for the trasaction. If yes, check whether method and implementation are activated.

Put a break point in class CL_EXITHADLER ==> GET_INSTANCE, and debug from there.

--

Reddy

0 Kudos

Thanx for your response..I am trying that one..but even i put a break point at cl_exithandler->get_instance and then run my process, my debugger didnt stop there .

And yes methods and implementation are active only .

0 Kudos

> Thanx for your response..I am trying that one..but even i put a break point at cl_exithandler->get_instance and then run my process, my debugger didnt stop there .

>

Control should stop here, if not that means there are no BADIs for the trasaction.

--

Reddy

0 Kudos

I need to talk to functional guys then ..Thanks a lot for your valuable suggestion .