<?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 while adding qty in a different format it's getting dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-adding-qty-in-a-different-format-it-s-getting-dump/m-p/6977632#M1492208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   While calculation i got the value of for variable like as follows:&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;   i_write_record-import_intrans_amt = 00000000000,00+ (We are concatenate + or - after the qty based on condition)&lt;/P&gt;&lt;P&gt;   i_write_record-sub_intrans_amt     = 00000000000,00+ (We are concatenate + or - after the qty based on condition)    &lt;/P&gt;&lt;P&gt;   i_write_record-wh_trf_amt             = 00000000000,00+ (We are concatenate + or - after the qty based on condition)&lt;/P&gt;&lt;P&gt;   i_write_record-outstanding_recd_amt = 00000000000,00+ (We are concatenate + or - after the qty based on condition)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above mentioned all variables defined in CHAR and l_calc_amt TYPE mard-labst.&lt;/P&gt;&lt;P&gt;(for example the value comes from mard-labst = 3.060,000   )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; l_calc_amt = i_write_record-import_intrans_amt&lt;/P&gt;&lt;P&gt;                             + i_write_record-sub_intrans_amt&lt;/P&gt;&lt;P&gt;                             + i_write_record-wh_trf_amt&lt;/P&gt;&lt;P&gt;                             + i_write_record-outstanding_recd_amt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; After this logic its going into dump saying that unable to intertpret 00000000000,00+.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case what we can do. Please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jun 2010 12:17:04 GMT</pubDate>
    <dc:creator>abhishekjain</dc:creator>
    <dc:date>2010-06-08T12:17:04Z</dc:date>
    <item>
      <title>while adding qty in a different format it's getting dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-adding-qty-in-a-different-format-it-s-getting-dump/m-p/6977632#M1492208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   While calculation i got the value of for variable like as follows:&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;   i_write_record-import_intrans_amt = 00000000000,00+ (We are concatenate + or - after the qty based on condition)&lt;/P&gt;&lt;P&gt;   i_write_record-sub_intrans_amt     = 00000000000,00+ (We are concatenate + or - after the qty based on condition)    &lt;/P&gt;&lt;P&gt;   i_write_record-wh_trf_amt             = 00000000000,00+ (We are concatenate + or - after the qty based on condition)&lt;/P&gt;&lt;P&gt;   i_write_record-outstanding_recd_amt = 00000000000,00+ (We are concatenate + or - after the qty based on condition)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above mentioned all variables defined in CHAR and l_calc_amt TYPE mard-labst.&lt;/P&gt;&lt;P&gt;(for example the value comes from mard-labst = 3.060,000   )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; l_calc_amt = i_write_record-import_intrans_amt&lt;/P&gt;&lt;P&gt;                             + i_write_record-sub_intrans_amt&lt;/P&gt;&lt;P&gt;                             + i_write_record-wh_trf_amt&lt;/P&gt;&lt;P&gt;                             + i_write_record-outstanding_recd_amt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; After this logic its going into dump saying that unable to intertpret 00000000000,00+.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case what we can do. Please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 12:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-adding-qty-in-a-different-format-it-s-getting-dump/m-p/6977632#M1492208</guid>
      <dc:creator>abhishekjain</dc:creator>
      <dc:date>2010-06-08T12:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: while adding qty in a different format it's getting dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-adding-qty-in-a-different-format-it-s-getting-dump/m-p/6977633#M1492209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see the domain of labst is 13 with 3 decimal places.. so can you change the value and reduce the no of zeros in debugging and den its working fine.&lt;/P&gt;&lt;P&gt;You can also use move statement to assign value to fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: Move var1 to var2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Navin Fernandes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 13:22:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-adding-qty-in-a-different-format-it-s-getting-dump/m-p/6977633#M1492209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-08T13:22:19Z</dc:date>
    </item>
  </channel>
</rss>

