Hi,
A page is developed in webdynpro which acts as the landing page (Launch pad) for numerous applications. And this page contains only the button/links which will call different programs. This webdynpro application is called inside the SAPGUI by creating a parameter transaction using WDYID and the STARTMODE as 'GUI'. So when I execute this transaction, the webdynpro application is not executed in browser but inside the SAPGUI.
Now I need to call other transactions (for example MM03) in the same session. If I directly use the 'CALL TRANSACTION' statement, the program will generate a runtime error on execution. I don't want to ITS as well. Is there any other option to call the normal GUI screens from webdynpro if the application is running in SAPGUI (not in browser)?
Regards,
Rahul Muraleedharan.