cancel
Showing results for 
Search instead for 
Did you mean: 

How to create basis user group in other system in ABAP program

Former Member
0 Kudos

Hi,

I am writing a ABAP program to create user groups in multiple system through central system solman. Is there any BAPI or RFC available for creating User group just like user creation BAPI_USER_CREATE1 in various system from central system ?

Or any other idea to create/delete/Modify user group in RFC system programmatically ?

Best Regards,

Ashok

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Hebbert,

Through program in CUA system I have to create around 60 user groups in various system and RFC connection is already set up.

any BAPI or RFC available for user group creation ? For user creation I have used BAPI_USER_CREATION1.

Best Regards,

Ashok

Colleen
Advisor
Advisor
0 Kudos

In each child system you can set cua parameters in table prgn_cust to automatically create user group if it doesn't exist when user is distributed. No code required

Look on table ssm_cid for cua* parameters

Colleen
Advisor
Advisor
0 Kudos

Cua_usergroup_check and you can set value of C for create (there is a note for setting)

Answers (1)

Answers (1)

Colleen
Advisor
Advisor
0 Kudos

why not just configure cua?