on 2006 Jan 09 11:30 AM
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
82 | |
12 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.