‎2009 Dec 20 2:07 PM
Hi Experts
how can we trace error in Controls Programing ?
Please explain.
Vicky
‎2009 Dec 20 3:21 PM
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
‎2009 Dec 20 3:21 PM
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