<?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: Where used list for RFC function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-used-list-for-rfc-function-module/m-p/7965454#M1603302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to list where the RFC enabled FM is getting called? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, there are several ways to do it, if you just need the list of the systems that call your RFC, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) look up the technical designs of the interfaces(the ones which use RFCs) that are present in your project.&lt;/P&gt;&lt;P&gt;2) Enable RFC trace on your system and go through the trace list, you can get help from your BASIS team.&lt;/P&gt;&lt;P&gt;3) If you have a middleware through which all the interfaces are handled then you can work with the middleware team to identify the source systems which call your RFC.&lt;/P&gt;&lt;P&gt;4) Add a line in your RFC to update a Z Table on when and from which UID it was called, based on this you can identify the source.&lt;/P&gt;&lt;P&gt;5) You can add a bug so that your RFC shortdumps, the team from the source team will be sure get in touch with you in this case...just kidding, but a possible solution at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2011 07:23:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-20T07:23:44Z</dc:date>
    <item>
      <title>Where used list for RFC function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-used-list-for-rfc-function-module/m-p/7965452#M1603300</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;Is it possible to list where the RFC enabled FM is getting called? I mean in which all system (say RFC present in some Dev system, it might be called somewhere in other systems other than in Dev systems) RFC is getting called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashwini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 06:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-used-list-for-rfc-function-module/m-p/7965452#M1603300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-20T06:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Where used list for RFC function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-used-list-for-rfc-function-module/m-p/7965453#M1603301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwini;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can examine STAT tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 07:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-used-list-for-rfc-function-module/m-p/7965453#M1603301</guid>
      <dc:creator>former_member212713</dc:creator>
      <dc:date>2011-06-20T07:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Where used list for RFC function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-used-list-for-rfc-function-module/m-p/7965454#M1603302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to list where the RFC enabled FM is getting called? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, there are several ways to do it, if you just need the list of the systems that call your RFC, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) look up the technical designs of the interfaces(the ones which use RFCs) that are present in your project.&lt;/P&gt;&lt;P&gt;2) Enable RFC trace on your system and go through the trace list, you can get help from your BASIS team.&lt;/P&gt;&lt;P&gt;3) If you have a middleware through which all the interfaces are handled then you can work with the middleware team to identify the source systems which call your RFC.&lt;/P&gt;&lt;P&gt;4) Add a line in your RFC to update a Z Table on when and from which UID it was called, based on this you can identify the source.&lt;/P&gt;&lt;P&gt;5) You can add a bug so that your RFC shortdumps, the team from the source team will be sure get in touch with you in this case...just kidding, but a possible solution at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 07:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-used-list-for-rfc-function-module/m-p/7965454#M1603302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-20T07:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Where used list for RFC function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-used-list-for-rfc-function-module/m-p/7965455#M1603303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ashwini ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Report  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_ABAP_SOURCE_SCAN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter the string for search   and program name starting from Z* &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Deepak Dhamat.&lt;/P&gt;&lt;P&gt;OJHAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 07:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-used-list-for-rfc-function-module/m-p/7965455#M1603303</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-06-20T07:35:38Z</dc:date>
    </item>
  </channel>
</rss>

