<?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 How to Modify include MF05AFA0 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-include-mf05afa0/m-p/2677754#M618759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is to modify the std code in include MF05AFA0 between the following routine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form abzuege_buchen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The include is enclosed in another include SAPMF05A which is called by diff no of tcode fb01,f-22 fb03..etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to do my own logic here like comment the reason text(sgtext) based on company code value.  line# 315 - 325.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had placed a break point in the EXIT_SAPLFRAD_001 but seems to be  not working .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dany&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2007 16:14:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-20T16:14:20Z</dc:date>
    <item>
      <title>How to Modify include MF05AFA0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-include-mf05afa0/m-p/2677754#M618759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is to modify the std code in include MF05AFA0 between the following routine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form abzuege_buchen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The include is enclosed in another include SAPMF05A which is called by diff no of tcode fb01,f-22 fb03..etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to do my own logic here like comment the reason text(sgtext) based on company code value.  line# 315 - 325.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had placed a break point in the EXIT_SAPLFRAD_001 but seems to be  not working .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dany&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 16:14:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-include-mf05afa0/m-p/2677754#M618759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T16:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Modify include MF05AFA0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-include-mf05afa0/m-p/2677755#M618760</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;  You need to have the access key to modify this get the access key for this include. Activate the Enhancement under which this include lies.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 16:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-include-mf05afa0/m-p/2677755#M618760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T16:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Modify include MF05AFA0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-include-mf05afa0/m-p/2677756#M618761</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 think the exit EXIT_SAPLFRAD_001 has been called in fm REMADV_SAVE_DB instead of putting break-point in exit try to put break-point in fm REMADV_SAVE_DB and the following includes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LFRADU05&lt;/P&gt;&lt;P&gt;LFRADU14&lt;/P&gt;&lt;P&gt;LFRADU15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which fm REMADV_SAVE_DB has been called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 16:22:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-include-mf05afa0/m-p/2677756#M618761</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-20T16:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Modify include MF05AFA0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-include-mf05afa0/m-p/2677757#M618762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ARs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me exactly which is the tcode that is appropriate for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more important thing is am not 100% sure about this exit EXIT_SAPLFRAD_001  is being used for my requirment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 16:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-modify-include-mf05afa0/m-p/2677757#M618762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T16:34:42Z</dc:date>
    </item>
  </channel>
</rss>

