<?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: Problem with Currency Field? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency-field/m-p/2201511#M470431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must have declared the field as CHAR locally...&lt;/P&gt;&lt;P&gt;just declare it like .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : var type &amp;lt;some Currency filed from dictionary&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Apr 2007 05:59:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-22T05:59:24Z</dc:date>
    <item>
      <title>Problem with Currency Field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency-field/m-p/2201510#M470430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a currency fields in a Screen, When it's value is null, It is showing me as SPACE. But My requirement is to display 0.00. How can I do this? Please do the favour needful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sathish Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2007 05:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency-field/m-p/2201510#M470430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-22T05:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Currency Field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency-field/m-p/2201511#M470431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must have declared the field as CHAR locally...&lt;/P&gt;&lt;P&gt;just declare it like .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : var type &amp;lt;some Currency filed from dictionary&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2007 05:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency-field/m-p/2201511#M470431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-22T05:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Currency Field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency-field/m-p/2201512#M470432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have declared it as currency only? But it is not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2007 06:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency-field/m-p/2201512#M470432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-22T06:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Currency Field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency-field/m-p/2201513#M470433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;If you are writing a WRITE statement to Output, then you add Currency type along with amount field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;WRITE tbl_bsid-wrbtr TO str_data-amount CURRENCY tbl_bsid-waers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is working.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 10:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency-field/m-p/2201513#M470433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T10:24:28Z</dc:date>
    </item>
  </channel>
</rss>

