<?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: Help with Custom Screen Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052401#M89523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you define fields for currency, you also have to specify the corresponding currency key field. Add another field for currency key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2005 17:00:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-01T17:00:19Z</dc:date>
    <item>
      <title>Help with Custom Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052399#M89521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating a custom screen with Table Control.  Within this table control, I've a column (output field) for $$ amount and thus I changed the Format of the column to CURR (currency).  However, when I check for any syntax error, the following error message appears:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;"In field IT_ESCHEAT-RWBTR, the currency field is not specified."&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me what it means?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 16:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052399#M89521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T16:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Custom Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052400#M89522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you should give only character field,&lt;/P&gt;&lt;P&gt;Currency fields i also got the same prob once...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to change it to char, when you updating convert to currency..&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 16:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052400#M89522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T16:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Custom Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052401#M89523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you define fields for currency, you also have to specify the corresponding currency key field. Add another field for currency key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 17:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052401#M89523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T17:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Custom Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052402#M89524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the screen attributes for the currency field, you have to specify, on the references tab, a reference field. You can use BKPF-WAERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 17:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052402#M89524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T17:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Custom Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052403#M89525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to Check in the table control By clicking on RWBTR field and change the format attribute to Currency default it will be char,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 17:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052403#M89525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T17:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Custom Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052404#M89526</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;In case of a currency/quantity field alongwith currency key field , you need to provide a format in field attribute, something like this ___.___.___.___,___V .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kalpana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kalpana Tyagi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 17:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052404#M89526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T17:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Custom Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052405#M89527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then Better Switch to Char in screen , in Itab also.&lt;/P&gt;&lt;P&gt;and while updating DB you convert to currency..&lt;/P&gt;&lt;P&gt;hope this will not give you any trouble...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 17:51:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-custom-screen-error/m-p/1052405#M89527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T17:51:05Z</dc:date>
    </item>
  </channel>
</rss>

