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: 

Update All User queries

former_member2492
Active Participant
0 Kudos

Hello,

I am trying to update all queries of a user programmatically.

I am trying to change the username of the user,in all his queries.Most of the queries in are saved in the client-specific area and not in the global area.

Unfortunately I have not been able to find way.

Please let me know if you have any information.

Thank You

10 REPLIES 10

former_member1716
Active Contributor
0 Kudos

Hello,

You have to move the Query to Global Area. For this follow the below steps:

Execute T-Code SQ02

Input the required Infoset

Now reach out to Environment from menu BAR and click on transports.

You will get below screen, Now you have all the possible options with respect to transport for a query.

0 Kudos

I have requested for a way to do this programatically...

0 Kudos

So create a Batch Input based on Satish proposal

0 Kudos

Frederic Girod I have also to catch the errors,how will do that ?

0 Kudos

do you know any FM that finds all queries that a user has?

0 Kudos

I only have the user name ,not the program gender

0 Kudos

a function module that finds out all queries that belong to a user would be apricciated

Try This

RSAQ_DECODE_REPORT_NAME

0 Kudos

this is for the report however I can not find the author