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

Tracing Error

Former Member
0 Likes
353

Hi Experts

how can we trace error in Controls Programing ?

Please explain.

Vicky

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
321

Hello

there are 2 tools you can use to analyse communication between controls in your ABAP program

a) Debugging mode, it lets you test communication between controls and ABAP program synchronously

b) You can switch on an Automatic Trace at GUI level, which log all incoming automation calls.

Hope the question is answered

1 REPLY 1
Read only

Former Member
0 Likes
322

Hello

there are 2 tools you can use to analyse communication between controls in your ABAP program

a) Debugging mode, it lets you test communication between controls and ABAP program synchronously

b) You can switch on an Automatic Trace at GUI level, which log all incoming automation calls.

Hope the question is answered