cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a BSP application from another

Former Member
0 Kudos

Hello,

I have not a lot experince in bsp's programming.

I am trying to call a bsp applicattion from another one. Do you know how can I do it?.

Thanks in advance. Javier.

Accepted Solutions (1)

Accepted Solutions (1)

eddy_declercq
Active Contributor
0 Kudos

Hi,

You can use navigation->next_page for this. See also http://help.sap.com/saphelp_nw04/helpdata/en/46/bb1820ab4811d4968100a0c94260a5/frameset.htm

If it's more including off other pages from other applications, you need to use (i)frames and classic URLs.

Eddy

eddy_declercq
Active Contributor
0 Kudos

Hi,

Pls don't forget to reward points if you find the answers usefull.

Eddy

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Javier,

For questions on BSP programming,you should post your questions on the bSP forum.

For your question,it depends on how you want to call your BSP application.

Do you want to navigate from one BSP page to other or you want some link which leads to the other BSP application.?

You can find sufficient help on the help.sap.com

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm</a>

For more details, you can search SDN itself.

IF you have more queries,your'e welcome.

Regards,

Siddhartha

Former Member
0 Kudos

Hi Javier,

You can include the content of a BSP application in your BSP using the page directive "include" like the following:

<%@ include file="relative URL"%>

Is that what you mean by calling a BSP from another?

Regards,

Houcine Bourquouquou