<?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 Decimal notation issue in Adobe Forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-issue-in-adobe-forms/m-p/10110212#M1815986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;I'm trying to display a quantity field in adobe form. Its working fine in English (Ex. 5,000)&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;But when I run the same in Spanish(ES), its displaying (5.000) even the user profile decimal notation is (1&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;,&lt;/STRONG&gt;234.56).&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;I want to print the quantity based on user profile settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;I have gone through the other threads in SCN, but most of them suggest to use pattern (1,234) like that - but if I change user profile settings then pattern only work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Any one please help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Feb 2014 06:08:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-02-13T06:08:19Z</dc:date>
    <item>
      <title>Decimal notation issue in Adobe Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-issue-in-adobe-forms/m-p/10110212#M1815986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;I'm trying to display a quantity field in adobe form. Its working fine in English (Ex. 5,000)&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;But when I run the same in Spanish(ES), its displaying (5.000) even the user profile decimal notation is (1&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;,&lt;/STRONG&gt;234.56).&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;I want to print the quantity based on user profile settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;I have gone through the other threads in SCN, but most of them suggest to use pattern (1,234) like that - but if I change user profile settings then pattern only work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Any one please help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 06:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-issue-in-adobe-forms/m-p/10110212#M1815986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-13T06:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal notation issue in Adobe Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-issue-in-adobe-forms/m-p/10110213#M1815987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using a QUANTITY type field, use a character field to write in your adobe forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Transfer your quantity to a string/character type field.&lt;/P&gt;&lt;P&gt;2. Next thing you do, you get the information of the user's Decimal point format via USR01 - &lt;SPAN style="font-size: 10pt;"&gt;Then try to format it that way. &lt;/SPAN&gt;A little coding will do.&lt;/P&gt;&lt;P&gt;3. Before you even pass it to the interface, initialize your quantity to a your desired decimal point format and pass a character-type field. OR You can also do it inside the interface code initialization, just add global variable you can use in your form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 09:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-issue-in-adobe-forms/m-p/10110213#M1815987</guid>
      <dc:creator>former_member76372</dc:creator>
      <dc:date>2014-02-13T09:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal notation issue in Adobe Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-issue-in-adobe-forms/m-p/10110214#M1815988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will presume that you are trying to print the same example in both languages. One way this issue would have been replicated is that if there are two documents with two different currencies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the initialization part of the form write the statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET COUNTRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would override all decimal and date formats and use the ones mentioned in the user profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 12:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-issue-in-adobe-forms/m-p/10110214#M1815988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-13T12:23:01Z</dc:date>
    </item>
  </channel>
</rss>

