cancel
Showing results for 
Search instead for 
Did you mean: 

WEB DYNPRO application in SAP GUI

Former Member
0 Kudos

We have developed a ALV report in Web Dynpro application. Now we want to access the application through SAP GUI. Can you please let us know what will be the implications if we display the WEB DYNPRO application in SAP GUI through a transaction code?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can create one report program and call the external URL within the program using 'PRGN_GENER_EXECUTE_URL'. Then you can create the tcode for the report and use that tcode. But the application will be opened in new explorer window only.

The sample code as follows:

call FUNCTION 'PRGN_GENER_EXECUTE_URL'

EXPORTING NODE_DATA = '<webdynpro application URL>'.

former_member185879
Active Contributor
0 Kudos

Hi,

I think there is no way to assign an webdynpro application to the transaction code.

Not possible.

Regards

Nizamudeen SM