<?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: Float in parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282572#M1724159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linganathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a custom data element of whatever length you want along with how many ever decimals you need. and declare it as that type. For Ex: if you have created a data element ZDEC of char 13, decimals 5, you can declare your variable say GV_VALUE as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : GV_VALUE TYPE ZDEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps and hope the length of characters after decimal is fixed. If it is fixed and is 3 decimal places, data element MENGE_D. You can also use this domain DEC15_5 to create a data element of 15 char places with 5 decimals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 05:44:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-26T05:44:44Z</dc:date>
    <item>
      <title>Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282568#M1724155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i get the input value 10.12345 ( want full value including all decimals)&amp;nbsp;&amp;nbsp; in parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used :&amp;nbsp; paramaetrs value type F.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But getting error messages.&amp;nbsp;&amp;nbsp; I want to give 10.12345 value in parameters how can i achieve this. Please Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Linganathan.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 05:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282568#M1724155</guid>
      <dc:creator>former_member242166</dc:creator>
      <dc:date>2013-02-26T05:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282569#M1724156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Linganathan,&lt;/P&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;parameters : num &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;p &lt;SPAN class="L0S52"&gt;DECIMALS &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;this will work&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;hope it helps,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Vinoth&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 05:33:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282569#M1724156</guid>
      <dc:creator>vinoth_aruldass</dc:creator>
      <dc:date>2013-02-26T05:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282570#M1724157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you need to specify the decimal as per your need.&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 05:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282570#M1724157</guid>
      <dc:creator>vinoth_aruldass</dc:creator>
      <dc:date>2013-02-26T05:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282571#M1724158</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;You can use packed number as suggested by Vinoth. In your case, you can use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: a type p decimals 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1214/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Purnand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 05:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282571#M1724158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T05:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282572#M1724159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linganathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a custom data element of whatever length you want along with how many ever decimals you need. and declare it as that type. For Ex: if you have created a data element ZDEC of char 13, decimals 5, you can declare your variable say GV_VALUE as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : GV_VALUE TYPE ZDEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps and hope the length of characters after decimal is fixed. If it is fixed and is 3 decimal places, data element MENGE_D. You can also use this domain DEC15_5 to create a data element of 15 char places with 5 decimals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 05:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282572#M1724159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T05:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282573#M1724160</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;&lt;/P&gt;&lt;P&gt;Linganathan has suggested a good method which I also follow. But If you have more than 3 decimal places then follow the procedure which i mentioned because I am not sure of any data element with 5 decimal places. &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1214/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Purnand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 05:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282573#M1724160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T05:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282574#M1724161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Linganathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use parameter TYPE as 'string' or 'C' so that user can enter values like '12356.1245' .&lt;/P&gt;&lt;P&gt;Further if you want use this value as float then you can convert this to float.&lt;/P&gt;&lt;P&gt;Or else if you just want to print this value without any operation then directly you can print it like '12356.1245'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need FM for values conversion then let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudhir Kothavale.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 05:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282574#M1724161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T05:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282575#M1724162</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 don't think its possible with c data type and if he takes string, it would not be feasible as in the output it will show '10.12345' and calculation would be difficult. Why would be require FM for just inputting a packed number? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Purnand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 05:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282575#M1724162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T05:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282576#M1724163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;purnand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your suggestion, &lt;STRONG style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;parameters: a type p decimals 5.&lt;/STRONG&gt; Just put this value and check. On screen it will show you that value with a combination of comma and decimal. To adjust this again you have to change settings through SU01. So If our requirement demand just to display data then type C is ok. I said if we want to do some operation on that data then we have to use some FMs for conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sudhir Kothavale.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 06:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282576#M1724163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T06:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282577#M1724164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what kind of adjustment you are talking about? Why would the input packed decimal value will have to be adjusted?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 06:27:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282577#M1724164</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2013-02-26T06:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282578#M1724165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not showing anything. Its working fine. I am afraid I have not come across with such an issue. Thank you. I will keep it in mind. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1214/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 06:29:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282578#M1724165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T06:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282579#M1724166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;He want to get the input value 10.12345 ( want full value including all decimals)&amp;nbsp;&amp;nbsp; in parameters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I checked with &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;PARAMETER&lt;/SPAN&gt;: num &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; p &lt;SPAN class="L1S52"&gt;decimals&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;then it doesn't&amp;nbsp; allow me to enter 5 numbers(&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;12345&lt;/SPAN&gt; ) after dot. when i put only 3 (i.e. 123) and hit enter &lt;/P&gt;&lt;P&gt;this value is getting displayed as (10.123,00).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be user settings will be different for my system.( I don't have authority to change it.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudhir Kothavale.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 06:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282579#M1724166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T06:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282580#M1724167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Purnand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no data element with decimal 5 places and hence I suggested to create a data element with domain DEC15_5 as the domain has 5 decimal places. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are multiple solutions to an issue, its best to respect and analyze others' solution and use the best out of the suggested ones. Its a good learning for all of us. Hope this helps!&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1214/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 07:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282580#M1724167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T07:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282581#M1724168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linganathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want 10.12345 ( want full value including all decimals) in parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: value TYPE p LENGTH 2 DECIMALS 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can get,&amp;nbsp;&amp;nbsp; value = 10.12345.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bishwajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 07:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282581#M1724168</guid>
      <dc:creator>bishwajit_das</dc:creator>
      <dc:date>2013-02-26T07:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282582#M1724169</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 always respect others solution as I always explore more things. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1214/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Purnand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 07:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282582#M1724169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T07:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282583#M1724170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thanks...Cheers!&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" height="1" src="https://community.sap.com/1214/images/emoticons/happy.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 07:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282583#M1724170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T07:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Float in parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282584#M1724171</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;As suggested by &lt;A __default_attr="516311" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://community.sap.com/" modifiedtitle="true" title="Purnand Dhingra"&gt;, you can use type 'P' (packed decimal) with the specification for the number of decimals you want.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suggested by Former Member, you can create a data element with number of decimals specified but it's not really necessary to create a data element unless you need to use the parameter in method/FM signatures or table fields. If you are not doing anything of this sort, I would suggest using the standard type 'P' in the data declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="411689" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://community.sap.com/"&gt;: Well, the number of decimals has to be specified correctly. You cannot specify it as 2 and then enter a value with 5 decimals points.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 08:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/float-in-parameters/m-p/9282584#M1724171</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2013-02-26T08:11:27Z</dc:date>
    </item>
  </channel>
</rss>

