<?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: RFCs calling from remote systems in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfcs-calling-from-remote-systems/m-p/6961623#M1489998</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;this is only ardly possible depending on your goal.&lt;/P&gt;&lt;P&gt;There are lots of RFC calls especially in CRM for middleware purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option a) - You try to find all pla ces where z*modules are called that are not existing in CRM&lt;/P&gt;&lt;P&gt;Option b) - You want to find all RFC enabled modules of ERP called in  CRM&lt;/P&gt;&lt;P&gt;Option c) - You want to find all RFC calls in CRM targeting the defaulting ERP destination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution for  a)&lt;/P&gt;&lt;P&gt;- Go to table WBCROSS (which is global the "where used list") &lt;/P&gt;&lt;P&gt;   and check for all Z* modules  &lt;/P&gt;&lt;P&gt;- Copy the list of modules e.g. in a file  &lt;/P&gt;&lt;P&gt;- Search table trdir (registry of function modules) with this list&lt;/P&gt;&lt;P&gt;  -&amp;gt; all modules that are not in this list are probably RFC modules from a backend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution for  b)&lt;/P&gt;&lt;P&gt;- Go to ERP SE37 and open the help &lt;/P&gt;&lt;P&gt;- open the advanced options&lt;/P&gt;&lt;P&gt;- mark "RFC modules"&lt;/P&gt;&lt;P&gt;- search and save the whole list of RFCs relevant&lt;/P&gt;&lt;P&gt;- Go to CRM and check table WBCROSS where these modules are used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution for  c)&lt;/P&gt;&lt;P&gt;- go to CRM and check for a module called "SMOF&lt;STRONG&gt;ERP&lt;/STRONG&gt;" or similar&lt;/P&gt;&lt;P&gt;  It returns the name of the default RFC destination of an CRm system to its default ERP.&lt;/P&gt;&lt;P&gt;- Check the where used list of this module - should guide you close to the calls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mfg,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 May 2010 03:00:38 GMT</pubDate>
    <dc:creator>Marcel_Wahl</dc:creator>
    <dc:date>2010-05-29T03:00:38Z</dc:date>
    <item>
      <title>RFCs calling from remote systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfcs-calling-from-remote-systems/m-p/6961622#M1489997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Abapers,&lt;/P&gt;&lt;P&gt;Can anyone tell me how to find the list of programs which are calling remote function modules? For example programs in CRM system calling function modules in ECC...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Himadama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 15:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfcs-calling-from-remote-systems/m-p/6961622#M1489997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T15:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: RFCs calling from remote systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfcs-calling-from-remote-systems/m-p/6961623#M1489998</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;this is only ardly possible depending on your goal.&lt;/P&gt;&lt;P&gt;There are lots of RFC calls especially in CRM for middleware purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option a) - You try to find all pla ces where z*modules are called that are not existing in CRM&lt;/P&gt;&lt;P&gt;Option b) - You want to find all RFC enabled modules of ERP called in  CRM&lt;/P&gt;&lt;P&gt;Option c) - You want to find all RFC calls in CRM targeting the defaulting ERP destination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution for  a)&lt;/P&gt;&lt;P&gt;- Go to table WBCROSS (which is global the "where used list") &lt;/P&gt;&lt;P&gt;   and check for all Z* modules  &lt;/P&gt;&lt;P&gt;- Copy the list of modules e.g. in a file  &lt;/P&gt;&lt;P&gt;- Search table trdir (registry of function modules) with this list&lt;/P&gt;&lt;P&gt;  -&amp;gt; all modules that are not in this list are probably RFC modules from a backend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution for  b)&lt;/P&gt;&lt;P&gt;- Go to ERP SE37 and open the help &lt;/P&gt;&lt;P&gt;- open the advanced options&lt;/P&gt;&lt;P&gt;- mark "RFC modules"&lt;/P&gt;&lt;P&gt;- search and save the whole list of RFCs relevant&lt;/P&gt;&lt;P&gt;- Go to CRM and check table WBCROSS where these modules are used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution for  c)&lt;/P&gt;&lt;P&gt;- go to CRM and check for a module called "SMOF&lt;STRONG&gt;ERP&lt;/STRONG&gt;" or similar&lt;/P&gt;&lt;P&gt;  It returns the name of the default RFC destination of an CRm system to its default ERP.&lt;/P&gt;&lt;P&gt;- Check the where used list of this module - should guide you close to the calls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mfg,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 03:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfcs-calling-from-remote-systems/m-p/6961623#M1489998</guid>
      <dc:creator>Marcel_Wahl</dc:creator>
      <dc:date>2010-05-29T03:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: RFCs calling from remote systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfcs-calling-from-remote-systems/m-p/6961624#M1489999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also run RS_ABAP_SOURCE_SCAN program in background and search all DESTINATION words, and then try to restrict the result. But you'll get a big big list, and not only ECC calls!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is to get the &lt;STRONG&gt;real RFC calls using ST03N transaction&lt;/STRONG&gt;, you'll see which ones are issued from SRM to ECC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 08:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfcs-calling-from-remote-systems/m-p/6961624#M1489999</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-05-29T08:45:45Z</dc:date>
    </item>
  </channel>
</rss>

