<?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 for MFBF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mfbf/m-p/4170965#M997191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the exits and BAdi's available for this transaction.&lt;/P&gt;&lt;P&gt;When ever you want to know which exit is going to be triggered, you just pick that exit, inside the exit you will be provided with function module exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: EXIT_SAPLBARM_002 Here inside it you need to put a break point. then activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example: &lt;STRONG&gt;break username&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you put like this it only affects your login only. There wont be any disturbance for others who are working on the same server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that you activate it and run your trnsaction. &lt;/P&gt;&lt;P&gt;or give some inputs to it and save it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So before that you need to check all the business flow that is either creating any order or some thing like that. At that time while pressing any button the function gets triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the exit you mentioned doesn't triggered, then go with other exits I have listed below. If it is not possible with this exit, then finally you should go with BAdi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Enhancement&lt;/P&gt;&lt;P&gt;PTRM0001                                User Exit for Lead Column in REM Planning Table&lt;/P&gt;&lt;P&gt;SAPLRMPU                                Customer Exits for Material Staging&lt;/P&gt;&lt;P&gt;XMRM0001                                User exits: Backflushing in Repetitive Manufacturing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Business Add-in&lt;/P&gt;&lt;P&gt;RM_PERFORMANCE_DREQ                     Performance Improvement in New Distrib. of Dependent Reqmts&lt;/P&gt;&lt;P&gt;RM_MF50_ROWS                            BAdI for Hiding Lines in the Planning Table&lt;/P&gt;&lt;P&gt;RM_LIST_PRODUCTION                      BAdI for Printing Production Settings&lt;/P&gt;&lt;P&gt;RM_HR_INTEGRATION                       HR Integration of REM Backflush&lt;/P&gt;&lt;P&gt;RM_BFLUSH_GOODSMVT                      BAdI: Goods Movements in Backflush -Repetitive Manufacturing&lt;/P&gt;&lt;P&gt;FCO_RM_FUNCTIONS                        Failure Costs: Enhancements in Repetitive Manufacturing Area&lt;/P&gt;&lt;P&gt;FCO_CUSTOMER_SPECIF                     Failure Costs: Customer-Specific Enhancements&lt;/P&gt;&lt;P&gt;FCO_CO_FUNCTIONS                        CO Functions for Failure Costs&lt;/P&gt;&lt;P&gt;CIF_RM_PPR_DISTRIB                      Distribution of Postprocessing Records in APO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Swamy Kunche&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2008 04:07:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-16T04:07:47Z</dc:date>
    <item>
      <title>user exit for MFBF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mfbf/m-p/4170963#M997189</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;     I want to change the value of quantity field using exit EXIT_SAPLBARM_002 of XMRM0001 but values are not getting updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this the right exit or there exists any other exits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 03:57:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mfbf/m-p/4170963#M997189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T03:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: user exit for MFBF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mfbf/m-p/4170964#M997190</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: EXIT_SAPLRMPU_005 of enhancement SAPLRMPU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 04:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mfbf/m-p/4170964#M997190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T04:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: user exit for MFBF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mfbf/m-p/4170965#M997191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the exits and BAdi's available for this transaction.&lt;/P&gt;&lt;P&gt;When ever you want to know which exit is going to be triggered, you just pick that exit, inside the exit you will be provided with function module exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: EXIT_SAPLBARM_002 Here inside it you need to put a break point. then activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example: &lt;STRONG&gt;break username&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you put like this it only affects your login only. There wont be any disturbance for others who are working on the same server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that you activate it and run your trnsaction. &lt;/P&gt;&lt;P&gt;or give some inputs to it and save it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So before that you need to check all the business flow that is either creating any order or some thing like that. At that time while pressing any button the function gets triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the exit you mentioned doesn't triggered, then go with other exits I have listed below. If it is not possible with this exit, then finally you should go with BAdi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Enhancement&lt;/P&gt;&lt;P&gt;PTRM0001                                User Exit for Lead Column in REM Planning Table&lt;/P&gt;&lt;P&gt;SAPLRMPU                                Customer Exits for Material Staging&lt;/P&gt;&lt;P&gt;XMRM0001                                User exits: Backflushing in Repetitive Manufacturing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Business Add-in&lt;/P&gt;&lt;P&gt;RM_PERFORMANCE_DREQ                     Performance Improvement in New Distrib. of Dependent Reqmts&lt;/P&gt;&lt;P&gt;RM_MF50_ROWS                            BAdI for Hiding Lines in the Planning Table&lt;/P&gt;&lt;P&gt;RM_LIST_PRODUCTION                      BAdI for Printing Production Settings&lt;/P&gt;&lt;P&gt;RM_HR_INTEGRATION                       HR Integration of REM Backflush&lt;/P&gt;&lt;P&gt;RM_BFLUSH_GOODSMVT                      BAdI: Goods Movements in Backflush -Repetitive Manufacturing&lt;/P&gt;&lt;P&gt;FCO_RM_FUNCTIONS                        Failure Costs: Enhancements in Repetitive Manufacturing Area&lt;/P&gt;&lt;P&gt;FCO_CUSTOMER_SPECIF                     Failure Costs: Customer-Specific Enhancements&lt;/P&gt;&lt;P&gt;FCO_CO_FUNCTIONS                        CO Functions for Failure Costs&lt;/P&gt;&lt;P&gt;CIF_RM_PPR_DISTRIB                      Distribution of Postprocessing Records in APO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Swamy Kunche&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 04:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mfbf/m-p/4170965#M997191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T04:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: user exit for MFBF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mfbf/m-p/4170966#M997192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;created a custom screen &amp;amp; bdc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 09:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mfbf/m-p/4170966#M997192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T09:25:05Z</dc:date>
    </item>
  </channel>
</rss>

