cancel
Showing results for 
Search instead for 
Did you mean: 

How to call a WD Application from a function module?

Former Member
0 Kudos

Hi Folks,

I have a requirement in my project to call my web dynpro application from a function module .

Can someone help me out with this , some example or docs would be of great help .

Regards

Abhishek Sahai

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

why you want to have a FM to call the Application. If it is called also, do you want to display the applicaiton output to user.

Do you use this FM inside any class or WD compoent or what.

There is a class CL_WD_UTILITIES=>CONSTRUCT_WD_URL where an Application is generated but you need to have the windoe manager to show this application.

Can you elaborate more on your requriement.

Regards,

Lekha.

Edited by: Lekha on Sep 29, 2009 4:09 PM

Former Member
0 Kudos

@Lekha ,

We have made an application in Wd and some other team has to use this application , so they what to call our Web Dynpro from a class, and this is where I have to develope a function module which has to call in our application .

If u want any more clarification on why are we using this please ask.

Regards

Abhishek Sahai

Former Member
0 Kudos

Hi,

You can use the this class right CL_WD_UTILITIES=>CONSTRUCT_WD_URL. I guess FM is not required.

After you use this class, open the application either as a popup or in external window of IF_WD_WINDOW_MANAGER.