<?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 amount when quantity has changed in MIRO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975598#M1491922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For &lt;STRONG&gt;INVOICE&lt;/STRONG&gt; in &lt;STRONG&gt;MIRO&lt;/STRONG&gt; tansaction, i supply &lt;STRONG&gt;PO number&lt;/STRONG&gt; in PO reference..&lt;/P&gt;&lt;P&gt;When i change the quantity in item level for PO , Amount corrresponding should get updated &lt;STRONG&gt;before saving&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;Amount = quantity * Price.&lt;/P&gt;&lt;P&gt;I have gone through uer exits and BADIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest proper user exit or BADI implementation or Method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jun 2010 06:38:00 GMT</pubDate>
    <dc:creator>Rushikesh_Yeole</dc:creator>
    <dc:date>2010-06-15T06:38:00Z</dc:date>
    <item>
      <title>Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975598#M1491922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For &lt;STRONG&gt;INVOICE&lt;/STRONG&gt; in &lt;STRONG&gt;MIRO&lt;/STRONG&gt; tansaction, i supply &lt;STRONG&gt;PO number&lt;/STRONG&gt; in PO reference..&lt;/P&gt;&lt;P&gt;When i change the quantity in item level for PO , Amount corrresponding should get updated &lt;STRONG&gt;before saving&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;Amount = quantity * Price.&lt;/P&gt;&lt;P&gt;I have gone through uer exits and BADIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest proper user exit or BADI implementation or Method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 06:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975598#M1491922</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2010-06-15T06:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975599#M1491923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Try customerexit   LMR1M001 -- User exits in Logistics Invoice Verification.In this function module to be used is EXIT_SAPLMRMP_010. If you getting the amount in E_TDRSEG.Then you only need to update this table found in fm EXIT_SAPLMRMP_010. I dont have a test system to actually check when it is getting triggered.So kindly try this and let me know the status.&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;NickD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 07:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975599#M1491923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-15T07:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975600#M1491924</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;Check enhancement LMR1M001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 07:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975600#M1491924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-15T07:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975601#M1491925</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;Please use BADI INVOICE_UPDATE.Check method CHANGE_AT_SAVE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;P.Bharadwaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 07:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975601#M1491925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-15T07:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975602#M1491926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the above enhancement. i wriiteen my code in it.&lt;/P&gt;&lt;P&gt;but it is not going into debugging. MIRO screen number is 6000.&lt;/P&gt;&lt;P&gt;Kindly elaborate in detal...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 09:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975602#M1491926</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2010-06-15T09:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975603#M1491927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the above enhancement. i wriiteen my code in it.&lt;/P&gt;&lt;P&gt;but it is not going into debugging. MIRO screen number is 6000.&lt;/P&gt;&lt;P&gt;Kindly elaborate in detal...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 09:20:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975603#M1491927</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2010-06-15T09:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975604#M1491928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the above enhancement. i wriiteen my code in it.&lt;/P&gt;&lt;P&gt;but it is not going into debugging. MIRO screen number is 6000.&lt;/P&gt;&lt;P&gt;Kindly elaborate in detal...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 09:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975604#M1491928</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2010-06-15T09:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975605#M1491929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the above enhancement. i wriiteen my code in it.&lt;/P&gt;&lt;P&gt;but it is not going into debugging. MIRO screen number is 6000.&lt;/P&gt;&lt;P&gt;Kindly elaborate in detal...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 09:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975605#M1491929</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2010-06-15T09:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975606#M1491930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the above enhancement. i wriiteen my code in it.&lt;/P&gt;&lt;P&gt;but it is not going into debugging. MIRO screen number is 6000.&lt;/P&gt;&lt;P&gt;Kindly elaborate in detail...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 09:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975606#M1491930</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2010-06-15T09:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975607#M1491931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the above enhancement. i wriiteen my code in it.&lt;/P&gt;&lt;P&gt;but it is not going into debugging. MIRO screen number is 6000.&lt;/P&gt;&lt;P&gt;Kindly elaborate in detail...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 09:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975607#M1491931</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2010-06-15T09:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975608#M1491932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the above enhancement. i wriiteen my code in it.&lt;/P&gt;&lt;P&gt;but it is not going into debugging. MIRO screen number is 6000.&lt;/P&gt;&lt;P&gt;Kindly elaborate in detail...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 09:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975608#M1491932</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2010-06-15T09:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975609#M1491933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the above enhancement. i wriiteen my code in it.&lt;/P&gt;&lt;P&gt;but it is not going into debugging. MIRO screen number is 6000.&lt;/P&gt;&lt;P&gt;Kindly elaborate in detail...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 09:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975609#M1491933</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2010-06-15T09:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975610#M1491934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the above enhancement. i wriiteen my code in it.&lt;/P&gt;&lt;P&gt;but it is not going into debugging. MIRO screen number is 6000.&lt;/P&gt;&lt;P&gt;Kindly elaborate in detail...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 09:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975610#M1491934</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2010-06-15T09:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975611#M1491935</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;I checked further this is what I found : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to SAP Note 1156325 - BAdIs in the Logistics Invoice Verification environment:&lt;/P&gt;&lt;P&gt;Definition name: INVOICE_UPDATE&lt;/P&gt;&lt;P&gt;Usage&lt;/P&gt;&lt;P&gt;The BAdI 'INVOICE_UPDATE' was only designed to execute checks during&lt;/P&gt;&lt;P&gt;document entry or document posting in transaction MIRO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to SAP Note 392342 - MIRO: No data change through Bussiness Add In&lt;/P&gt;&lt;P&gt;Symptom&lt;/P&gt;&lt;P&gt;In the logistics invoice verification MIRO, you cannot change data using&lt;/P&gt;&lt;P&gt;Business Add In 'INVOICE_UPDATE'.&lt;/P&gt;&lt;P&gt;Additional key words&lt;/P&gt;&lt;P&gt;BAdI, SE18, MRM_BADI_INVOICE_CHECK,&lt;/P&gt;&lt;P&gt;Cause and prerequisites&lt;/P&gt;&lt;P&gt;This system behavior is correct.&lt;/P&gt;&lt;P&gt;BAdI 'INVOICE_UPDATE' was only designed to execute checks during the&lt;/P&gt;&lt;P&gt;document entry or document posting in Transaction MIRO. Therefore, it has&lt;/P&gt;&lt;P&gt;only import parameters. There are no export parameters. This means that the&lt;/P&gt;&lt;P&gt;data changed in the BAdI is not processed further in standard program MIRO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So When you are using transaction MIRO 'SIMULATE' it goes the break-point .The badi is called in   FM 'MRM_BADI_INVOICE_CHECK'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks and Regards,&lt;/P&gt;&lt;P&gt;P.Bharadwaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 10:00:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975611#M1491935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-15T10:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Update amount when quantity has changed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975612#M1491936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thaks for the reply..&lt;/P&gt;&lt;P&gt;But i have to update amount on screen...&lt;/P&gt;&lt;P&gt;e.g. if i change the quantity on screen and press enter it should update amount.&lt;/P&gt;&lt;P&gt;Above exit and Badi are coming after saving.&lt;/P&gt;&lt;P&gt;Kindly suggest. or where should i call the BADI?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 16:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-amount-when-quantity-has-changed-in-miro/m-p/6975612#M1491936</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2010-06-15T16:22:05Z</dc:date>
    </item>
  </channel>
</rss>

