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

How to debug UI Transactions?

Former Member
0 Likes
626

Hi all,

can anyone tell me how to debug UI transactions ?

Thanx in advance,

Regards,

Hem

Hi all,

can anyone tell me how to debug UI transactions ?

Thanx in advance,

Regards,

Hem

3 REPLIES 3
Read only

Former Member
0 Likes
608

while in SE80, select Transaction, right click on the tran code and choose debugging.

or from the menu, use /h enter then your tran code.

Read only

Former Member
0 Likes
608

Hi,

In your UI screen select field and press F2 and you will get the Component name, View Name, and Context node.

Then you can go to Transaction code BSP_WD_CMPWB and the give the component name then go to view you can find different classes for View, context node, Events, and attributes there you can put the break point.

By this you can debug you screen UI. But there are some methods and classes which are specific.

Please mention what you want to debug.

Read only

Former Member
0 Likes
608

Hi ,

One more way to debug UI transactions is ,go to se93.

give the tcode and press the display button.You can get the program name.

go to se38 or se80 give the prg name and place the debugger and execute.

You can also go to the tcode , in the menu select system-> status -> program gives you the program name.

Regards,

Charumathi.B

Edited by: Charumathi Balachandran on May 9, 2008 9:56 AM