cancel
Showing results for 
Search instead for 
Did you mean: 

calling webdynpro in module pool screen

Former Member
0 Kudos

Hi All,

I need to display webdynpro application in module pool custom container.

I am using method cl_wd_utilities=>construct_wd_url , then i am using G_HTML_CONTROL->SHOW_URL to show the webdynpro component.

Issue is it is taking to logon screen in module pool and after login, it is working as desired.

Any idea how to suppress this logon screen.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi,

The SSO needs to be configured.

Also, try the function module WDY_EXECUTE_IN_PLACE, and pass the parameters appropriately.

Integration of Web Dynpro ABAP Applications in GUI Applications - Web Dynpro for ABAP - SAP Library

You can directly create a parameter tcode using WDYID.So that you can call wd applicaiton's tcode directly in gui which launches the application with SSO

Please refer the below link

Hope this helps you.

Regards,

Rama

Message was edited by: Ramakrishnappa Gangappa

Former Member
0 Kudos

Dear Rama,

Thanks for your input. Infact i was trying tcode creation first but issue is, i need to pass 1 parameter to webdynpro and couldn't find how to pass in tcode method.

In URL i am using cl_http_server=>append_field_url to pass the parameter and it is working fine.

Shared memory concept is not robust in multi application server scenario, so not using it.

If you have any idea how to pass parameter in tcode method, please share.

Thanks

Answers (0)