<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4384517#M1042879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is  this possible using standard functinality ? If not how do I go about the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes it is possible. Default subtotal can be done with the help of sort table . if you want to do it after the display you can do it manually , Using SUM button on Qty/currency/number fields and Sort and Subtotal can be done in the display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want it to be shown by Default then you have to use &lt;/P&gt;&lt;P&gt;sort table option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;sort-fieldname = 'WERKS'.
sort-up = 'X'.
sort-subtot = 'X'.
append sort to it_sort.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass this it_sort to ALV function parameter IT_SORT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also you need use DO_SUM = 'X' for the Column which you want totals and subtotals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Aug 2008 09:07:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-20T09:07:50Z</dc:date>
    <item>
      <title>ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4384514#M1042876</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 have ALV Report with a default "subtotal" based on the plant field in the report. &lt;/P&gt;&lt;P&gt;Now I want the "subtotal" to be on "profit center" when user sorts the report based on the "profit center" using standard sort button povided by ALV report (interactively). Is this possible using standard functinality ? If not how do I go about the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 08:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4384514#M1042876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T08:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4384515#M1042877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be accomplished by using standard functionality..You need go for anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck,&lt;/P&gt;&lt;P&gt;Bhumika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 08:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4384515#M1042877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T08:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4384516#M1042878</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;User can use standard functionality for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 09:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4384516#M1042878</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2008-08-20T09:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4384517#M1042879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is  this possible using standard functinality ? If not how do I go about the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes it is possible. Default subtotal can be done with the help of sort table . if you want to do it after the display you can do it manually , Using SUM button on Qty/currency/number fields and Sort and Subtotal can be done in the display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want it to be shown by Default then you have to use &lt;/P&gt;&lt;P&gt;sort table option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;sort-fieldname = 'WERKS'.
sort-up = 'X'.
sort-subtot = 'X'.
append sort to it_sort.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass this it_sort to ALV function parameter IT_SORT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also you need use DO_SUM = 'X' for the Column which you want totals and subtotals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 09:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4384517#M1042879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T09:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4384518#M1042880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;Check the program inthis link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/ALV/Subtotals/Define.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/ALV/Subtotals/Define.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Syf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 09:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4384518#M1042880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T09:12:04Z</dc:date>
    </item>
  </channel>
</rss>

