<?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 User exit for MIRO while saving in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698953#M306500</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 validate the Company code in Txn MIRO with the company code of the PO that's been processed&lt;/P&gt;&lt;P&gt;Is there any user-exit which gets triggered while saving the document in txn MIRO.&lt;/P&gt;&lt;P&gt;I know the following BADI INVOICE_UPDATE gets triggered while saving the documents, as i am new to the BADI functionality, i am unable to proceed further with the implementation of it in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one let me know how to implement a BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2006 00:39:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-02T00:39:20Z</dc:date>
    <item>
      <title>User exit for MIRO while saving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698953#M306500</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 validate the Company code in Txn MIRO with the company code of the PO that's been processed&lt;/P&gt;&lt;P&gt;Is there any user-exit which gets triggered while saving the document in txn MIRO.&lt;/P&gt;&lt;P&gt;I know the following BADI INVOICE_UPDATE gets triggered while saving the documents, as i am new to the BADI functionality, i am unable to proceed further with the implementation of it in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one let me know how to implement a BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 00:39:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698953#M306500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T00:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for MIRO while saving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698954#M306501</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;Use the MIRO user exit..EXIT_SAPLMRMP_010..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you give an error message in this user exit..Automatically it will be stored in the error log ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 01:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698954#M306501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T01:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for MIRO while saving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698955#M306502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you reply Naren&lt;/P&gt;&lt;P&gt;The exit that you have mentioned when i simulte the document in miro its not stopping at the breakpoint of the following exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am after is i need to compare the comp. codes in the invoice header with the Comp. code fo the Purchase order in the item level of the invoice here if they are not similare i need t pop and error message to the user&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 02:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698955#M306502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T02:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for MIRO while saving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698956#M306503</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 the user exit..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT_SAPLMR1M_004..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has the header details in the structure I_RBKPV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the line items in the internal table TI_DRSEG..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 02:30:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698956#M306503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T02:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for MIRO while saving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698957#M306504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you reply, but the exit doesn't exist at, i havebeen tring all teh exits that are present for MIRO, but non of them is stopping when the document is either saved or simulated, could can one plase tell me which exit works out in a better fashion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 03:05:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698957#M306504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T03:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for MIRO while saving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698958#M306505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushis , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link abt badi&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/ee/a1d548892b11d295d60000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/ee/a1d548892b11d295d60000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and u have to choose this method is useful&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CHANGE_AT_SAVE	Invoice Document at Save&lt;/P&gt;&lt;P&gt;CHANGE_BEFORE_UPDATE	Invoice Document Before Update&lt;/P&gt;&lt;P&gt;CHANGE_IN_UPDATE	Invoice Document During Update&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if u required more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 04:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698958#M306505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T04:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for MIRO while saving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698959#M306506</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 using the enhancement LMR1M001.First create the project through CMOD and assign the enhancement.Put your code in EXIT_SAPLMRMP_010.This should work at the time of saving in MIRO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can check SE18 for BADI definition starting with MRM* like MRM_PAYMENT_TERMS.MRM_PAYMENT_TERMS should also work for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pravat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 06:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698959#M306506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T06:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for MIRO while saving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698960#M306507</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;Did you create a project for the enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a project in CMOD ZMIRO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the enhancement LMR1M001 in the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save the project and activate the project..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it will go through your user exit code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 15:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-miro-while-saving/m-p/1698960#M306507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T15:57:51Z</dc:date>
    </item>
  </channel>
</rss>

