<?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: report programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-programming/m-p/3184381#M758210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we may find the same functionality,but if it is required for you to add one more field to it which is considerably in another table and generate a report, customised reporting gives the ability to report on additional fields at our discretion, shifts the report maintenance burden , saving SAP support groups time . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP/4 Query :&lt;/P&gt;&lt;P&gt;Many times a need arises for SAP Users and Functional Consultants to generate quick reports without getting any ABAP coding done &amp;#150; time taken to complete the coding in development, transport and test it in QA system and then transport to production &amp;#150; is sometimes too long. In such cases, ABAP/4 query is a tool provided by SAP for generating these kind of reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every business is unique and SAP provides reporting tools for its users.  For simple reports, you can used the ABAP/4 Query instead of writing reporting programs.  If the reports specifications is not very complex, using the query will save you a lot of time. In the query, you can create your own calculation variable, define the sorting criteria, define the field arrangement and define whether you want to have totals. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The advantage with ABAP QUERY is logic required for classic &amp;amp; interactive reports system design automatically 80%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to create abap queries we follow certain steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQ02 - Create the Functional Areas &lt;/P&gt;&lt;P&gt;SQ02 - Assign to User groups &lt;/P&gt;&lt;P&gt;SQ00 - Create the Basic Lists/Statistic/Ranked List &lt;/P&gt;&lt;P&gt;Basic Lists are details reports.  Every records in the table are printed. &lt;/P&gt;&lt;P&gt;Statistic are summary reports.  The records with the same keys are group together. &lt;/P&gt;&lt;P&gt;Ranked list are ranking report.  e.g. The top 10 sales values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for further queries please revert back and  go through the following links:&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;A href="http://www.sap-basis-abap.com/sapqu001.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapqu001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward if helps,&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Dec 2007 05:43:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-27T05:43:43Z</dc:date>
    <item>
      <title>report programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-programming/m-p/3184378#M758207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;             There r so many predefined abap reports for all functionalities.&lt;/P&gt;&lt;P&gt;Again y v need to write our own reports .Actually I want to know the difference between them/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the differences between SAP Query and report programming&lt;/P&gt;&lt;P&gt;y v use them w&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 07:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-programming/m-p/3184378#M758207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T07:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: report programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-programming/m-p/3184379#M758208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are predefined reports in abap,but they are created for specific functionalities using the master data or the data which doesnt change frequently.but when we come across a scenario  where the data changes frequently for example in sales,every item sales and purchases vary with time,so to get the information of the sales of particular itam we write a report using the standard formats...&lt;/P&gt;&lt;P&gt;sap query: sap query is used to fetch the data from the data base tables..we create a report using the data available in the data base by retrieving it using the query..&lt;/P&gt;&lt;P&gt;if any doubts please revert back,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful,&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 07:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-programming/m-p/3184379#M758208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T07:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: report programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-programming/m-p/3184380#M758209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u for responding but I am still not satisfied with ur answer.&lt;/P&gt;&lt;P&gt;Recently I was asked this question in TCS.&lt;/P&gt;&lt;P&gt;He told me that All predefined reports have the functionality what v r developing with oue own code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;n the second one, u misunderstood me . I am asking abt   ABAP Query, The functional people will use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 05:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-programming/m-p/3184380#M758209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T05:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: report programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-programming/m-p/3184381#M758210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we may find the same functionality,but if it is required for you to add one more field to it which is considerably in another table and generate a report, customised reporting gives the ability to report on additional fields at our discretion, shifts the report maintenance burden , saving SAP support groups time . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP/4 Query :&lt;/P&gt;&lt;P&gt;Many times a need arises for SAP Users and Functional Consultants to generate quick reports without getting any ABAP coding done &amp;#150; time taken to complete the coding in development, transport and test it in QA system and then transport to production &amp;#150; is sometimes too long. In such cases, ABAP/4 query is a tool provided by SAP for generating these kind of reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every business is unique and SAP provides reporting tools for its users.  For simple reports, you can used the ABAP/4 Query instead of writing reporting programs.  If the reports specifications is not very complex, using the query will save you a lot of time. In the query, you can create your own calculation variable, define the sorting criteria, define the field arrangement and define whether you want to have totals. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The advantage with ABAP QUERY is logic required for classic &amp;amp; interactive reports system design automatically 80%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to create abap queries we follow certain steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQ02 - Create the Functional Areas &lt;/P&gt;&lt;P&gt;SQ02 - Assign to User groups &lt;/P&gt;&lt;P&gt;SQ00 - Create the Basic Lists/Statistic/Ranked List &lt;/P&gt;&lt;P&gt;Basic Lists are details reports.  Every records in the table are printed. &lt;/P&gt;&lt;P&gt;Statistic are summary reports.  The records with the same keys are group together. &lt;/P&gt;&lt;P&gt;Ranked list are ranking report.  e.g. The top 10 sales values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for further queries please revert back and  go through the following links:&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;A href="http://www.sap-basis-abap.com/sapqu001.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapqu001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward if helps,&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 05:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-programming/m-p/3184381#M758210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T05:43:43Z</dc:date>
    </item>
  </channel>
</rss>

