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: 

SQVI - Quick view modification

od_manikandan
Active Contributor
0 Kudos

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

brad_bohn
Active Contributor
0 Kudos

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.

0 Kudos

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

brad_bohn
Active Contributor
0 Kudos

Use SQ01 to convert the quickview to a query.

0 Kudos

Hai ,

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

brad_bohn
Active Contributor
0 Kudos

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.

0 Kudos

Thank you very much.

Mani