<?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 ON SHOW AMOUNT IN SAMRTFORMS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-show-amount-in-samrtforms/m-p/9757952#M1774969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. If you are using templates or table and if its right aligned ensure that there is adequate space for&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; element.&lt;/P&gt;&lt;P&gt;2. Also, if you have declared amount variable in global definition.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Ensure that you have provided the reference field in currency/quantity fields for amount variable.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; For e.g. for qauntity its meins.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Then use this variable directly in text element.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Sep 2013 20:41:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-29T20:41:03Z</dc:date>
    <item>
      <title>PROBLEM ON SHOW AMOUNT IN SAMRTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-show-amount-in-samrtforms/m-p/9757950#M1774967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi expert.&lt;/P&gt;&lt;P&gt;i have big problem with amount in smartform.&lt;/P&gt;&lt;P&gt;i want to show&amp;nbsp; 582,135 but when system shows 821355 .i don't know why but it seems system shift left 1 time !!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Sep 2013 07:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-show-amount-in-samrtforms/m-p/9757950#M1774967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-29T07:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM ON SHOW AMOUNT IN SAMRTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-show-amount-in-samrtforms/m-p/9757951#M1774968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Try this way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Declare a local variable in Global definitions tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;l_amt type char20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Before you display the amount field, insert a coding node and write the following statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;WRITE &amp;lt;amount field&amp;gt; TO l_amt&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CURRENCY &amp;lt;currency field existing in the table&amp;gt;.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp; CONDENSE l_amt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Insert field&amp;nbsp; l_amt in the corresponding node.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Sep 2013 18:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-show-amount-in-samrtforms/m-p/9757951#M1774968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-29T18:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM ON SHOW AMOUNT IN SAMRTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-show-amount-in-samrtforms/m-p/9757952#M1774969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. If you are using templates or table and if its right aligned ensure that there is adequate space for&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; element.&lt;/P&gt;&lt;P&gt;2. Also, if you have declared amount variable in global definition.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Ensure that you have provided the reference field in currency/quantity fields for amount variable.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; For e.g. for qauntity its meins.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Then use this variable directly in text element.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Sep 2013 20:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-show-amount-in-samrtforms/m-p/9757952#M1774969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-29T20:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM ON SHOW AMOUNT IN SAMRTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-show-amount-in-samrtforms/m-p/9757953#M1774970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Maryam.&lt;/P&gt;&lt;P&gt;It would be better if you let us know details of the &lt;STRONG&gt;variable data type declaration&lt;/STRONG&gt; and how you had &lt;STRONG&gt;inserted it in smartforms&lt;/STRONG&gt;, so that we can find out the root cause of this issue.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 03:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-show-amount-in-samrtforms/m-p/9757953#M1774970</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2013-09-30T03:46:51Z</dc:date>
    </item>
  </channel>
</rss>

