<?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: Issue while entering amount in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-entering-amount/m-p/8068653#M1613352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i wouldnt even try to do that.&lt;/P&gt;&lt;P&gt;If there is a validation of the field that makes sure you dont enter 1000 or more, then it is there for a reason normally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jul 2011 08:10:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-15T08:10:53Z</dc:date>
    <item>
      <title>Issue while entering amount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-entering-amount/m-p/8068651#M1613350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I have a screen where I can enter amount of max 3 numbers ( ex 999 ) . If I give 1000 then it will show error message that too long entry.But  in the database where the amount will store , its length is say numc 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to know is there any way to enter 1000 in the amount fld through screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adv.&lt;/P&gt;&lt;P&gt;A Miter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 07:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-entering-amount/m-p/8068651#M1613350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T07:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while entering amount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-entering-amount/m-p/8068652#M1613351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the length of the field being displayed on screen? is it the same as in Dictionary ( 10 NUMC)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 07:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-entering-amount/m-p/8068652#M1613351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T07:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while entering amount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-entering-amount/m-p/8068653#M1613352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i wouldnt even try to do that.&lt;/P&gt;&lt;P&gt;If there is a validation of the field that makes sure you dont enter 1000 or more, then it is there for a reason normally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 08:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-entering-amount/m-p/8068653#M1613352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T08:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while entering amount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-entering-amount/m-p/8068654#M1613353</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;which data elements are used for the screen field and for the database field?&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 08:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-entering-amount/m-p/8068654#M1613353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T08:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while entering amount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-entering-amount/m-p/8068655#M1613354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You declare properly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example&lt;/P&gt;&lt;P&gt;types: BEGIN OF ITAB,&lt;/P&gt;&lt;P&gt;           KUNNR TYPE KUNNR,&lt;/P&gt;&lt;P&gt;           NAME1 TYPE NAME1,&lt;/P&gt;&lt;P&gt;           END OF ITAB. &lt;/P&gt;&lt;P&gt;Here kunnr(name of the field) type kunnr(data element).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you declare explicitly data element of that particular field its domain  technical characteristics will be automatically acquired by the locally declared field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For amount for example you are using field DMBTR TYPE DMBTR, make sure you have declared Quantity/currency fields in table... as reference table-&amp;gt;t001 and reference field-&amp;gt;waers....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if you are facing the same problem again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 11:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-entering-amount/m-p/8068655#M1613354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T11:18:53Z</dc:date>
    </item>
  </channel>
</rss>

