<?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 on ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-alv/m-p/1472828#M222030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out with the -(negative) sign of the currency field wheather it is coming in the exact format or not, sometime it happend that the -(negative)sign didn't come properly and it give you the wrong result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2006 11:11:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-30T11:11:45Z</dc:date>
    <item>
      <title>Query on ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-alv/m-p/1472825#M222027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a query on ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When am doing a addition for a currency field with some negative amounts and positive amounts, the Sumation of all amounts are not happening. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please help me on this.&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;Prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 10:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-alv/m-p/1472825#M222027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T10:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Query on ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-alv/m-p/1472826#M222028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Price,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currency field length is 5 chars only.&lt;/P&gt;&lt;P&gt;so when you assign '-10000' value it is goign to take &lt;/P&gt;&lt;P&gt;'-1000' only so check the length while passing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 11:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-alv/m-p/1472826#M222028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T11:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Query on ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-alv/m-p/1472827#M222029</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;In ALV fieldcatalog, please pass the CFIELDNAME and CTABNAME. &lt;/P&gt;&lt;P&gt;CFIELDNAME = Currency Key, &lt;/P&gt;&lt;P&gt;CTABNAME = Currency key table name.&lt;/P&gt;&lt;P&gt;like use below code in the fieldcatalog&lt;/P&gt;&lt;P&gt;LS_FIELDCAT-CFIELDNAME    = 'WAERK'.&lt;/P&gt;&lt;P&gt;LS_FIELDCAT-CTABNAME      = 'VBAP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think summation is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subbarao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 11:10:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-alv/m-p/1472827#M222029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T11:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Query on ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-alv/m-p/1472828#M222030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out with the -(negative) sign of the currency field wheather it is coming in the exact format or not, sometime it happend that the -(negative)sign didn't come properly and it give you the wrong result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 11:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-alv/m-p/1472828#M222030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T11:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Query on ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-alv/m-p/1472829#M222031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prince,&lt;/P&gt;&lt;P&gt;Please check the data type of the field. also make sure that you have set the field DO_SUM to 'X' in the field catlog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 11:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-alv/m-p/1472829#M222031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T11:15:38Z</dc:date>
    </item>
  </channel>
</rss>

