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: 

Assigning multiple roles using SCAT or SECATT

Former Member
0 Kudos

Hi,

Please some one help me in adding multiple roles using SCAT or SECATT for the users.

For example:

I need to create user1 and assign two roles for him and then

I need to create second user and assign three roles and

for third user I need to assign only one role.

Am able to create users but unable to assign different number of roles?

Thanks,

Saga

Edited by: sagarika emmadi on May 29, 2008 12:12 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sagarika,

Just split them into two tasks -

1. To just create the users

2. To just assign one role to a user at a time (no complexities of variable assignments)

Simple solution

Cheers

Abhishek

4 REPLIES 4

Former Member
0 Kudos

Hi Sagarika,

Just split them into two tasks -

1. To just create the users

2. To just assign one role to a user at a time (no complexities of variable assignments)

Simple solution

Cheers

Abhishek

0 Kudos

When assigning roles to uses in a CATT or SECATT be sure not to use the first line in the screen as it will overwrite the entry. use a number of page down entries first

0 Kudos

A slightly slower alternative to paging down is to use SU10 for the assignment as it will append the roles onto whatever you already have. Each line in the script has userID + role, that way you can easily assign 1 or 100 roles.

0 Kudos

Hi Alex, Auke

That is a very good point!

I had learned this by thinking all possible complex algorithms in SU01 to avoid overwriting existing roles in SU01

LOL

Then i figured, SU10 CATT is easier 😛 Not too slow too....... but ..a hell lot easier!

Sometimes we focus on the problem, not the solution !

-Abhishek

Edited by: Abhishek Belokar on May 29, 2008 6:10 PM