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

BREAK-POINT......!!!!!

Former Member
0 Likes
604

Hi all,

For a dunning activity in SPRO i assigned a FM for it and FM has a BREAK-POINT.

this FM/Activity is being triggering through a SUBMIT and RETURN statement in a standerd transaction.

Now the requiremt is to bring the debugger point to aforementioned BREAK-POINT.

I tried with JDBG in SE37 after executing Sumit statement in transaction but it couldnt do any help as the system fetching the FM name dynamically.

Please let me know if there is any way to crack it.

Please do let me know if further clarification required.

Thanks and Regards,

Madhu.

2 REPLIES 2
Read only

Former Member
0 Likes
579

1. When you execute JDBG, try adding a break point using the function name.

2. If this does not work, try using an external BP.

3. Try the option BREAK 'USERNAME'.

Once of this should work.

Thanks,

Vikram.M

Read only

Former Member
0 Likes
579

Hello MV,

Is the FM called in an update task ?
In such a case, have you checked if your update debugging is active ?