Application Development 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: 

Set a breakpoint within a function module

Former Member
0 Kudos

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

Former Member
0 Kudos

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

2 REPLIES 2

Former Member
0 Kudos

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

0 Kudos

Hi Rotem,

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