<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Looking a QuickView in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075027#M96000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to change the query areas to global, then you will be able to see them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Oct 2005 22:11:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-22T22:11:06Z</dc:date>
    <item>
      <title>Looking a QuickView</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075018#M95991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a user create a QuickView (SQVI) how another user can see it?. Is there a way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that a user create a QV but, that username was delete and the new user need that QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 14:32:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075018#M95991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T14:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Looking a QuickView</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075019#M95992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have your basis team re-create the delete user.  Then maybe you can access it.  Hopefully you can copy it to the new user then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 14:35:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075019#M95992</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-21T14:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Looking a QuickView</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075020#M95993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Quick Views are stored based on User Groups..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If you know the user group the earlier user belongs to then you can use fm RSAQ_IMPORT_QUERY_CATALOG to get all the quick views created for that user group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  AQLQCAT is the table where these are stored..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  F1 Help from SQVI..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Query: Query name / QuickView name&lt;/P&gt;&lt;P&gt;Fourteen-character query name or QuickView name.&lt;/P&gt;&lt;P&gt;You can use any characters for this name, however, only letters, numbers , and the special character '_' are recommended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Enter here the name of the query that you want to create, edit or execute. This query belongs to the user group specified in the field User group . If you display the possible entries, you get a list of all queries for the specified user group.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dependencies&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;You can execute and maintain queries only in the user groups to which you have been assigned by your system administrator.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The field Query name contains a default value managed in the SAP memory under the parameter ID AQQ and is always updated if you enter a new name. If you predefine the parameter AQQ with the name of a query in your user master record, this query is always displayed as the default when you call ABAP/4 Query for the first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hope this helps..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  Also, function module RSAQ_IMPORT_USERGROUP_CATALOG&lt;/P&gt;&lt;P&gt;  will give you user group for users in table parameter DBBN..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Once you get the user group for the deleted user..try adding the new user to the table DBBN and then call fm &lt;/P&gt;&lt;P&gt;RSAQ_EXPORT_USERGROUP_CATALOG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Then in SQVI, the new user should be able to see queries..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Pinnamaneni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Pinnamaneni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 14:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075020#M95993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T14:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Looking a QuickView</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075021#M95994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, i know which UserGroups has "SD01" (User deleted) and the new user is "MFUNCIONAL", they has different UserGroups but how i can change the MFUNCIONAL'S UserGroups?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 14:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075021#M95994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T14:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Looking a QuickView</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075022#M95995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  This should do it.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, function module RSAQ_IMPORT_USERGROUP_CATALOG&lt;/P&gt;&lt;P&gt;will give you user group for users in table parameter DBBN..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you get the user group for the deleted user..try adding the new user to the table DBBN and then call fm &lt;/P&gt;&lt;P&gt;RSAQ_EXPORT_USERGROUP_CATALOG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave workspace as space..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually change the user groups for new user in the table DBBN and then call RSAQ_EXPORT_USERGROUP_CATALOG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Pinnamaneni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 14:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075022#M95995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T14:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Looking a QuickView</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075023#M95996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table DBBN?. I looking for it in SE11 but is says that doesn't exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok.. i understand what do you mean with the table DBBN... i'm trying right now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Carlos A. Lerzundy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 15:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075023#M95996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T15:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Looking a QuickView</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075024#M95997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry i can't make it work =(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this are the parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETED USER: SD01&lt;/P&gt;&lt;P&gt;UG: SYSTQV000003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEW USER: MFUNCIONAL&lt;/P&gt;&lt;P&gt;SYSTQV000009&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i'm doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Carlos A. Lerzundy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 15:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075024#M95997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T15:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Looking a QuickView</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075025#M95998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Well, i know which UserGroups has "SD01" (User&lt;/P&gt;&lt;P&gt;&amp;gt; deleted) and the new user is "MFUNCIONAL", they has&lt;/P&gt;&lt;P&gt;&amp;gt; different UserGroups but how i can change the&lt;/P&gt;&lt;P&gt;&amp;gt; MFUNCIONAL'S UserGroups?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SQ03. Enter user group of SD01. Click "Assign users and infosets". Inside, enter "MFUNCIONAL" and save it. Now the new user is assigned to the user group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go back to SQVI as the new user, you should now be able to see the query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 19:29:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075025#M95998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T19:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Looking a QuickView</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075026#M95999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Actually it does not work.. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  Srinivas, in SQ03, all the user groups are not showing up. It seems it is only showing the user created user groups (Z&lt;STRONG&gt;) and not the system ones SYSTQ&lt;/STRONG&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  And Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Modify the new user DBBN record as follows..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETED USER: SD01&lt;/P&gt;&lt;P&gt;UG: SYSTQV000003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEW USER: MFUNCIONAL&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SYSTQV000009&amp;lt;/b&amp;gt; to &amp;lt;b&amp;gt;SYSTQV000003&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Pinnamaneni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Pinnamaneni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2005 08:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075026#M95999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-22T08:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Looking a QuickView</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075027#M96000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to change the query areas to global, then you will be able to see them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2005 22:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-a-quickview/m-p/1075027#M96000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-22T22:11:06Z</dc:date>
    </item>
  </channel>
</rss>

