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: 

SQ03 assign query user group to new user

former_member2492
Active Participant
0 Kudos

I am trying to change the user groups that belong a user's query in Standard Area (Client-specific).

To get old users groups I use fm:

RSAQ_IMPORT_USERGROUP_CATALOG

then change DBBN username from old to new using a loop.

Utilize: 1. RSAQ_ENQUEUE_USERGROUP_CATALOG
         2. RSAQ_EXPORT_USERGROUP_CATALOG
         3.RSAQ_DEQUEUE_USERGROUP_CATALOG

Even though the sy-subrc is 0 when I go again ,after I have executed the program, in SQ03 to view groups ,I see that it is still assigned to the old user.

The same happens even when I execute program RSAQUSGR . I do not see the change reflected in SQ03

Is this the correct way? Can someone let me know?

Thank You in advance.

4 REPLIES 4

TammyPowlas
Active Contributor
0 Kudos

I am guessing that your code would only work on client independent; you want to change client specific. Can that just be manually done or?

former_member2492
Active Participant
0 Kudos

Tammy Powlas No,when you use RRSAQUSGR where is the change reflected?in sq03,them are still the same

former_member2492
Active Participant
0 Kudos

tammy.powlas3 I want to change client specific , programatically the code above should do just that,unfortunatelly I do not see it changed.Have you done this before?

TammyPowlas
Active Contributor
0 Kudos

No, I haven't done this before