Application Development and Automation 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: 
Read only

Update All User queries

former_member2492
Active Participant
0 Likes
2,956

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

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
Read only

former_member1716
Active Contributor
0 Likes
2,842

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.

Read only

0 Likes
2,842

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

Read only

0 Likes
2,842

So create a Batch Input based on Satish proposal

Read only

0 Likes
2,842

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

Read only

0 Likes
2,842

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

Read only

former_member1716
Active Contributor
Read only

0 Likes
2,842

I only have the user name ,not the program gender

Read only

0 Likes
2,842

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

Read only

2,842

Try This

RSAQ_DECODE_REPORT_NAME

Read only

0 Likes
2,842

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