<?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: Query vs Z Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-vs-z-program/m-p/5482837#M1255140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP Reports are Programmes which are used to fetch data from SAP database under specified selection criteria and show in list viewer&lt;/P&gt;&lt;P&gt;ABAP QUERY: These are the report which users can prepare without knowledge of the ABAP programming language to define and execute their own reports. Normally Functional Consultants use these ABAP query tool to create and run simple reports by themselves instead of coding by ABAPer. Its flexible and convinent. However you should be well thorough with different tables to map query and fetch data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2009 11:40:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-20T11:40:31Z</dc:date>
    <item>
      <title>Query vs Z Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-vs-z-program/m-p/5482833#M1255136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell the difference in creating report in Query and Z Program....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijai Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 11:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-vs-z-program/m-p/5482833#M1255136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T11:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Query vs Z Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-vs-z-program/m-p/5482834#M1255137</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;Query will be useful for less number of records as well as the performance also will be less compared to the standard zprogram u write.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 11:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-vs-z-program/m-p/5482834#M1255137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T11:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Query vs Z Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-vs-z-program/m-p/5482835#M1255138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main difference with the select queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the Query the all the select querys will be internally generateda as the SELECT.......ENDSELECT....&lt;/P&gt;&lt;P&gt;which is most performce issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in the Z-Programs we usually write the selct queries as SELECT......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this small info will helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 11:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-vs-z-program/m-p/5482835#M1255138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T11:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Query vs Z Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-vs-z-program/m-p/5482836#M1255139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Zprogram you can handle complex logic, while Query helps you to create report by joining multiple tables. In query also you can add your logic under Infosets --&amp;gt; Extra --&amp;gt; Code, by selecting code section as DATA, START-OF-SELECTION, TOP-OF-PAGE etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 11:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-vs-z-program/m-p/5482836#M1255139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T11:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Query vs Z Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-vs-z-program/m-p/5482837#M1255140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP Reports are Programmes which are used to fetch data from SAP database under specified selection criteria and show in list viewer&lt;/P&gt;&lt;P&gt;ABAP QUERY: These are the report which users can prepare without knowledge of the ABAP programming language to define and execute their own reports. Normally Functional Consultants use these ABAP query tool to create and run simple reports by themselves instead of coding by ABAPer. Its flexible and convinent. However you should be well thorough with different tables to map query and fetch data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 11:40:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-vs-z-program/m-p/5482837#M1255140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T11:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Query vs Z Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-vs-z-program/m-p/5482838#M1255141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP query is for functional consultants andrequires no ABAP knowledge.&lt;/P&gt;&lt;P&gt;Also, It is very easy and quick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 11:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-vs-z-program/m-p/5482838#M1255141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T11:53:17Z</dc:date>
    </item>
  </channel>
</rss>

