Skip to Content
0
Former Member
Feb 04, 2010 at 06:39 AM

Execute webdynpro from abap program and return to the caller program

160 Views

Guys,

I have a question here.

I know there is a way to call an abap webdynpro application from normal abap program by either using a class method, or use a function module WDY_EXECUTE_IN_PLACE by providing

the webdynpro application or using CALL TRANSACTION statement.

But, is there anyways that we can call the webdynpro application from abap program by supplying data to the webdynpro and display to the user from the portal, and then

once the user do some manipulation on the data, can we transfer back the data to the caller abap program?