<?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: Display Float parameter for the Length field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-parameter-for-the-length-field/m-p/6599101#M1437058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Solved..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jan 2010 10:03:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-25T10:03:20Z</dc:date>
    <item>
      <title>Display Float parameter for the Length field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-parameter-for-the-length-field/m-p/6599098#M1437055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to display a Field of type float (for length field ) in order to retrict the user upto specified number of decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen in Forums like : DATA : ZABC type P decimals 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am creating the screen using Dialog programming, hence how do i code for this field??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm unable to place a field on the screen which would restrict for a specific number of decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement : This field is used to enter the length of an equipment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Vidya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 09:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-parameter-for-the-length-field/m-p/6599098#M1437055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T09:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Display Float parameter for the Length field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-parameter-for-the-length-field/m-p/6599099#M1437056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I use the QUAN data type??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 09:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-parameter-for-the-length-field/m-p/6599099#M1437056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T09:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Display Float parameter for the Length field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-parameter-for-the-length-field/m-p/6599100#M1437057</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;As per my understanding your requirement is that you want to create a field on screen (using module pool) so as a user is allowed to enter a number with fixed decimal places liske 12.35, so the user may not be able to enter 12.356, i.e., 3 decimals places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so create an input box in module pool and in its properties select DEC from the dropdown for Format.&lt;/P&gt;&lt;P&gt;Now in your main program declare a varaible with the same name as the input box of type p decimals 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you execute your program and if the user tries to enter a value with decilmal places more than 2, SAP will generate an error message stating the proper format that can be entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 09:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-parameter-for-the-length-field/m-p/6599100#M1437057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T09:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display Float parameter for the Length field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-parameter-for-the-length-field/m-p/6599101#M1437058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Solved..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 10:03:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-parameter-for-the-length-field/m-p/6599101#M1437058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T10:03:20Z</dc:date>
    </item>
  </channel>
</rss>

