<?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: Modify data in standard matchcode (MIR7) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-standard-matchcode-mir7/m-p/9912914#M1794167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Feenaz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its little bit tricky and you will have to be careful while doing it. It is like you create an implcit enhancement at the beginning of the function module FI_F4_BVTYP. Inside this enhancement copy the whole code of FM and modify the part where you want your stuff to be called. Once search help is displayed via your implementation you just put a return statement so that SAP code does not process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 08:45:49 GMT</pubDate>
    <dc:creator>nabheetscn</dc:creator>
    <dc:date>2013-12-17T08:45:49Z</dc:date>
    <item>
      <title>Modify data in standard matchcode (MIR7)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-standard-matchcode-mir7/m-p/9912912#M1794165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to modify the data which is displayed in a standard matchcode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the transaction MIR7, there is the field BVTYP (Bank Partner Type). On clicking the matchode, we have the following data displayed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/345072" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add the corresponding SWIFT code (available in table BNKA) to the data displayed in the matchcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked the function module FI_F4_BVTYP. It is used to fetch data and display in the pop-up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two places to add implicit enhancements in the function module; at the top completely and at the bottom completely. However, it will not solve the issue of adding a piece of code to select the SWIFT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an idea how can it be done, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 08:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-standard-matchcode-mir7/m-p/9912912#M1794165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-17T08:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Modify data in standard matchcode (MIR7)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-standard-matchcode-mir7/m-p/9912913#M1794166</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;maybe this OSS Note can help you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/sap/support/notes/1821500" style="font-family: Arial, Helvetica, sans-serif; background-color: #cbdbea;" title="1821500  - MIRO: IBAN and SWIFT CODE display"&gt;&lt;SPAN class="title" style="color: #000000; font-weight: bold;"&gt;1821500 - MIRO: IBAN and SWIFT CODE display&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="title" style="color: #000000; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="title" style="color: #000000;"&gt;Best regards.&lt;/SPAN&gt;&lt;SPAN class="title" style="color: #000000; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 08:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-standard-matchcode-mir7/m-p/9912913#M1794166</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2013-12-17T08:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Modify data in standard matchcode (MIR7)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-standard-matchcode-mir7/m-p/9912914#M1794167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Feenaz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its little bit tricky and you will have to be careful while doing it. It is like you create an implcit enhancement at the beginning of the function module FI_F4_BVTYP. Inside this enhancement copy the whole code of FM and modify the part where you want your stuff to be called. Once search help is displayed via your implementation you just put a return statement so that SAP code does not process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 08:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-standard-matchcode-mir7/m-p/9912914#M1794167</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-17T08:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Modify data in standard matchcode (MIR7)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-standard-matchcode-mir7/m-p/9912915#M1794168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I thought about doing this, but what if during upgrades, SAP adds an OSS note? It will add the changes in the code which will not execute due to my modifications. It might be something difficult to track in the long run. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 08:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-standard-matchcode-mir7/m-p/9912915#M1794168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-17T08:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Modify data in standard matchcode (MIR7)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-standard-matchcode-mir7/m-p/9912916#M1794169</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;Yes you are perfectly right but their are always pros and cons otherwise i dont see any other solution except taking the access key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 09:01:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-standard-matchcode-mir7/m-p/9912916#M1794169</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-17T09:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Modify data in standard matchcode (MIR7)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-standard-matchcode-mir7/m-p/9912917#M1794170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Feenaz,&lt;/P&gt;&lt;P&gt;Also one more wierd option can be checked..&lt;/P&gt;&lt;P&gt;Deactivate note &lt;SPAN class="L0S32"&gt;893929&lt;/SPAN&gt; which displays table values in F4 help...and copy code of this note and add your own logic for swift code and then paste it in the enhancement implementaiton at the end of FM FI_F4_BVTYP.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chirdip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 09:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-standard-matchcode-mir7/m-p/9912917#M1794170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-17T09:32:23Z</dc:date>
    </item>
  </channel>
</rss>

