<?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: CALL_FUNCTION_NOT_FOUND in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218927#M1206995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When does this occur? Obviously a function module (named '#') is not available which sounds logical since there is no FM called '#'. This is causing the short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it kinda depends from where this dump is initiated. Is there some customizing involved, or are you for example calling this function module dynamically?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2009 06:53:52 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2009-02-17T06:53:52Z</dc:date>
    <item>
      <title>CALL_FUNCTION_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218926#M1206994</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;I got this error when doin client copy from  000 client to 300 client on ECC5.0 with Oracle as DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         CALL_FUNCTION_NOT_FOUND&lt;/P&gt;&lt;P&gt;Except.                CX_SY_DYN_CALL_ILLEGAL_FUNC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ShrtText&lt;/P&gt;&lt;P&gt;     Function module "#" not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;     The function module "#" was called, but cannot be&lt;/P&gt;&lt;P&gt;     found in the Function Library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Error in ABAP application program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The current ABAP program "SAPLSCCM" had to be terminated because one of the&lt;/P&gt;&lt;P&gt;     statements could not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     This is probably due to an error in the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What can you do?&lt;/P&gt;&lt;P&gt;     Print out the error message (using the "Print" function)&lt;/P&gt;&lt;P&gt;     and make a note of the actions and input that caused the&lt;/P&gt;&lt;P&gt;     error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Error analysis&lt;/P&gt;&lt;P&gt;    An exception occurred. This exception is dealt with in more detail below&lt;/P&gt;&lt;P&gt;    . The exception, which is assigned to the class 'CX_SY_DYN_CALL_ILLEGAL_FUNC',&lt;/P&gt;&lt;P&gt;     was neither&lt;/P&gt;&lt;P&gt;    caught nor passed along using a RAISING clause, in the procedure&lt;/P&gt;&lt;P&gt;     "SCCM_CHECK_NAMETAB" "(FUNCTION)"&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;    Since the caller of the procedure could not have expected this exception&lt;/P&gt;&lt;P&gt;     to occur, the running program was terminated.&lt;/P&gt;&lt;P&gt;    The reason for the exception is:&lt;/P&gt;&lt;P&gt;    The program "SAPLSCCM" contains a CALL FUNCTION statement. The name&lt;/P&gt;&lt;P&gt;    of the function module to be called is "#".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    No function module exists with the name "#".&lt;/P&gt;&lt;P&gt;    All function modules are stored in the Function Library (SE37).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Possible reasons:&lt;/P&gt;&lt;P&gt;    a) Wrong name specified. Particular attention should be paid&lt;/P&gt;&lt;P&gt;       to upper/lower case and underscores ("_")&lt;/P&gt;&lt;P&gt;    b) Transport error&lt;/P&gt;&lt;P&gt;    c) If an enqueue/dequeue module has been used, the lock object&lt;/P&gt;&lt;P&gt;       may not have been activated (ABAP Dictionary)&lt;/P&gt;&lt;P&gt;       may not have been activated (ABAP Dictionary).&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;    Check the last transports to the R/3 System.&lt;/P&gt;&lt;P&gt;    Is the program "SAPLSCCM" currently being changed?&lt;/P&gt;&lt;P&gt;    If an enqueue/dequeue module is involved, is the activation&lt;/P&gt;&lt;P&gt;    of the lock object missing in the ABAP/4 Dictionary?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You may able to find an interim solution to the problem&lt;/P&gt;&lt;P&gt;    in the SAP note system. If you have access to the note system yourself,&lt;/P&gt;&lt;P&gt;    use the following search criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    -&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------" /&gt;&lt;P&gt;    "CALL_FUNCTION_NOT_FOUND" CX_SY_DYN_CALL_ILLEGAL_FUNCC&lt;/P&gt;&lt;P&gt;    "SAPLSCCM" or "LSCCMU13"&lt;/P&gt;&lt;P&gt;    "SCCM_CHECK_NAMETAB"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how to rectify this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx,&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 06:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218926#M1206994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T06:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218927#M1206995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When does this occur? Obviously a function module (named '#') is not available which sounds logical since there is no FM called '#'. This is causing the short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it kinda depends from where this dump is initiated. Is there some customizing involved, or are you for example calling this function module dynamically?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 06:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218927#M1206995</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-02-17T06:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218928#M1206996</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;Goto the Tcode SE37, give the Function module name &lt;STRONG&gt;SCCM_CHECK_NAMETAB&lt;/STRONG&gt;  click on the button &lt;STRONG&gt;Display&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check do u get any error message or displays the details of the Function module.  If Error .. the Check some SAP NOTE to implement this FM.  The FM  is used for Parallel Client Copy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 06:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218928#M1206996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T06:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218929#M1206997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this SAP NOTE might be helpful &lt;STRONG&gt;491022&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:00:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218929#M1206997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218930#M1206998</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;May be the FM you are using is  OBSOLETE  try to find out  FM for that .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218930#M1206998</guid>
      <dc:creator>kamesh_g</dc:creator>
      <dc:date>2009-02-17T07:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218931#M1206999</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;Got this error when doing Client Copy......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tnx,&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218931#M1206999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218932#M1207000</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;When i checked that function module ...it displayed no syntax errors found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218932#M1207000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218933#M1207001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already thought it would be something like Client copy. Well, this could be quite a problem to solve by yourself. First, try and contact the people responsible for the client copy. Maybe somewhere in the log, an error has occurred resulting in NOT copying all the data to the new client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be worth to start debugging and see, which function module should be called. Do this by debugging the new and the old client, and try to compare both.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found/m-p/5218933#M1207001</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-02-17T07:20:36Z</dc:date>
    </item>
  </channel>
</rss>

