<?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: Problems with formatting Layout set. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-formatting-layout-set/m-p/915692#M58071</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;don't know what program calls what layout set. In layout set as in program many things are possible to change the formatting; i.e. in sales documents the formatting may be based on the country specifics for the receiving party.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compare SAP documentation:&lt;/P&gt;&lt;P&gt;The formatting for certain field types depends on the country settings.  These field types include, for example, date fields and number fields that include either a decimal point or the 'thousands' separator character.  The formatting options defined in the user master record are usually the ones used here.  The SET COUNTRY control command can be used to select a formatting option other than that specified in the user master record.  The country-dependent formatting options are stored in the T005X table.&lt;/P&gt;&lt;P&gt;Syntax: &lt;/P&gt;&lt;P&gt;/: SET COUNTRY country_key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't find a solution that way, you may identify the wrongly formatted field and check it's filling and formatting inside SAPscript debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Independent Workbench Consultant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2005 10:32:49 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2005-06-23T10:32:49Z</dc:date>
    <item>
      <title>Problems with formatting Layout set.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-formatting-layout-set/m-p/915689#M58068</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 modified a Layout set and this layout set is called directly by an ABAP program. The problem is with fields that hold a numeric value gets formatted through some thing which I can&amp;#146;t trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10,000.20 -&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt; is displayed like -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt; 10.000,20&lt;/P&gt;&lt;P&gt;500.346 -&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt; is displayed like -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt; 500,346&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you could see the decimal place (&amp;#147;.&amp;#148;) is replaced with comma (&amp;#147;,&amp;#148;). What should I do to get this appear normal. Do remember that the Layout set and the calling ABAP program was not written from scratch by me it was already there and I modified it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should be a flag in the calling program that control this format. Pls I need a answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnkx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2005 03:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-formatting-layout-set/m-p/915689#M58068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-23T03:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with formatting Layout set.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-formatting-layout-set/m-p/915690#M58069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first thing to check would be your user profile settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System --&amp;gt; User Profile --&amp;gt; Own Data &lt;/P&gt;&lt;P&gt;then go to the defaults TAB. Check the Currency format there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2005 03:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-formatting-layout-set/m-p/915690#M58069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-23T03:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with formatting Layout set.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-formatting-layout-set/m-p/915691#M58070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron Rose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked my User Profile under the Defaults Tab the Decimal Notation is set to "1,234,567.89". Yet the problem keeps on poping. It has to do something with the calling Program or Layoutset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2005 03:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-formatting-layout-set/m-p/915691#M58070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-23T03:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with formatting Layout set.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-formatting-layout-set/m-p/915692#M58071</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;don't know what program calls what layout set. In layout set as in program many things are possible to change the formatting; i.e. in sales documents the formatting may be based on the country specifics for the receiving party.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compare SAP documentation:&lt;/P&gt;&lt;P&gt;The formatting for certain field types depends on the country settings.  These field types include, for example, date fields and number fields that include either a decimal point or the 'thousands' separator character.  The formatting options defined in the user master record are usually the ones used here.  The SET COUNTRY control command can be used to select a formatting option other than that specified in the user master record.  The country-dependent formatting options are stored in the T005X table.&lt;/P&gt;&lt;P&gt;Syntax: &lt;/P&gt;&lt;P&gt;/: SET COUNTRY country_key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't find a solution that way, you may identify the wrongly formatted field and check it's filling and formatting inside SAPscript debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Independent Workbench Consultant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2005 10:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-formatting-layout-set/m-p/915692#M58071</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2005-06-23T10:32:49Z</dc:date>
    </item>
  </channel>
</rss>

