cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing BSP Application on Portal without User Authorisations

Former Member
0 Kudos
527

Hi,

I developed an BSP Application for our organisation customers to view about the updates on Development Process. I would like to post some questions on this.

<b>1. Would it be possible to access the BSP Pages without uers authorizations?( The entry page is asking for WAS Uesrid/pwd. Once this entered, the pages are working fine. But I need the Bsp Pages should be worked without usr id/pwd)

2.Is there any method to integrate these BSP pages with our Organisation portal, so that the customers can access these pages through Intranet/internet without USRID/PWD??</b>

I appreciate your suggestions in this regard.

Regards

CSM REDDY

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

You can bypass user name and password screen by giving anonymous login at TX:sicf of your application.

if you want to integerate it to your company portal you can provide a link to this (the complete address) and passing username and password in the url string:

like this:

link_url = 'http://<server>.<domain>:<port>/sap/bc/bsp/sap/<your_application>/<your_page>?sap-user=<userid>&sap-password=<passowrd>'

in this case you need not require anonymous logon.

it will not ask for logon.

regards.

Former Member
0 Kudos

Hi,

Thanks for quick reply. But where should the complete link should be refered or Inserted( link_url = 'http://<server>.<domain>:<port>/sap/bc/bsp/sap/<your_application>/<your_page>?sap-user=<userid>&sap-password=<passowrd>')??

Pls mail me sample code , How to do it??

Regards

CSM REDDY

Former Member
0 Kudos

you have to define a anchor in your main website for this web application

in href of your anchor tag give this path

but remember the server in which your application lise must be accessible from your server where website lies using this server path i.e. 'http://<server>.<domain>:<port>

You will get better info regarding it if you talk to your basis poeple and your system admin of your company portal.

Sorry! at present i dont have any sample code for this.

regards.

Former Member
0 Kudos

Hi Hemendra,

Thank you very much and I will consult my Basis Guys regarding this. I will get back to you if any doubts?

Regards

CSM REDDY

animesh_kumar2
Active Participant
0 Kudos

Hi,

Would it be possible to access the BSP Pages without uers authorizations?

Yes you can do this by selecting anonymous user for your application. Go to transaction SICF choose your BSP application double click and fill anonymous user data for this application.

Path is: In sicf default_host->sap->bc->bsp->sap->applicationname.

Regards,

Animesh

Message was edited by: Animesh Jha