<?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: How to find the existing function module is used in another function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-existing-function-module-is-used-in-another-function-module/m-p/5951296#M1336187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rama, &lt;/P&gt;&lt;P&gt;For giving me the correct procedure.  Followed your steps and issue resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vengal Rao.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2009 19:16:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-09T19:16:09Z</dc:date>
    <item>
      <title>How to find the existing function module is used in another function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-existing-function-module-is-used-in-another-function-module/m-p/5951292#M1336183</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;I created a function module and the same one is called from another function module.&lt;/P&gt;&lt;P&gt;When I tried to find where the  first function module is used  using  Where-used List , I am getting the message "function module not found in selected areas" .&lt;/P&gt;&lt;P&gt;Please  guide me what is other method to find whether the function module is used in another one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vengal Rao.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 14:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-existing-function-module-is-used-in-another-function-module/m-p/5951292#M1336183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T14:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the existing function module is used in another function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-existing-function-module-is-used-in-another-function-module/m-p/5951293#M1336184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well Where USed List should work here..not sure why it is not working for you......You can use the Program RPR_ABAP_SOURCE_SCAN to serach for any string in your SAP Server........use your FM name as the String and search.....this will take time..try to minimize the search.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 15:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-existing-function-module-is-used-in-another-function-module/m-p/5951293#M1336184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T15:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the existing function module is used in another function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-existing-function-module-is-used-in-another-function-module/m-p/5951294#M1336185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;Thanks for the information. Can you please guide me further in this activity. In the program suggested by you, in the search string I entered the function module name , and in the program type I entered 'F', but I not getting any result, just a message &lt;/P&gt;&lt;P&gt;string not found. I think something is missing from entering in the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Vengal Rao.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 16:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-existing-function-module-is-used-in-another-function-module/m-p/5951294#M1336185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T16:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the existing function module is used in another function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-existing-function-module-is-used-in-another-function-module/m-p/5951295#M1336186</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;Go to UTILITIES-&amp;gt; Update Navigation index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or go to fucntion group and Generate the Funtion group once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will detect all fucntion modules under that function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 17:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-existing-function-module-is-used-in-another-function-module/m-p/5951295#M1336186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T17:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the existing function module is used in another function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-existing-function-module-is-used-in-another-function-module/m-p/5951296#M1336187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rama, &lt;/P&gt;&lt;P&gt;For giving me the correct procedure.  Followed your steps and issue resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vengal Rao.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 19:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-existing-function-module-is-used-in-another-function-module/m-p/5951296#M1336187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T19:16:09Z</dc:date>
    </item>
  </channel>
</rss>

