<?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-Data in SALV Table without Exponent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-data-in-salv-table-without-exponent/m-p/10530772#M1855141</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 try with method SET_DECFLOAT_STYLE of the class CL_SALV_COLUMN.&lt;/P&gt;&lt;P&gt;Try passing value&amp;nbsp; '00' or '01' in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try method SET_EDIT_MASK where a subroutine name has to be passed which is in your program. In the sub routine you can convert the float values to numeric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Aug 2014 08:43:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-08-14T08:43:35Z</dc:date>
    <item>
      <title>Display Float-Data in SALV Table without Exponent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-data-in-salv-table-without-exponent/m-p/10530770#M1855139</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' looking for a method to display float-data in an CL_SALV_TABLE without the exponent.&lt;/P&gt;&lt;P&gt;My user can't live with values like "Work = 6.00E+01 and Work per week = 4.72E+00".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the ALV Grid (cl_gui_alv_grid) you can modify the&amp;nbsp; fieldcat to suppress the exponent (ls_fieldcat-Exponent = 0.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how I can suppress the exponent in the salv_table? I&amp;nbsp; could not find an method in the CL_SALV_COLUMN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards form Hanover/Germany&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Armin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 08:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-data-in-salv-table-without-exponent/m-p/10530770#M1855139</guid>
      <dc:creator>former_member385041</dc:creator>
      <dc:date>2014-08-14T08:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Display Float-Data in SALV Table without Exponent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-data-in-salv-table-without-exponent/m-p/10530771#M1855140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Armin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this FM will help you to resolve that issue &lt;STRONG style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;CEVA_CONVERT_FLOAT_TO_CHAR.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link for more Info:&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-43918"&gt;http://scn.sap.com/docs/DOC-43918&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;vidyasagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 08:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-data-in-salv-table-without-exponent/m-p/10530771#M1855140</guid>
      <dc:creator>former_member212124</dc:creator>
      <dc:date>2014-08-14T08:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Display Float-Data in SALV Table without Exponent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-data-in-salv-table-without-exponent/m-p/10530772#M1855141</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 try with method SET_DECFLOAT_STYLE of the class CL_SALV_COLUMN.&lt;/P&gt;&lt;P&gt;Try passing value&amp;nbsp; '00' or '01' in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try method SET_EDIT_MASK where a subroutine name has to be passed which is in your program. In the sub routine you can convert the float values to numeric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 08:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-data-in-salv-table-without-exponent/m-p/10530772#M1855141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-14T08:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Display Float-Data in SALV Table without Exponent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-data-in-salv-table-without-exponent/m-p/10530773#M1855142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Armin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you try with method SET_DECFLOAT_STYLE of class CL_SALV_COLUMN which set the property of column . SET_DECFLOAT_STYLE as 01 for normar display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 08:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-data-in-salv-table-without-exponent/m-p/10530773#M1855142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-14T08:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Display Float-Data in SALV Table without Exponent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-data-in-salv-table-without-exponent/m-p/10530774#M1855143</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;the SET_EDIT_MASK method was very helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It took me some time to find out that lr_column-&amp;gt;set_edit_mask( '==DEC2' ) means use function CONVERSATION_EXIT_DEC2_OUTPUT for converting the numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Armin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 09:11:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-data-in-salv-table-without-exponent/m-p/10530774#M1855143</guid>
      <dc:creator>former_member385041</dc:creator>
      <dc:date>2014-08-15T09:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Display Float-Data in SALV Table without Exponent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-data-in-salv-table-without-exponent/m-p/14027488#M2038621</link>
      <description>&lt;P&gt;Helped, thanks...the fm is&amp;nbsp;CONVERSION_EXIT_DEC2_OUTPUT not conversation &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 20:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-float-data-in-salv-table-without-exponent/m-p/14027488#M2038621</guid>
      <dc:creator>jansk</dc:creator>
      <dc:date>2025-02-25T20:35:03Z</dc:date>
    </item>
  </channel>
</rss>

