<?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: SQ01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq01/m-p/2186544#M465673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2007 11:23:03 GMT</pubDate>
    <dc:creator>kiran_k8</dc:creator>
    <dc:date>2007-06-07T11:23:03Z</dc:date>
    <item>
      <title>SQ01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq01/m-p/2186540#M465669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone here please let  me know how can we use SQ01 step by step?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 12:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sq01/m-p/2186540#M465669</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-04-25T12:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: SQ01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq01/m-p/2186541#M465670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQ01 is for query output...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you need to craete an infoset (SQ02) and assign the infoset to any particular user group SQ03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the infoset is created, then you will define the output in SQ01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 12:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sq01/m-p/2186541#M465670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T12:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: SQ01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq01/m-p/2186542#M465671</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;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/35/26b413afab52b9e10000009b38f974/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/35/26b413afab52b9e10000009b38f974/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Introduction.asp" target="test_blank"&gt;http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Introduction.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step-by-step guide for creating ABAP query&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ab4query.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ab4query.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP query is mostly used by functional consultants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Query &lt;/P&gt;&lt;P&gt;Purpose&lt;/P&gt;&lt;P&gt;The SAP Query application is used to create lists not already contained in the SAP standard system. It has been designed for users with little or no knowledge of the SAP programming language ABAP. SAP Query offers users a broad range of ways to define reporting programs and create different types of reports such as basic lists, statistics, and ranked lists. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;SAP Query's range of functions corresponds to the classical reporting functions available in the system. Requirements in this area such as list, statistic, or ranked list creation can be met using queries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the data required by users for their lists can be selected from any SAP table created by the customer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To define a report, you first have to enter individual texts, such as titles, and select the fields and options which determine the report layout. Then you can edit list display in WYSIWYG mode whenever you want using drag and drop and the other toolbox functions available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Query, as far as I Believe, is the use of select statements in the ABAP Programming. This needs a knowledge of Open SQL commands like Select,UPdtae, Modify etc. This has to be done only by someone who has a little bit of ABAP experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To sum up, SAP queries are readymade programs given by SAP, which the user can use making slight modification like the slection texts, the tables from which the data is to be retrieved and the format in which the data is to be displayed.ABAP queries become imperative when there is no such SAP query existing and also when there is a lot of customizing involved to use a SAP Query directly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use either SQ02 ans SQ01 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or SQVI tr code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more information please go thru this url:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Create_The_Query.asp" target="test_blank"&gt;http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Create_The_Query.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://goldenink.com/abap/sap_query.html" target="test_blank"&gt;http://goldenink.com/abap/sap_query.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this PDF document (starting page 352) perhaps it will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;check the below link will be helpful for u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="578331"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once you create query system generates a report starting with AQZZ/SAPQUERY/ABAGENCY2======= assing this report to tr code for the same&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;reward points &lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 12:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sq01/m-p/2186542#M465671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T12:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: SQ01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq01/m-p/2186543#M465672</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;Plz check out this thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3252052"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if found helpful :).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 12:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sq01/m-p/2186543#M465672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T12:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: SQ01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq01/m-p/2186544#M465673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 11:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sq01/m-p/2186544#M465673</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-06-07T11:23:03Z</dc:date>
    </item>
  </channel>
</rss>

