cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug during Web Dynpro Test...from SAP Pop-Up Window?

Former Member
0 Kudos

How can I go into SAP logic in test mode when my WebDynpro is being displayed with an SAP Pop-up? I want to jump into SAP debug from there into SAP code....Thank-You.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In the Popup application that opens in the web, right click on any UI element in the window.

The right clicked context window displays an option "More help field"

Click on that.

Here you are given the Technical Information for UI Element.

Here you would be given the webdynpro Component name and the webdynpro view name

Now logon to the SAP system, click on SE80

Select the menu tab repository browser

In the drop down select the WebDynpro Comp/Intf

Input the webdynpro name here

Look for the view that was displayed in the technical component under this component

Click on the view and navigate to the Methods tab.

Double click on the WDDOINIT method and place a breakpoint here. This is the first point thats hit after the event handler of the inbound plug is executed.

Answers (0)