<?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: ALV grid using Object oriented programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-object-oriented-programming/m-p/1789076#M339562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whichever fields you need sub totals populate those filed name s in the sort table&lt;/P&gt;&lt;P&gt;and for which you want totals put do_sum = 'X' for that field in the fieldcatalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 09:52:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-11T09:52:41Z</dc:date>
    <item>
      <title>ALV grid using Object oriented programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-object-oriented-programming/m-p/1789073#M339559</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;I need to display a report with 14 fields of which some fields need sub totals and some fields need average values and some other fields require both subtotals and totals. But if I need only the subtotals. I'm not able to find a way for doing so. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Radhika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 09:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-object-oriented-programming/m-p/1789073#M339559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T09:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid using Object oriented programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-object-oriented-programming/m-p/1789074#M339560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to specify DO_SUM = X for the fields which you want to totalled or sub-totalled and set DO_SUM = C for getting the average of the field. This needs to be done in the field catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, specify the SORT criteria for the doing the sub-totals in the IT_SORT table, of the SET_TABLE method or the user can do that himself in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 09:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-object-oriented-programming/m-p/1789074#M339560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T09:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid using Object oriented programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-object-oriented-programming/m-p/1789075#M339561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need 'subtotals only' for some fields, but subtotals and totals for other fields. My problem is which option do I need to check to get only subtotals for some fields and subtotals and totals for the other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Radhika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 09:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-object-oriented-programming/m-p/1789075#M339561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T09:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid using Object oriented programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-object-oriented-programming/m-p/1789076#M339562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whichever fields you need sub totals populate those filed name s in the sort table&lt;/P&gt;&lt;P&gt;and for which you want totals put do_sum = 'X' for that field in the fieldcatalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 09:52:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-object-oriented-programming/m-p/1789076#M339562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T09:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid using Object oriented programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-object-oriented-programming/m-p/1789077#M339563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radhika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 . those u need only subtotals , Specify those fields in the sort table and give SUBTOT = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2, Those u need both subtotals and totals specify them in the sort table and also in the fieldcatalog DO_SUM = 'X' for those fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 09:55:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-object-oriented-programming/m-p/1789077#M339563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T09:55:55Z</dc:date>
    </item>
  </channel>
</rss>

