cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging Classes and methods in a Function Module

Former Member
0 Kudos

Folks

While debugging a Function Module, I want to know which classes and methods are being called as part of this FM and want to put a breakpoint in this Class method and check the details of variables in this methods. How do I accomplish this ?

Is the hierarchy that - FM will have classes which will have methods or is it something different ?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Goto SE24->Give class name as CL_EXITHANDLER->Display->double click on get_instance mathod->Now u will go inside the method->Now put break point on the cl_exithandler.Now go to any transaction code ( se37) and pass dat..U will see that it will be stopped on the break point which u set on the cl_exithandler...

than can debug further.

Answers (0)