<?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: Correcting the value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474023#M835070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the value in the debug mode for both the program and the script form. &lt;/P&gt;&lt;P&gt;The value for the field till that particular text element is 126048.52&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the form debug mode it takes the value as 12604852.&lt;/P&gt;&lt;P&gt;So even if I specify &amp;amp;KWERT(.2)&amp;amp;, it gives the value as 12604852.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regard.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Mar 2008 08:34:35 GMT</pubDate>
    <dc:creator>karthik_rajaspic</dc:creator>
    <dc:date>2008-03-14T08:34:35Z</dc:date>
    <item>
      <title>Correcting the value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474018#M835065</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;I have a field KWERT which has a value 126048.52 in the program.&lt;/P&gt;&lt;P&gt;But when it is printed using the script, it is displayed as 12604852.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether I need to specify anything near the field in the script form.&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 11:34:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474018#M835065</guid>
      <dc:creator>karthik_rajaspic</dc:creator>
      <dc:date>2008-03-13T11:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting the value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474019#M835066</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;For ur requirement you can use formatting options..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this &amp;amp;table-KWERT&lt;STRONG&gt;(.2&lt;/STRONG&gt;)&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 11:39:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474019#M835066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T11:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting the value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474020#M835067</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;the syntax is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;KWERT(N)&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want two decimal places for your field means give like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;KWERT(.2)&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 11:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474020#M835067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T11:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting the value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474021#M835068</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;try like this &lt;/P&gt;&lt;P&gt;&amp;amp;EKPO-MENGE&amp;amp; -&amp;gt; 1,234.560 &lt;/P&gt;&lt;P&gt;&amp;amp;EKPO-MENGE(.1) -&amp;gt; 1,234.6 &lt;/P&gt;&lt;P&gt;&amp;amp;EKPO-MENGE&amp;amp;(.4) -&amp;gt; 1,234.5600 &lt;/P&gt;&lt;P&gt;&amp;amp;EKPO-MENGE&amp;amp;(.0) -&amp;gt; 1,235 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more info&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="130102"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 11:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474021#M835068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T11:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting the value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474022#M835069</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;&lt;/P&gt;&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the ideas did not work.&lt;/P&gt;&lt;P&gt;The dictionary specification shows that it has a total length of 17 with 2 for decimals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked in the debugging mode. Till the CLOSE FORM, it gives 126048.52.&lt;/P&gt;&lt;P&gt;But in the debug mode for form, it is taking as 12604852.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regard.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 11:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474022#M835069</guid>
      <dc:creator>karthik_rajaspic</dc:creator>
      <dc:date>2008-03-13T11:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting the value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474023#M835070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the value in the debug mode for both the program and the script form. &lt;/P&gt;&lt;P&gt;The value for the field till that particular text element is 126048.52&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the form debug mode it takes the value as 12604852.&lt;/P&gt;&lt;P&gt;So even if I specify &amp;amp;KWERT(.2)&amp;amp;, it gives the value as 12604852.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regard.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 08:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474023#M835070</guid>
      <dc:creator>karthik_rajaspic</dc:creator>
      <dc:date>2008-03-14T08:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting the value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474024#M835071</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;&lt;/P&gt;&lt;P&gt;Thanks a lot for your answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 05:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-the-value/m-p/3474024#M835071</guid>
      <dc:creator>karthik_rajaspic</dc:creator>
      <dc:date>2008-04-03T05:14:13Z</dc:date>
    </item>
  </channel>
</rss>

