‎2006 Sep 05 11:14 AM
Hi Al,
I want to debug a function module which called in UPDATE TASK.
e.g CALL FUNCTION 'MB_UPDATE_TASK' IN UPDATE TASK.
I am not able to debug it even though I am debugging in Update Debugging Mode.
Regards
Saurabh.
‎2006 Sep 05 11:26 AM
Hi,
R u using a DYNAMIC Break-Point, try hard coding the same.
Rgds
‎2006 Sep 05 11:29 AM
I have put hard coded break-point also.But still not reaching to break-point.
‎2006 Sep 05 11:33 AM
HI,
Just check whether where u have put the break-point. Is it inside some perform, is that perfom being executed or not. Since u said that we are not able to reach at that break-point.
‎2006 Sep 05 11:35 AM
‎2006 Sep 05 3:14 PM
Hi,
If nothing else works create an endless loop and debug that session in sm50:
e.g
while something ne 'X'.
endwhile.
regards, Rob