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

Watchpoint for a variable inside a Standard Program

former_member209217
Active Contributor
0 Likes
3,279

Hi Experts,

We are trying to Debug a standard program . We are tracing out one structure variable and trying to create a watch point on that.

But as you know while creating the watch point it says that variable is not found in the current program.The Variable is being used in other standard programs which are being called from the main program. Is there a way to create the Watch point?

Best Regards,

Lakshman

2 REPLIES 2
Read only

adam_krawczyk1
Contributor
0 Likes
1,039

Hi Lakshman,

When you create Watchpoint, you need specify variable name and program name as well. If your variable is in another program, just change program which is by default current, then you should be able to create Watchpoint.

Additional hint, use [] in case of internal tables, like lt_my_data[].

Regards,

Adam

Read only

Abhijit74
Active Contributor
0 Likes
1,039