cancel
Showing results for 
Search instead for 
Did you mean: 

Render ABAP Web Dynpro in SAP GUI?

Former Member
0 Kudos

Guys,

I recently built an application in ABAP Web Dynpro with ALV. Everything seems to be working perfectly, however, my manager asked me if we could render the entire Application directly inside the SAP GUI - maybe within a frame inside SAP GUI. Does anyone know if this is possible, and if so, how this can be accomplished? I'm guessing I would have to create a new standard ABAP Dynpro screen and have it point to the ABAP Web Dynpro application... Not sure... Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

raja_thangamani
Active Contributor
0 Kudos

Yes its possible. The SAPGui HTML control is great way to show a ABAP Web Dynpro pages. You can create the HTML control (CL_GUI_HTML_VIEWER) in a full screen or subscreen to display WDA.

Look at below blog & Link... This will help you...

<a href="/people/thomas.jung3/blog/2004/08/26/updated-calling-a-bsp-application-from-a-sapgui-transaction a BSP application from a SAPGui Transaction</a>

Above link for BSP, But same way you can achieve for WDA. All you need to do is, instead of BSP URL, you need to pass the WDA URL.

Hope this will solve your issue. Reply if you have any issue.

Raja T

Answers (0)