Application Development 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: 

about SSO

Former Member
0 Kudos

Can anybody tell me where the users of the sap back-end system store?Does portal share its data source with the sap back-end system?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Lei,

The users Data is stored in USRXX TABLES following are some of the examples.

USR01 User master record (runtime data)

USR02 Logon data

USR03 User address data

USR04 User master authorizations

USR05 User Master Parameter ID

USR06 Additional Data per User

In portal you have seperate database for users.

The connectivity from SAP to portal through RFC.

From Portal to SAP its JCO's.

Hope this helps to an extent

Cheers

Soma

4 REPLIES 4

Former Member
0 Kudos

Hi Lei,

The users Data is stored in USRXX TABLES following are some of the examples.

USR01 User master record (runtime data)

USR02 Logon data

USR03 User address data

USR04 User master authorizations

USR05 User Master Parameter ID

USR06 Additional Data per User

In portal you have seperate database for users.

The connectivity from SAP to portal through RFC.

From Portal to SAP its JCO's.

Hope this helps to an extent

Cheers

Soma

tim_alsop
Active Contributor
0 Kudos

If the Portal is installed on a SAP system where the JAVA engine was installed as an "add-in" to an existing ABAP engine, then it is common (but not mandatory) for the user store to be accessed via UME, so that only one user store needs to be maintained. e.g. The user store in the ABAP engine will be accessed when needed by JAVA engine code, such as the Portal.

If however, the JAVA engine which the Portal is installed on is not configured to use UME, then it will have its own user store, which needs to be maintained using different user admin tools.

In either case, the SSO2 tickets issued by one system can be configured to be trusted by others, so it is possible to achieve SSO regardless of the user store used.

Former Member
0 Kudos

Hi,

In portal if the UME is configured with ABAP data store then the user details will be stored in the ABAP system. Otherwise the details will be stored in LDAP / DB.

To know more about on SSO in Portal please, refer the link below.

http://help.sap.com/saphelp_nw70/helpdata/en/89/6eb8deaf2f11d5993700508b6b8b11/frameset.htm

Thanks

R.Murali

Former Member
0 Kudos

thanks a million