<?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: -ve sign missing while downloading in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-missing-while-downloading/m-p/4688901#M1102171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you sure , double check it once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2008 08:41:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-04T08:41:54Z</dc:date>
    <item>
      <title>-ve sign missing while downloading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-missing-while-downloading/m-p/4688900#M1102170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;   I am working on  ALV using oops concepts. I am not getting the -ve sign of amounts while downloading data to excel sheet. It is shown in ALV output correctly. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 07:23:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-missing-while-downloading/m-p/4688900#M1102170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T07:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: -ve sign missing while downloading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-missing-while-downloading/m-p/4688901#M1102171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you sure , double check it once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 08:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-missing-while-downloading/m-p/4688901#M1102171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T08:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: -ve sign missing while downloading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-missing-while-downloading/m-p/4688902#M1102172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay,&lt;/P&gt;&lt;P&gt; -ve sign is missing. i have checked it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 08:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-missing-while-downloading/m-p/4688902#M1102172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T08:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: -ve sign missing while downloading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-missing-while-downloading/m-p/4688903#M1102173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayasri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           I will tell a scenario where i downloaded the values in an excel sheet with negative sign at the end instead at the front. e.g 4551653-. But this negative sign appeared automatically after downloading.I have to display this negative sign at the front.For this i have used the following function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        IF &amp;lt;source-field&amp;gt; LT 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          MOVE &amp;lt;source-field&amp;gt; TO w_negative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CALL FUNCTION 'CLOI_PUT_SIGN_IN_FRONT'&lt;/P&gt;&lt;P&gt;            CHANGING&lt;/P&gt;&lt;P&gt;              value = w_negative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          MOVE w_negative TO &amp;lt;target-field&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CLEAR w_negative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          MOVE &amp;lt;source-field&amp;gt; TO &amp;lt;target-field&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I guess you can use this code before calling your function module for downloading. Pass the table after appending this field value with negative sign to the download function module.Hope it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sasikala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 09:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-missing-while-downloading/m-p/4688903#M1102173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T09:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: -ve sign missing while downloading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-missing-while-downloading/m-p/4688904#M1102174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, my problem is solved. I have used REUSE_ALV_GRID_DISPLAY.Then automatically my problem is solved . Earlier it was developed with oops concepts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 07:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-missing-while-downloading/m-p/4688904#M1102174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T07:21:44Z</dc:date>
    </item>
  </channel>
</rss>

