<?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: Debugging of Material usage Variance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-material-usage-variance/m-p/3661077#M881856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a break-point on the statement where MUV is being calculated and then execute the program...it will start the debugger and then herein double click in variables to analyze their values...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2008 19:58:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-04T19:58:11Z</dc:date>
    <item>
      <title>Debugging of Material usage Variance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-material-usage-variance/m-p/3661075#M881854</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;We have a Z report for Monthly Material Usage Variance for reporting.&lt;/P&gt;&lt;P&gt;The SAP Material Variance report is not calculating the Material Usage Variance Quantity &amp;amp; Value correctly for production order that have a target quantity and actual quantity that are equal to each other. In this case, the MUV quantity should be equal to 0. Instead a MUV Quantity is calculated and this results in a MUV value being calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to do the debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to SAP ABAP. Kindly, explain me what steps should I take to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick response will be appreciated &lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 4, 2008 5:48 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 19:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-material-usage-variance/m-p/3661075#M881854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T19:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging of Material usage Variance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-material-usage-variance/m-p/3661076#M881855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi execute (f8) the report ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then give /h in the command bar...it will go to the debugger..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or dolike this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;execute the report and then go to menu bar system&lt;DEL&gt;-&amp;gt;utilities&lt;/DEL&gt;-&amp;gt;debug abap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 19:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-material-usage-variance/m-p/3661076#M881855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T19:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging of Material usage Variance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-material-usage-variance/m-p/3661077#M881856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a break-point on the statement where MUV is being calculated and then execute the program...it will start the debugger and then herein double click in variables to analyze their values...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 19:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-material-usage-variance/m-p/3661077#M881856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T19:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging of Material usage Variance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-material-usage-variance/m-p/3661078#M881857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat &amp;amp; Amiya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to execute the report right now, as this is a month end report and executed in background on the month end only (on 30th or 31st of every month).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly, let me know, is there any other way to find the bug in the program in this scenario or is there any way to execute the report in between periods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick response will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 12:03:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-material-usage-variance/m-p/3661078#M881857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T12:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging of Material usage Variance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-material-usage-variance/m-p/3661079#M881858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's a report which is executed in the background ..then do as follows:&lt;/P&gt;&lt;P&gt;1)Put breakpoints at the places told to you by me before.&lt;/P&gt;&lt;P&gt;2) Go to SE37 and get the job name which executes this program.&lt;/P&gt;&lt;P&gt;3)Check it and in command field type &lt;STRONG&gt;jdbg&lt;/STRONG&gt; and press enter the debugger will be started.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now double click the variables and analyze the values...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 13:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-material-usage-variance/m-p/3661079#M881858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T13:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging of Material usage Variance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-material-usage-variance/m-p/3661080#M881859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Goto SE37,and change the job status to forground mode and u can change the values of the date parameters to any date in debugging mode. Put the date as 30 or 31st and execute in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Reena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 14:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-material-usage-variance/m-p/3661080#M881859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T14:07:47Z</dc:date>
    </item>
  </channel>
</rss>

