Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Execute BSP page from inside ABAP

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
696

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

1 ACCEPTED SOLUTION
Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
669

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

4 REPLIES 4
Read only

Former Member
0 Likes
669
Read only

0 Likes
669

Hi Seshu,

thanks for your prompt response.

My only comment is "Did you actually read my question?".

Read only

0 Likes
669

Yeah I red the your thread ,i did not find any closest link,but third or fourth link may help you

Thanks

Seshu

Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
670

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.