<?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 display without decimals in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-without-decimals/m-p/2126492#M446520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a report where the fields are displayed with the decimal places. these fileds are common sap fields like LOT SIZE, STOCK QUANTITY, SALES QUANTITY, etc..&lt;/P&gt;&lt;P&gt;now, i need to display these fields without decimals. so, pls give me the steps how to change the internal table fields. also, pls mention whether we have to chnage these internal table fields just before writing the write statement (we write loop stmt first, then read stmt and then write stmt) or we have to change the fileds even before loop stmt.&lt;/P&gt;&lt;P&gt;pls give me example steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2007 17:22:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-11T17:22:16Z</dc:date>
    <item>
      <title>display without decimals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-without-decimals/m-p/2126492#M446520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a report where the fields are displayed with the decimal places. these fileds are common sap fields like LOT SIZE, STOCK QUANTITY, SALES QUANTITY, etc..&lt;/P&gt;&lt;P&gt;now, i need to display these fields without decimals. so, pls give me the steps how to change the internal table fields. also, pls mention whether we have to chnage these internal table fields just before writing the write statement (we write loop stmt first, then read stmt and then write stmt) or we have to change the fileds even before loop stmt.&lt;/P&gt;&lt;P&gt;pls give me example steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 17:22:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-without-decimals/m-p/2126492#M446520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T17:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: display without decimals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-without-decimals/m-p/2126493#M446521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have all these fields in an internal table. Then while writing do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at Itab.&lt;/P&gt;&lt;P&gt; write: itab-field decimals 0.&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;satish polu - If resolved, close the thread.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 17:25:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-without-decimals/m-p/2126493#M446521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T17:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: display without decimals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-without-decimals/m-p/2126494#M446522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;          try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          &amp;lt;b&amp;gt;Loop at Itab.&lt;/P&gt;&lt;P&gt;                 write: itab-field no decimals .&lt;/P&gt;&lt;P&gt;           Endloop.&amp;lt;/b&amp;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;reward points if this helps u&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 17:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-without-decimals/m-p/2126494#M446522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T17:49:33Z</dc:date>
    </item>
  </channel>
</rss>

