Hello Experts,
I want to call a standard SAP GUI (for Windows) Transaction code from Webdynpro ABAP. I am already aware of following 2 solutions:
1) Use webgui to call a SAP standard transactio using Hyperlinks.
2) In portal, use transaction iView to call a SAP standard transaction.
But I need to call a standard SAP GUI (for Windows) Transaction from Webdynpro using 'CALL TRANSACTION...' style (or something similar in functionality) ABAP command(s). Is that possible without using above 2 methods which I already mentioned above?
Thanks
ABAPer