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

Set a breakpoint within a function module

Former Member
0 Likes
544

Hi there,

I'd want to insert a break point inside a function module, not "double-clicking" the line, but calling a FM or a method.

Does anybody knows if there's a way to insert a breakpoint in a specific row of a Function Module?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
442

you can add the command BREAK-POINT in a specific line in your code in order to stop there.

2 REPLIES 2
Read only

Former Member
0 Likes
443

you can add the command BREAK-POINT in a specific line in your code in order to stop there.

Read only

0 Likes
442

Hi Rotem,

thank you for replying. This is fine for my need!