cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Web Dynpro from a Remote System using Web Dynpro

Former Member
0 Kudos

    I am trying to call ABAP Web Dynpro screen in a different system. I am using the function module 'WDY_EXECUTE_IN_PLACE'. I am ensapsulating the function module 'WDY_EXECUTE_IN_PLACE' into another remotely enabled function module 'ZCALL_WEBDYNPRO'.

The function module 'ZCALL_WEBDYNPRO' is being called by another Web Dynpro component. This results in a error(HTML Error). Can you please help me with some alternative for the same.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

You can try to execute this static mehod "CL_WD_UTILITIES=>CONSTRUCT_WD_URL"to obtain the URL (See Import parameters IN_HOST, IN_PORT)

After this, you can call this URL from the initial WebDynpro.

Best Regards,

Javi

Answers (0)