Skip to Content
0
Former Member
Aug 06, 2005 at 12:08 AM

WebGUI@WebAS-ITS: Sending own HTML or XML

118 Views

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.

I’m using <b>WebAS 640 with interated ITS</b>.

I’ve 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.