Hello All,
I would like to realize the following scenario:
A transaction is called via WebGUI for HTML using the following URL: <b>http://<server>:<port>/sap/bc/gui/sap/its/webgui?~transaction=<transaction></b>. It is working fine; in backend the transaction is performed; after performing, at the end of the transaction an HTML or XML page should be sent.
The idea of the scenario is that the URL is called from a third party portal, which receives the results of the transaction via HTML or URL.
Im using <b>WebAS 640 with interated ITS</b>.
Ive tried some ideas such as sending own HTML using function module <b>ALEWEB_DOWNLOAD</b> for sending HTML; but it is not working correctly.
Is there a general possibility to send HTML or XML while or after performing the called transaction using WebGUI?
Thanks & Regards,
Kurt.