cancel
Showing results for 
Search instead for 
Did you mean: 

error in page

0 Kudos

we are getting error in page when we press a change parameter button in webdynpro browser in development while that error does not appear in production.what could be the reason .also can you tell how to debug the code when we press that particular button.other buttons in the page are working fine .

rgds,

Praveen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

can you tell how to debug the code when we press that particular button.other buttons in the page are working fine .

>

> rgds,

> Praveen

I assume you know your way in SE80 transaction. login to the correct client , go to se80, select the correct WDA component, open the view ,select the button and you see that the onAction property is bound to a action. double click that. You should see the source code of the action handler. in the desired line set a breakpoint.

Start the application ,when you press the button, debugger would invoke the souce wherein you set the break point.