cancel
Showing results for 
Search instead for 
Did you mean: 

Creating BSP iViews from BSP iView Template

Former Member
0 Kudos

Hi,

I am creating a BSP iView from the SAP BSP iView template in the portal. The url for the BSP application which I want to access is:

http://svc1uer.postdk.net:8038/sap/bc/bsp/sap/hrrcf_start_int?sap-client=260&BspClient=260&sap-langu...

Based on the above URL please let me know what should be the values for the

1) Application Parameters

2) Business Server Page (BSP) Application

3) Start Page

in the BSP iView Template

Thanks,

Jayesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

let

ApplicationParameters ::= rcfSpId=0005&rcfContext=POSTDK

Business Server Page (BSP) Application ::= hrrcf_start_int

Start Page ::= <the default/start page of application hrrcf_start_int>

The application hrrcf_start_int should have a start page (e.g. index.htm) - the Portal requires this even if you can skip it in the BSP URL.

Ciao,

Udo

athavanraja
Active Contributor
0 Kudos

Before creating BSP iview make sure WAS settings are done for system definition in portal.

I see the application name in the URL - hrrcf_start_in

but i dont see the start page you are calling from the URL.

Go to transaction SE80->choose BSP application->enter hrrcf_start_in and click display button , there you should see all the pages.

Regards

Raja

Former Member
0 Kudos

Hi Raja,

Thanks for your mail. When I go to SE80 and then select BSP application from the dropdown, I get HRRCF_START_INT, in the lower dropdown by default. When I click on the display button, in the lower pane I get 2 subnodes under hrrcf_start_int.

1) Controller which when I expand I get application.do

2) Views, which when I expand, I get application.bsp

On double clicking on application.do, I can see the url http://svc1uer:8038/sap/bc/bsp/sap/hrrcf_start_int/application.do.

So is application.do the start page? I tried that also,by giving the start page value as application.do in the BSP iView template, but I get a dialog box saying Incorrect client, name or password. We are using user mapping.

Also when I paste the URL

http://svc1uer.postdk.net:8038/sap/bc/bsp/sap/hrrcf_start_int?sap-client=260&BspClient=260&sap-langu...

in the browser I get a log in dialog for user id and password. I give the same userid and password that I give in the portal, I am able to see the MSS page.

Regards,

Jayesh

athavanraja
Active Contributor
0 Kudos

yes application.do is the start page.

In the BSP iview did you specify the system (system to which this application should connect to).

And also check the system definition, for the maintenance of WAS setting (WAS host and path).

Also for SSO to work make sure that you log on to portal using fully qualified domain name.

Regards

Raja

Former Member
0 Kudos

Thanks Raja. I have tried all the things that you have mentioned.

1) Start page: application.do

2) Yes in the BSP iView I have given the system: UER_260 (As created in system landscape)

3)For WAS settings:

WAS Description: UER

WAS Host Name: svc1uer.postdk.net:8038

WAS Path: (blank) Is there any transaction from where I can get the path? We are using WAS(ABAP).

4) Yes we are using the fully qualified domian name.

But what I noticed is that if I dont use the fully qualified domain name (remove <companyname.net> in the URL), I am able to view the bsp application in the portal, irrespective of the start page value (application.do or ?sap-client=260&BspClient=260&sap-language=DA&BspLanguage=DA).

So how do we make it work with the domain name.

Regards

Jayesh

athavanraja
Active Contributor
0 Kudos

WAS path you can get it from transaction SICF

its sap/bc/bsp/sap

whats the value you have given in BSP application parameter in iview definition?

if the WAS setting is with FQDN and you log onto portal without FQDN then SSO wont work.

<i>But what I noticed is that if I dont use the fully qualified domain name (remove <companyname.net> in the URL), I am able to view the bsp application in the portal, irrespective of the start page value (application.do or ?sap-client=260&BspClient=260&sap-language=DA&BspLanguage=DA).</i>

where did you remove the FQDN?

it can work without giving the start page if the same is maintained in SE80->BSP application->properties->initial BSP

Regards

Raja

/people/mark.finnern/blog/2004/08/10/spread-the-love

Former Member
0 Kudos

Thanks for drawing my attention to that minor detail about rewarding points :).

The url for the portal is :

http://spdeva206.<companyname.net>:50000/irj/portal

It doesnt work.

But if I give

http://spdeva206:50000/irj/portal

I am able to see the bsp page in the portal.

Also application.do is maintained in SE80>BSP application>properties-->initial BSP.

Thanks

Jayesh