<?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 sum problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993156#M1895884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sangeetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Welcome to SCN...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why-&lt;/P&gt;&lt;P&gt;If make loop in final table if field value initial and fill 'NA' first it gives dump as compatibility problem&lt;/P&gt;&lt;P&gt;second if change amount field to char so we change value to 'NA' then it failed at the time of&amp;nbsp; sum of field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Will Help U&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1249/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Apr 2015 06:20:51 GMT</pubDate>
    <dc:creator>SwadhinGhatuary</dc:creator>
    <dc:date>2015-04-13T06:20:51Z</dc:date>
    <item>
      <title>ALV grid sum problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993154#M1895882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hello guys,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I have requirement like, need to sum a field called price in ALV grid. its type is dec(5,6). already maintained field catlog and checked&amp;nbsp; &lt;SPAN style="color: #333333; font-size: 12px;"&gt;fieldcatalog-do_sum = 'X'. Its working fine but problem is , if the field is 00.00 then i need to set as 'NA'. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 05:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993154#M1895882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-13T05:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid sum problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993155#M1895883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sangeetha,&lt;/P&gt;&lt;P&gt;&amp;nbsp; It is not possible for numeric/currency datatype. If required we can hide 00.00 value in the field, using field catalog attribute &lt;STRONG style="font-family: Arial, Helvetica, 'Microsoft YaHei', Meiryo, 'Malgun Gothic', sans-serif; font-size: 12px; color: #333333; background-color: #f6f6f6;"&gt;&lt;SPAN lang="DE" style="font-family: inherit; font-style: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;NO_ZERO = 'X'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If the field data type is character/string, it is possible to rename 00.00 -&amp;gt; NA, but if you do like that do_sum won't work, summation should be done manually.&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;Rajkumar Narasimman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 06:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993155#M1895883</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2015-04-13T06:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid sum problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993156#M1895884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sangeetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Welcome to SCN...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why-&lt;/P&gt;&lt;P&gt;If make loop in final table if field value initial and fill 'NA' first it gives dump as compatibility problem&lt;/P&gt;&lt;P&gt;second if change amount field to char so we change value to 'NA' then it failed at the time of&amp;nbsp; sum of field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Will Help U&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1249/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 06:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993156#M1895884</guid>
      <dc:creator>SwadhinGhatuary</dc:creator>
      <dc:date>2015-04-13T06:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid sum problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993157#M1895885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yeah i tried with these things, by changing dec to char, it didnt work.i dont want to make it manually, any how we have option called do_sum in field catlog. so its like, maintain 2 fields in output structure and one ref field&amp;nbsp; for doing total sum calculation and other field for display purpose. is it possible in to make it ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 06:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993157#M1895885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-13T06:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid sum problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993158#M1895886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sangeetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems you can not do that. If you set that ref field as 'no_out', then it will not 'do_sum' action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 07:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993158#M1895886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-13T07:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid sum problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993159#M1895887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thanks Dengyong... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 07:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993159#M1895887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-13T07:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid sum problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993160#M1895888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got the solution for this, i have used EDIT MASK in field catalog.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;ls_fieldcat&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;edit_mask &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;'==ZRSCV'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;ZRSCV is custom conversion exit name&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;we can achieve by using this edit mask&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;if its helpful please reward the points.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 06:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-sum-problem/m-p/10993160#M1895888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-15T06:44:27Z</dc:date>
    </item>
  </channel>
</rss>

