cancel
Showing results for 
Search instead for 
Did you mean: 

calling web dynpro application from rfc function module

Former Member
0 Kudos

Dear All,

I would like to call my web dynpro application from my RFC enabled function module.

I am creating the web dynpro application with three parameters par1, par2 and par3.

These parameters are import parameters of the function module.

In the function module I am appending these parameter values in the url of the web dynpro application.

Long before I saw there is some method/function module which lets me call the web dynpro abap application from an abap report program.

Can anyone please give me that code chunk?

If anyone thinks there is a better way to proceed with thsi requirement, please drop in your suggestions.

Thank you.

Regards,

Prosenjit.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

What do you mean "call WDA"? Do you want to launch a WDA in a web browser, but trigger the launch from a classic dynpro application? If so, consider the usage of the function modules WDY_CONSTRUCT_URL or WDY_EXECUTE_IN_PLACE.

Answers (1)

Answers (1)

Former Member
0 Kudos

look at the 2nd post in this thread.

you can pass parameters very easily in the EXPORTING section of that method.. just look at the formal parameters section to see what the name is.