cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering Webdynpro via an SAP Transaction?

Former Member
0 Kudos

I have heard that it is possible to create a transaction in SE93 to trigger your SAP ABAP Webdynro, instead of using iView in the portal...Is this true? If so can anyone detail the instructions?

Thank-You

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Yes, there is a standard SAP transaction called WDYID that can open a Web Dynpro ABAP application within the SAPGUI or in a new browser session. You won't be prompted to login to the application again because the SAPGUI will generate a SSO Ticket off of your SAPGUI login.

You can create a parameter transaction for WDYID and supply a value for the screen field APPLICATION (the WDA you actually want to run). You can check the Skip initial screen value to directly launch the WDA. If you have a late enough SP level, have a look at the SOAMANAGER transaction code as an example of how to do this.

You can also directly link a Web Dynpro ABAP application into a PFCG role. It will appear on the main menu of the SAPGUI and launch using the same mechanisms as the WDYID transaction code.

Answers (0)