<?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: material calculation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-calculation/m-p/1329050#M168120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;It is not ALV, anyhow thanks for the responses. i'll work on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Apr 2006 16:53:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-27T16:53:15Z</dc:date>
    <item>
      <title>material calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-calculation/m-p/1329047#M168117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I need to modify a report, which gives the material quantity with the combination of plant, storage location etc.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i have been asked to do is, after getting the output,i need to put a text box at each material quantity, per each record. i need to enter some value in that each text item and after that i have to calculate the difference between the two in the next screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody help in this regard in logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;-arjun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 15:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-calculation/m-p/1329047#M168117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T15:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: material calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-calculation/m-p/1329048#M168118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are dealing with a editable ALV Grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you can add a editable column next to the material qty field and also add a difference column. When the user enters, you can capture the data either in the data changed event, or data change finished event. In this data change finished would be easier to handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now loop at the internal table, and update the difference column, and do a refresh of the ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 15:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-calculation/m-p/1329048#M168118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T15:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: material calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-calculation/m-p/1329049#M168119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;As per my understanding to your problem,&lt;/P&gt;&lt;P&gt; if u r not using ALV, add a text field at each material quantity column, enter the number.&lt;/P&gt;&lt;P&gt;and with Read line option you can do the diference calculation for each row and output the differnece in the next screen by creating a menu option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg:&lt;/P&gt;&lt;P&gt;Data: D type i.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;loop at the internal table and write the below&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D = D + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read line D index sy-tabix.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and write the output(difference) record wise, in new page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regs&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 15:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-calculation/m-p/1329049#M168119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T15:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: material calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-calculation/m-p/1329050#M168120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;It is not ALV, anyhow thanks for the responses. i'll work on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 16:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-calculation/m-p/1329050#M168120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T16:53:15Z</dc:date>
    </item>
  </channel>
</rss>

