<?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: screen problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1659146#M292303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;what do you mean set unit without decimals places.&lt;/P&gt;&lt;P&gt;the field us type P decimals places 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Oct 2006 09:13:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-26T09:13:24Z</dc:date>
    <item>
      <title>screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1659144#M292301</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 weird problem , i defined screen with table. &lt;/P&gt;&lt;P&gt;One of the fields is quantity type LFIMG.&lt;/P&gt;&lt;P&gt;We are using BARCODE READER in order to fill the table.&lt;/P&gt;&lt;P&gt;In english logon quantity is OK 1.000, in HEBREW logon,&lt;/P&gt;&lt;P&gt;the screen is from right to left and the quantity is 1000.000&lt;/P&gt;&lt;P&gt;Why is it happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2006 09:08:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1659144#M292301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-26T09:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1659145#M292302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe because you set a unit without decimals ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2006 09:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1659145#M292302</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-10-26T09:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1659146#M292303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;what do you mean set unit without decimals places.&lt;/P&gt;&lt;P&gt;the field us type P decimals places 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2006 09:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1659146#M292303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-26T09:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1659147#M292304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select single * from USR01 where BNAME = SY-UNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  case USR01-DCPFM.&lt;/P&gt;&lt;P&gt;    when 'X'.&lt;/P&gt;&lt;P&gt;      translate L_QNTY1 using ',.'.&lt;/P&gt;&lt;P&gt;      translate L_QNTY2 using ',.'.&lt;/P&gt;&lt;P&gt;    when ' ' .&lt;/P&gt;&lt;P&gt;      translate L_QNTY1 using '.,'.&lt;/P&gt;&lt;P&gt;      translate L_QNTY2 using '.,'.&lt;/P&gt;&lt;P&gt;    when others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2006 09:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1659147#M292304</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-10-26T09:15:42Z</dc:date>
    </item>
  </channel>
</rss>

