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 in BTE function module

Former Member
0 Likes
2,021

i have function modules being triggered from 00002010

00002020 BTEs for tcode F110.How do i set break point in them .i mean is it posible 'coz i guess a session is being created every time i run f110.

Please help.

Thanks and Regards,

Venkat

1 ACCEPTED SOLUTION
Read only

Former Member
975

you can set an extrenal breakpoint and always you can create an endless loop which you can debug from sm50 (e.g. data x. while x ne 1. endwhile.)

regards, Rob

2 REPLIES 2
Read only

Former Member
976

you can set an extrenal breakpoint and always you can create an endless loop which you can debug from sm50 (e.g. data x. while x ne 1. endwhile.)

regards, Rob

Read only

Former Member
975

1. Set a break point in your function module.

2. F110 Schedule a payment run (Specify a start time - Do not check Start immediately)

3. SM37 - Select your job and enter '=JDBG' in the command field

4. Continue and and the program will stop at you break point

Reward points if helpful