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

Debugging FM

Former Member
0 Likes
644

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.

5 REPLIES 5
Read only

Former Member
0 Likes
607

Hi,

R u using a DYNAMIC Break-Point, try hard coding the same.

Rgds

Read only

0 Likes
607

I have put hard coded break-point also.But still not reaching to break-point.

Read only

Former Member
0 Likes
607

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.

Read only

0 Likes
607

Thats is also checked.

Read only

0 Likes
607

Hi,

If nothing else works create an endless loop and debug that session in sm50:

e.g

while something ne 'X'.

endwhile.

regards, Rob