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

SQVI - Quick view modification

od_manikandan
Active Contributor
0 Likes
1,873

Hai,

How to modify a SQVI Quick view created by other user - User ID is Different.

and Where to see the list of all Quick views created by users.

Thanks and Regards,

Mani

6 REPLIES 6
Read only

brad_bohn
Active Contributor
0 Likes
1,112

You don't modify other user's quickviews. If you need the same query available to others, convert it to a query. Each user has his/her own SYSTQV* infoset. You can find them with fm RSAQ_IMPORT_USERGROUP_CATALOG and read more detail with the other RSAQ* functions.

Read only

0 Likes
1,112

Dear Mr Brad Bohn,

Thank you very much for your response.

Here issue is:

Our functional team members create the quick view by joining tables and now problem is one of the user resigned.

And new functional team member wants to check/modify the quick view in his new user ID.

So is it possible to get those quick views created by first user?

Regards,

Mani

Read only

brad_bohn
Active Contributor
0 Likes
1,112

Use SQ01 to convert the quickview to a query.

Read only

0 Likes
1,112

Hai ,

How to get the quick view name of other user id.

Read only

brad_bohn
Active Contributor
0 Likes
1,112

In the SQ01 menu function for quickview conversion, you enter the user ID (by default it is your own ID). The quick view search help lists the quick views for that user ID specified.

Read only

0 Likes
1,112

Thank you very much.

Mani