<?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 update report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353023#M519606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a report that is new to me. Report shows output using smart form. I need to change the output of total that showa like 5000. i ned to show it with decimals ( 5000.00 ) How do I find the field that show this output and how can I change it.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;khan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2007 08:55:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-04T08:55:53Z</dc:date>
    <item>
      <title>update report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353023#M519606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a report that is new to me. Report shows output using smart form. I need to change the output of total that showa like 5000. i ned to show it with decimals ( 5000.00 ) How do I find the field that show this output and how can I change it.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;khan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 08:55:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353023#M519606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T08:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: update report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353024#M519607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to change the particular smartform, get the smartfrom name and find out the particular feild by searching.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 09:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353024#M519607</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2007-06-04T09:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: update report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353025#M519608</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;Change the declaration of the field to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : p_field type p decimals 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which the 5000 is stored.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sangeetha.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 09:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353025#M519608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T09:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: update report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353026#M519609</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;        If the oupput is printed in ALV and passed to Smartform you can easily find this from the Grid Display. Otherwise Start Debugging and check for all the total fields that is going to smartform.That you can find from the area of call function. Identify this variable and change the declaration from integer to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: dec type p decimals 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get your desired output...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will helps you........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 09:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353026#M519609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T09:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: update report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353027#M519610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Khan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first you have to identify the variable in theprogram which is giving 5000.&lt;/P&gt;&lt;P&gt;let us take p_integer is the variable which is giving 5000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare a temparary variable p_packed as&lt;/P&gt;&lt;P&gt;data: p_packed type p decimals 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assign p_integer to p_packed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p_packed = p_integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jeevi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 09:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353027#M519610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T09:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: update report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353028#M519611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i appritiate ur reply.&lt;/P&gt;&lt;P&gt;                           But i think i am unable to find the variable. is there any possiblity that the variable declared somewhere else in smart form or function module.&lt;/P&gt;&lt;P&gt; plz revert bck soon. Thanks&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="95" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 10:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353028#M519611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T10:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: update report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353029#M519612</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;Do the concatenation,&lt;/P&gt;&lt;P&gt;data : lv_variable(15) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenation p_field  '.00'  to lv_variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the lv_variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 10:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-report/m-p/2353029#M519612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T10:36:42Z</dc:date>
    </item>
  </channel>
</rss>

