‎2015 Apr 10 10:46 AM
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.
‎2015 Apr 10 1:20 PM
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
‎2015 Apr 10 2:29 PM
Hello MV,
Is the FM called in an update task ?
In such a case, have you checked if your update debugging is active ?