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

How to create a Break point programatically

harishbabu_m
Product and Topic Expert
Product and Topic Expert
0 Likes
800

Hi Experts,

I have a requirement to create a break point in ABAP Code programatically. I came accross BREAK-POINT keyword which beaks at the current line or next statement but in my case I have to set a break point in some other class at particular line number.

Please let me know how can I achieve the same.

Thanks and Best Regards,

Harish

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
689

You can check my reply here http://scn.sap.com/thread/3180203

Similar to GET there is RS_SET_BREAKPOINT and RS_SET_BREAKPOINT_MA. A little more research will get you the solution

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
690

You can check my reply here http://scn.sap.com/thread/3180203

Similar to GET there is RS_SET_BREAKPOINT and RS_SET_BREAKPOINT_MA. A little more research will get you the solution

Read only

0 Likes
689

Thank you very much for the lead Kesavadas.

Best Regards,

Harish