<?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: User exit related doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239309#M1012042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nitin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;infact either of these:&lt;/P&gt;&lt;P&gt;                                                                                &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Enhancement                                                
Enhancement                                                                           
LMR1M001                                User exits in Logistics Invoice Verification  
LMR1M002                                Account grouping for GR/IR account maintenance&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 04:59:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-30T04:59:32Z</dc:date>
    <item>
      <title>User exit related doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239307#M1012040</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 got a requirement from the functional as below.&lt;/P&gt;&lt;P&gt;While doing MIRO u2013 invoice (BELNR) amount should be round off to nearest rupee.&lt;/P&gt;&lt;P&gt;If it is 100.50 should be rounded off to 100.00&lt;/P&gt;&lt;P&gt;If it is 100.51 to 101.00&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I think i have to include the function module for the same  through exit.&lt;/P&gt;&lt;P&gt;So i seraced for the exit, n ter r 10 exits in the transaction MIRO.So from  those 10 how will i be able to find which is the suitable one for writing the code for rounding off.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;it will be great,If some one can give the solution.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 04:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239307#M1012040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T04:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: User exit related doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239308#M1012041</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; Identify the one which it is taking the value of BELNR as an exporting parameter/changing parameter and within that exit make use of ROUND FM and assign the enhancement to the project via CMOD and activate the project to make the userexit work ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 04:58:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239308#M1012041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T04:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: User exit related doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239309#M1012042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nitin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;infact either of these:&lt;/P&gt;&lt;P&gt;                                                                                &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Enhancement                                                
Enhancement                                                                           
LMR1M001                                User exits in Logistics Invoice Verification  
LMR1M002                                Account grouping for GR/IR account maintenance&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 04:59:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239309#M1012042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T04:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: User exit related doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239310#M1012043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot  Santhosh &amp;amp; Amit ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked all the exit..none is having BELNR as an export parameter,so it means that i cant incorporate that requirement in MIRO , right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is any other option other than user exit for fulfilling this need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again Thanks,&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 05:09:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239310#M1012043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T05:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: User exit related doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239311#M1012044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nitin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be it is not in export parameter first you have to see by just putting break-point in source code of exit wether it is coming in debugger or not.if yes than check in which field value is populating of belnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 05:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239311#M1012044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T05:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: User exit related doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239312#M1012045</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 if the tables parameter of the exit has this field being populated .... if so then you can modify the value and export it back  .. I suggest you to debug the code to find out where the field is being moved to .... and check if that value is existing at any of the exit  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 05:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239312#M1012045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T05:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: User exit related doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239313#M1012046</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 too got the requrement to change the data in line items of MIRO but no exit was suitable then i found the values getting into this fm MRM_FINAL_CHECK .....changed through implicit enhancment .......so do use this FM line item data will get pupulated in T_DRSEG .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 05:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-related-doubt/m-p/4239313#M1012046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T05:38:08Z</dc:date>
    </item>
  </channel>
</rss>

