2007 Jul 26 4:11 AM
Hi,
I want to execute a BSP page from inside ABAP. I just want to use the BSP page as the renderer for some HTML but do not want to serve it up via the ICM.
So I want to have ABAP code that calls and executes the compiled BSP page and gets the HTML output returned. I do not want to make a HTTP call to the ICM as this gets me into SSO issues etc.
Can anyone guide me on how to do this?
Thanks
Graham
2007 Jul 30 2:09 AM
In case you are interested, it seems this is all too hard. I have gone back to using a HTTP call to do this. The BSP Runtime just expects too many objects to be instantiated to make this a worthwhile exercise.
Hi,
I want to execute a BSP page from inside ABAP. I just want to use the BSP page as the renderer for some HTML but do not want to serve it up via the ICM.
So I want to have ABAP code that calls and executes the compiled BSP page and gets the HTML output returned. I do not want to make a HTTP call to the ICM as this gets me into SSO issues etc.
Can anyone guide me on how to do this?
Thanks
Graham
2007 Jul 26 4:19 AM
Check the below links and it may help you :
/people/john.astill/blog/2006/03/08/word-as-an-editor-inside-a-bsp-page
Thanks
Seshu
2007 Jul 26 4:24 AM
Hi Seshu,
thanks for your prompt response.
My only comment is "Did you actually read my question?".
2007 Jul 26 4:27 AM
Yeah I red the your thread ,i did not find any closest link,but third or fourth link may help you
Thanks
Seshu
2007 Jul 30 2:09 AM
In case you are interested, it seems this is all too hard. I have gone back to using a HTTP call to do this. The BSP Runtime just expects too many objects to be instantiated to make this a worthwhile exercise.