cancel
Showing results for 
Search instead for 
Did you mean: 

User Default

former_member193066
Active Contributor
0 Kudos

Hello,

I want to set User default for User id provisioning.

Like if user id is ABC and system should provision

ABC in ECC

XYZ in SRM

AB1 in SCM.

Regards,

Prasant

Accepted Solutions (1)

Accepted Solutions (1)

former_member204479
Active Participant
0 Kudos

Hi Prasant,

If I understand correctly you want to decide on a default ID based on the user ID + System combination?

You can do it, the basic construct is in the link provided by Pawan above. The extra you would need is probably the "request attribute" structure in your context of function, from where you can pick up the user id data. The system can be picked up from the "connector" field of the "line item" structure.

Although, why would you want to do something like this? I mean defaults per user would lead to a enormous decision table and increased maintenance problems. Of-course, If this requirement is for a couple of special user IDs then it is understandable.

Let me know if this works!

Thanks

Sammukh

former_member193066
Active Contributor
0 Kudos

My client has 2 company and both are integrated to GRC 10.1

now in future they will go with personal number as SAP ID.

they have multiple systems, like ECC,2 HR,SRM etc.

but every user has different user id in different systems.

They are not willing to make a entry in LDAP for storing sap user id.

so deciding that, if we can have user default settings maintained .

i can use personal number as SAP User id feild.

when they logon using LDAP thier SAP User ID will be personal number, even for existing user. and for existing users it should provision thier old ids.

Regards,

Prasant

former_member193066
Active Contributor
0 Kudos

Issue resolved.

What i did is maintained user default for connector.

then maintained master user id's.

The wentt to BRF+ application for user default.

created a DB look for table gracuser map.

then used the BRF+ db lookup indecision table against userdefault id.

Regards,

Prasant

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prasant,

Please check the below link and see if this is of any help to you.

Thanks,

Pawan