cancel
Showing results for 
Search instead for 
Did you mean: 

Logging to some pages

Former Member
0 Kudos

Hi,

I need some pages to be accessible for everyone without any logging, but some pages should be available after user log-on.

I found some examples in SAP documentation how to access whole BSP application by logging, but not particular HTML pages.

Any suggestions ?

Thanks,

Marian

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

It sounds like maybe you want to do a user switch. You setup an application as anonymous and then at somepoint the user must login to access more details. Sort of the whole catlog is anonymous but you have to login to order situation.

User switching is supported in BSP. Have a look at OSS note 429165 for the details.

athavanraja
Active Contributor
0 Kudos

one way is to hard code the userid and password in the url.

zbsp/nologon.htm?sap-client=<clinet>&sap-userid=<userid>&sap-password=<password>

Regards

Raja