cancel
Showing results for 
Search instead for 
Did you mean: 

calling web dynpro

Former Member
0 Kudos

Hi all,

I would like to know if is there a way from a normal abap report to call a web dynpro. For example, in the GUI screen there is a button that launch the wd application opening the browser.

thanks

Gabriele

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

Create a transaction for Your application in SE93 and u can call that transaction in anywhere in normal abap code.

For creating transaction follow the following link.

/message/6579296#6579296 [original link is broken]

And see my reply.

I hope it hepls.

Regards,

Rohit M

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

There is also an SAP provided transaction code called WDYID for running Web Dynpro ABAP applications in place. You can simply create a parameter transaction for this tcode and supply the Web Dynpro ABAP application name. You then have a TCode that will fire you WDA application inplace in the SAPGUI or in a new browser window. This is how the SOAMANAGER transaction code works.

Former Member
0 Kudos

Hi Gabriele Montori ,

call this function module WDY_EXECUTE_IN_PLACE in r/3 report and supply the APPLICATION parameter it will call the webdynpro application in r/3 screen.

Regards,

Sreenivasa Sarma k,

Former Member
0 Kudos

Hi Gabriele Montori ,

call this function module WDY_EXECUTE_IN_PLACE in r/3 report and supply the APPLICATION parameter it will call the webdynpro application in r/3 screen.

Regards,

Sreenivasa Sarma k,

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hallo,

you can call function module 'CALL_BROWSER' with the url of your application

Grtz,

Koen