Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Single sign on using abap.

Former Member
0 Likes
709

Hi geeks !

I have some queries in single sign on.

using single sign on  we can login without giving user credentials in sap system using SAP PassPorts .

We  can open SAP from browser also , while doing this if we configure this passport into the browser , we need not provide user credentials

each and every time .

Is there a possibility to create a abap program , which creates the SAP Passport which can be used for single sign on ?

Hi geeks !

I have some queries in single sign on.

using single sign on  we can login without giving user credentials in sap system using SAP PassPorts .

We  can open SAP from browser also , while doing this if we configure this passport into the browser , we need not provide user credentials

each and every time .

Is there a possibility to create a abap program , which creates the SAP Passport which can be used for single sign on ?

2 REPLIES 2
Read only

Former Member
0 Likes
605

Hi

I'm not sure of your exact requirement but if you want to open a browser window that contains the SSO logon ticket of the current system then you can use class CL_GUI_HTML_VIEWER. In particular, methods ENABLE_SAPSSO and DETACH_URL_IN_BROWSER should be useful to you. Do a where-used search for these methods and you should find plenty of examples of how to use them.

Regards

Glen

Read only

Former Member
0 Likes
605

Hi Glen ,

Thanks for your reply .

My requirement is , I need to create a abap program which will help the other users to login inside SAP system without giving their user id and Password each time they log in .My program should fecilitate SSO for the SAP system .is that possible