cancel
Showing results for 
Search instead for 
Did you mean: 

how to make entry into USREXTID for new users maintained in CUA?

paulvipond
Explorer
0 Kudos

Hello,

I am preparing to configure a number of AS ABAP systems as SAML service providers. In our environment we have CUA setup to manage end users in all these systems. For the initial SAML setup I've read how to make mass entries for existing users in table USREXTID so their external SAML ID is mapped to their existing SAP ID.

The scenario I'm wanting to address is how to make entries into table USREXTID when a new user is created in CUA and propagated to child systems. Is there a standard SAP process to deal with this? How could entries be made in table USREXTID for newly created users in an automated process?

Appreciate the help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Bernhard_SAP
Employee
Employee

Hello Paul,

the entry is created automatically if you enter the data into the SNC-Tab in SU01. If you want to update it separately , please have a look at reports the RSUSREXT/RSUSREXTID and the function modules SUSR_USER_EXTID_*.

brgds

Bernhard

paulvipond
Explorer
0 Kudos

Thanks very much Bernhard. I have tested this and confirm it works and meets my needs.

Cheers!