cancel
Showing results for 
Search instead for 
Did you mean: 

Can we debug Webdynpro Screen

Former Member
0 Kudos

Hi Guys,

I need to know can we debug webdynpro screen or scree nrelated method as waht is the procedure and is it possible or not.

Thanks

Dhiraj

Accepted Solutions (1)

Accepted Solutions (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Dhiraj,

Once the debugger starts, don't forget to add the Web Dynpro pane to some area. That way you take a close look at the context, view elements and other things.

Best regards,

Thomas

Answers (4)

Answers (4)

Former Member
0 Kudos

You can also go through this blog where in one of the videos Thomas Jung has demonstrated WD ABAP debugging.

/people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos

Hope this helps.

Kindly close this thread if your query is answered

Regards,

Anoop

Former Member
0 Kudos

Hi Dhiraj,

This is step wise procedure to enable dubugging.

1) Go to se80.

From Menu choose <b>Utilities</b> . >> <b>Setting</b> .

Choose <b>ABAP Editor tab</b> in that and then choose <b>Debugging</b> Tab.

In Debugging tab you will find <b>username and IP matching checkbox</b>. Please make that <b>checkbox checked</b>.

<i> It will enable you to debug at your ip address.</i>

2) Now set brake point in code where ever you want .

Just take case in Wd_init() you add break point .When control come there automatically debugging screen come.

Hope I have served your purpose.

If yes reward points.

Parag.

Former Member
0 Kudos

Hi Parag,

I did the same setting as mentioned in your reply and i set the breakpoint in Wdoinit of screen but the debug is not starting is there anything else i have to do to debug.

Thanks & Regards

Dhiraj

Former Member
0 Kudos

Hi,

have you done all according to the <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/43/95a6c84f7c60b7e10000000a11466f/frameset.htm">documentation</a>?

Regards, Heidi

former_member1287623
Participant
0 Kudos

... and don't forget to set the correct user name meantioned above

...and press the right "stop" button for external debugging...

SE

Former Member
0 Kudos

Hi,

when you are in SE 80 in a method,

utilities->settings->tab abap editor->tab debugging->flag next to login name on

in your code set external breakpoint by pushing the stop sign

grtz

Koen