<?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: Populating Quantity fields in Table Maintainance generator Events. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-quantity-fields-in-table-maintainance-generator-events/m-p/4506365#M1066069</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 reference for the Quantity field is provided in the Custom table. However the value of the Quantity is taken as 0.00 at run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT total.&lt;/P&gt;&lt;P&gt;    IF &amp;lt;action&amp;gt; EQ space.&lt;/P&gt;&lt;P&gt;      l_wa_temp-matnr = total+3(18).&lt;/P&gt;&lt;P&gt;    l_wa_temp-bmenge = total+95(13).&lt;/P&gt;&lt;P&gt;      APPEND  l_wa_temp TO l_i_temp.&lt;/P&gt;&lt;P&gt;      CLEAR l_wa_temp .&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however the  l_wa_temp-bmenge is getting populated as 0.00 however the actual value entered for it is 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anuja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2008 08:07:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-25T08:07:53Z</dc:date>
    <item>
      <title>Populating Quantity fields in Table Maintainance generator Events.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-quantity-fields-in-table-maintainance-generator-events/m-p/4506363#M1066067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a custom table, in that i have to check the material number and the quantity of the previously present entries and current entry which i am adding in the before save event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However in the total table.... The value of material is getting populated correctly but the value of the &lt;STRONG&gt;quantity&lt;/STRONG&gt; is not the actual one which i have entered, It is taking the value &lt;STRONG&gt;0.00&lt;/STRONG&gt; at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me the approach when we have to deal with the Quantity fields in the table events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anuja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 07:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-quantity-fields-in-table-maintainance-generator-events/m-p/4506363#M1066067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T07:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Quantity fields in Table Maintainance generator Events.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-quantity-fields-in-table-maintainance-generator-events/m-p/4506364#M1066068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Quantity field should have quantity reference field. SO make sure with that...&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;Kumar..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 07:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-quantity-fields-in-table-maintainance-generator-events/m-p/4506364#M1066068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T07:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Quantity fields in Table Maintainance generator Events.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-quantity-fields-in-table-maintainance-generator-events/m-p/4506365#M1066069</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 reference for the Quantity field is provided in the Custom table. However the value of the Quantity is taken as 0.00 at run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT total.&lt;/P&gt;&lt;P&gt;    IF &amp;lt;action&amp;gt; EQ space.&lt;/P&gt;&lt;P&gt;      l_wa_temp-matnr = total+3(18).&lt;/P&gt;&lt;P&gt;    l_wa_temp-bmenge = total+95(13).&lt;/P&gt;&lt;P&gt;      APPEND  l_wa_temp TO l_i_temp.&lt;/P&gt;&lt;P&gt;      CLEAR l_wa_temp .&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however the  l_wa_temp-bmenge is getting populated as 0.00 however the actual value entered for it is 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anuja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 08:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-quantity-fields-in-table-maintainance-generator-events/m-p/4506365#M1066069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T08:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Quantity fields in Table Maintainance generator Events.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-quantity-fields-in-table-maintainance-generator-events/m-p/4506366#M1066070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 09:48:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-quantity-fields-in-table-maintainance-generator-events/m-p/4506366#M1066070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-27T09:48:42Z</dc:date>
    </item>
  </channel>
</rss>

