<?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: Message 00088 Amount in Dialog Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-00088-amount-in-dialog-program/m-p/2051634#M423001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More information... The currnecy USD has 4 decimal places, even though the field in the table has 2.  I can convert with no problem, but what happens is that the entry is re-displayed in the format of the currency (4 decimals) by the input field (aka table field) is 2 decinal places.  Therefore, the message as reported above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2007 21:04:06 GMT</pubDate>
    <dc:creator>dean_hinson2</dc:creator>
    <dc:date>2007-03-13T21:04:06Z</dc:date>
    <item>
      <title>Message 00088 Amount in Dialog Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-00088-amount-in-dialog-program/m-p/2051633#M423000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,  I've pulled enough hair out on this and so it is time to post a plea of assistance.  I have been away from dialog programming and am rusty when it comes to handling amounts and currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with these fields....&lt;/P&gt;&lt;P&gt;APPROVAL_MAX	ZEBPAPRVL_MAX	CURR	13&lt;/P&gt;&lt;P&gt;APPROVAL_CURR	WAERS	                CUKY	5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPROVAL_MAX has a reference to APPROVAL_CURR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am trying to enter a value into APPROVAL_MAX like '1' and a value of 'USD" in APPROVAL_CURR, I get a error...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message 00088.  Input must be in the format __,___,___,__~.__&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two fields are in the same CHAIN ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, I am working on an SRM box and there is not T001 table.  So I am not sure what I am doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 14:44:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-00088-amount-in-dialog-program/m-p/2051633#M423000</guid>
      <dc:creator>dean_hinson2</dc:creator>
      <dc:date>2007-03-13T14:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Message 00088 Amount in Dialog Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-00088-amount-in-dialog-program/m-p/2051634#M423001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More information... The currnecy USD has 4 decimal places, even though the field in the table has 2.  I can convert with no problem, but what happens is that the entry is re-displayed in the format of the currency (4 decimals) by the input field (aka table field) is 2 decinal places.  Therefore, the message as reported above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 21:04:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-00088-amount-in-dialog-program/m-p/2051634#M423001</guid>
      <dc:creator>dean_hinson2</dc:creator>
      <dc:date>2007-03-13T21:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Message 00088 Amount in Dialog Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-00088-amount-in-dialog-program/m-p/2051635#M423002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dean,&lt;/P&gt;&lt;P&gt;            Let the screen field be of a numeric character rather than a currency datatype...Once you are done with your formatting at the backend, move it to the screen field which is a numeric character. &lt;/P&gt;&lt;P&gt;You will not any errors in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS : Please reward points if solution is helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 11:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-00088-amount-in-dialog-program/m-p/2051635#M423002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T11:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Message 00088 Amount in Dialog Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-00088-amount-in-dialog-program/m-p/2051636#M423003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I finally found the answer.  I have been out of ABAping for quite sometime and thought I would forget alot of things. Well, this was one of them.  I found an OSS Note to solve my issue...OSS Note 201925 - Using Currency Fields on Screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That Currency Key field needs to be prior to the Currency field in the CHAIN.. ENDCHAIN.  Duh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all who provided any assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 11:11:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-00088-amount-in-dialog-program/m-p/2051636#M423003</guid>
      <dc:creator>dean_hinson2</dc:creator>
      <dc:date>2007-03-16T11:11:29Z</dc:date>
    </item>
  </channel>
</rss>

