cancel
Showing results for 
Search instead for 
Did you mean: 

User id Determination

former_member193066
Active Contributor
0 Kudos

Hello,

Need to understand a logic out here .

I need system to populate user id automatically.

If i create access request the user id should be Lastname +1 numeric(if exist should be Lastname+2)

that too based on company (like Company A should be like above and company B should be Lastname +P

Regards,

Prasant

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prasant,

This can be achieved by enhancing the method  CREATE( ) in component controller of GRAC_UIBB_ACCESS_REQUEST webdynpro component.

Take a help of ABAP'er and ask him to write a logic to pass user id as per your requirement.

Thanks

KH

former_member193066
Active Contributor
0 Kudos

I was hoping if we can use User default to achieve this?

I there a way for user default as well.

Regards,

Prasant

Former Member
0 Kudos

Hi Prasant,

We can also default user as well based on logged in user( i.e sy-uname).

Thanks

KH

former_member184114
Active Contributor
0 Kudos

Prashant,

I believe this is related to some logic. I doubt if we have something standard configuration to achieve this.  As suggested by Katrice, this needs to be done with custom development.

Regards,

Faisal

former_member193066
Active Contributor
0 Kudos

any idea..

i went inside standard User default.. its confusing..

never tried user default earlier.

any suggestion appreciated.

Regards,

Prasant

Former Member
0 Kudos

Hi Prasant,

Take a help of ABAP'er who can help you out.For any queries, you can always revert back so that we can help you out.

Always happy to help you

Thanks

KH

former_member193066
Active Contributor
0 Kudos

I am using different method.. used LDAP admin tool to find out attributes that can be mapped.

our ldap team will maintain user id in the attribute i will map that to SAP_USER_ID feild.

Regards,

Prasant

Answers (0)