<?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 Function module not defines in SM37 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432516#M206617</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;Please refer the function module : &amp;lt;b&amp;gt;/SAPSLL/ASS_DOCS_LS_FETCH_R3&amp;lt;/b&amp;gt;. If you check in that you will find one more function module called : &amp;lt;b&amp;gt;/SAPSLL/LC_ASS_DOC_SELECT_RFC&amp;lt;/b&amp;gt; . If I type this name in SE37 and say display it cannot be found. Where can I see the definition of this function module  and this call retunrs some non zero value 4 . I want to debug and see why tis call is failing. Canm anyone please help me with this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;varun .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2006 15:21:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-06T15:21:46Z</dc:date>
    <item>
      <title>Function module not defines in SM37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432516#M206617</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;Please refer the function module : &amp;lt;b&amp;gt;/SAPSLL/ASS_DOCS_LS_FETCH_R3&amp;lt;/b&amp;gt;. If you check in that you will find one more function module called : &amp;lt;b&amp;gt;/SAPSLL/LC_ASS_DOC_SELECT_RFC&amp;lt;/b&amp;gt; . If I type this name in SE37 and say display it cannot be found. Where can I see the definition of this function module  and this call retunrs some non zero value 4 . I want to debug and see why tis call is failing. Canm anyone please help me with this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;varun .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 15:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432516#M206617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T15:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not defines in SM37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432517#M206618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is being called from another system. see what is the value for LV_RFC_DEST . Go to that destination system and see its definition.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 15:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432517#M206618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T15:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not defines in SM37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432518#M206619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mostly likly this function module does not exist in the system and mostly likely resides on another system such as CRM or SRM, etc.  The RFC function module does not have to reside in the source system in order to use it in the program, it just has to reside in the target.  Check the target system for the source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 15:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432518#M206619</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-06T15:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not defines in SM37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432519#M206620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/SAPSLL/LC_ASS_DOC_SELECT_RFC is called on a remote system. May be this is the reason you can see it in R3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note that if the RFC destination is not found in /SAPSLL/ASS_DOCS_LS_FETCH_R3 the processing terminates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 15:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432519#M206620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T15:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not defines in SM37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432520#M206621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well i am able to both th FM in SM37&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 15:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432520#M206621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T15:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not defines in SM37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432521#M206622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm on 46c,  I can not see either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 15:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432521#M206622</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-06T15:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not defines in SM37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432522#M206623</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;Thank you all friends. It makes sense what you have explained to me . I am waiting for some authorizations . I will get back if I have any more issues with this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 15:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432522#M206623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T15:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not defines in SM37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432523#M206624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please reward points and close the thread if your query was resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 15:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-defines-in-sm37/m-p/1432523#M206624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T15:59:02Z</dc:date>
    </item>
  </channel>
</rss>

