2008 Apr 15 9:34 AM
Hi all,
can anyone tell me how to debug UI transactions ?
Thanx in advance,
Regards,
Hem
2008 Apr 15 11:26 AM
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.
2008 May 09 8:36 AM
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.
2008 May 09 8:55 AM
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