<?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 Dump in SAPMSSY1 Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found-dump-in-sapmssy1-program/m-p/8318357#M1637059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check if teh function module actually exists in SE37.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Nov 2011 07:56:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-11T07:56:02Z</dc:date>
    <item>
      <title>CALL_FUNCTION_NOT_FOUND Dump in SAPMSSY1 Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found-dump-in-sapmssy1-program/m-p/8318355#M1637057</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 am getting dump in the program "SAPMSSY1" as CALL_FUNCTION_NOT_FOUND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz look into the below Dump Text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         CALL_FUNCTION_NOT_FOUND&lt;/P&gt;&lt;P&gt;Date and Time          11/05/2011 20:11:23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;     Function module "/BOA/ZRFC_READ_TABLE" not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;     The function module "/BOA/ZRFC_READ_TABLE" is called,&lt;/P&gt;&lt;P&gt;     but cannot be found in the library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The current ABAP program "SAPMSSY1" had to be terminated because it has&lt;/P&gt;&lt;P&gt;     come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What can you do?&lt;/P&gt;&lt;P&gt;     Note down which actions and inputs caused the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     To process the problem further, contact you SAP system&lt;/P&gt;&lt;P&gt;     administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Using Transaction ST22 for ABAP Dump Analysis, you can look&lt;/P&gt;&lt;P&gt;     at and manage termination messages, and you can also&lt;/P&gt;&lt;P&gt;     keep them for a long time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    The program "SAPMSSY1" contains the CALL FUNCTION statement.&lt;/P&gt;&lt;P&gt;    The name of the function module to be called is "/BOA/ZRFC_READ_TABLE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    No function module exists with the name "/BOA/ZRFC_READ_TABLE".&lt;/P&gt;&lt;P&gt;    All function modules are listed in the Function Library (SE37).&lt;/P&gt;&lt;P&gt;    -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Possible reasons:&lt;/P&gt;&lt;P&gt;    a) Wrong name specified. Pay particular attention to&lt;/P&gt;&lt;P&gt;       upper/lower case and underscores ("_").&lt;/P&gt;&lt;P&gt;       or&lt;/P&gt;&lt;P&gt;    b) Transport error&lt;/P&gt;&lt;P&gt;    c) In the case of an enqueue/dequeue module,&lt;/P&gt;&lt;P&gt;       the lock object may not have been activated&lt;/P&gt;&lt;P&gt;       (ABAP/4 Dictionary).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;    Check the last transports to the SAP System.&lt;/P&gt;&lt;P&gt;    Is the program "SAPMSSY1" 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;    If the error occures in a non-modified SAP program, you may be able to&lt;/P&gt;&lt;P&gt;    find an interim solution in an SAP Note.&lt;/P&gt;&lt;P&gt;    If you have access to SAP Notes, carry out a search with the following&lt;/P&gt;&lt;P&gt;    keywords:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    "CALL_FUNCTION_NOT_FOUND" " "&lt;/P&gt;&lt;P&gt;    "SAPMSSY1" or "SAPMSSY1"&lt;/P&gt;&lt;P&gt;    "REMOTE_FUNCTION_CALL"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Function modules with names similar to "/BOA/ZRFC_READ_TABLE":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    /SDF/HF_READ_LC_TABLE&lt;/P&gt;&lt;P&gt;    /MRSS/RSG_FCHG_READ_TABLES&lt;/P&gt;&lt;P&gt;    /BDL/READ_RFC_LIST&lt;/P&gt;&lt;P&gt;    /SDF/S_TCC_TABLE_READ&lt;/P&gt;&lt;P&gt;    /SDF/S_TCC_TABLE_READ2&lt;/P&gt;&lt;P&gt;    /SDF/EWA_READ_FILE_INTO_TABLE&lt;/P&gt;&lt;P&gt;    /ISDFPS/MG_UPS_READ_TABLES&lt;/P&gt;&lt;P&gt;    /BDL/_ADD_RFC_TO_LIST&lt;/P&gt;&lt;P&gt;    /ISDFPS/STOCK_MV_READ_TABLE_DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System environment&lt;/P&gt;&lt;P&gt;    SAP-Release 701&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Application server... "SAPPRPRD"&lt;/P&gt;&lt;P&gt;    Network address...... "3.56.13.79"&lt;/P&gt;&lt;P&gt;    Operating system..... "OS400"&lt;/P&gt;&lt;P&gt;    Release.............. "7.1"&lt;/P&gt;&lt;P&gt;    Hardware type........ "0010000F7B6P"&lt;/P&gt;&lt;P&gt;    Character length.... 16 Bits&lt;/P&gt;&lt;P&gt;    Pointer length....... 64 Bits&lt;/P&gt;&lt;P&gt;    Work process number.. 0&lt;/P&gt;&lt;P&gt;    Shortdump setting.... "full"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Database server... "SAPPRPRD"&lt;/P&gt;&lt;P&gt;    Database type..... "DB400"&lt;/P&gt;&lt;P&gt;    Database name..... "P36"&lt;/P&gt;&lt;P&gt;    Database user ID.. "R3P36DATA"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Terminal.......... "3.56.177.16"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Char.set.... "C"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SAP kernel....... 701&lt;/P&gt;&lt;P&gt;    created (date)... "Jul 24 2011 21:49:49"&lt;/P&gt;&lt;P&gt;    create on........ "AIX 2 5 00CB5A5B4C00 (IBM iSeries with OS400)"&lt;/P&gt;&lt;P&gt;    Database version. "DB4_53"&lt;/P&gt;&lt;P&gt;Patch level. 153&lt;/P&gt;&lt;P&gt;Patch text.. " "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database............. "V5R3, V5R4, V6R1, V7R1"&lt;/P&gt;&lt;P&gt;SAP database version. 701&lt;/P&gt;&lt;P&gt;Operating system..... "OS400 3 5, OS400 4 5, OS400 1 6, OS400 1 7"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Memory consumption&lt;/P&gt;&lt;P&gt;Roll.... 16192&lt;/P&gt;&lt;P&gt;EM...... 4189848&lt;/P&gt;&lt;P&gt;Heap.... 0&lt;/P&gt;&lt;P&gt;Page.... 0&lt;/P&gt;&lt;P&gt;MM Used. 1177920&lt;/P&gt;&lt;P&gt;MM Free. 3009328&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code extract : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form remote_function_call using value(type).&lt;/P&gt;&lt;P&gt;  data rc type i value 0.&lt;/P&gt;&lt;P&gt;  do.&lt;/P&gt;&lt;P&gt;    call 'RfcImport' id 'Type' field type.&lt;/P&gt;&lt;P&gt;    if sy-xprog = 'JAVA'.&lt;/P&gt;&lt;P&gt;      system-call plugin&lt;/P&gt;&lt;P&gt;                  id 'JAVA' value 'FORW_JAVA'&lt;/P&gt;&lt;P&gt;                  id 'RC'   value rc.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  if there is no rollout on the JAVA side which&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  rolls both, JAVA and ABAP, we return to the&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  C-Stack and reach this point&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  in case there was an rollout, the ABAP-C stack is lost&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  and we jump direkt to this point&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  here we trigger the rollout on this Abap side with&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  the following statement&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      system-call plugin&lt;/P&gt;&lt;P&gt;                  id 'JAVA' value 'ROLL_OUT'&lt;/P&gt;&lt;P&gt;                  id 'RC'   value rc.&lt;/P&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;      perform (sy-xform) in program (sy-xprog).&lt;/P&gt;&lt;P&gt;      rsyn &amp;gt;scont sysc 00011111 0.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  enddo.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 14:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found-dump-in-sapmssy1-program/m-p/8318355#M1637057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-07T14:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_NOT_FOUND Dump in SAPMSSY1 Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found-dump-in-sapmssy1-program/m-p/8318356#M1637058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the message is very clear : Function module "/BOA/ZRFC_READ_TABLE" not found&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;be sure to have the function on the system where you want to execute it (destination)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 09:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found-dump-in-sapmssy1-program/m-p/8318356#M1637058</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2011-11-10T09:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_NOT_FOUND Dump in SAPMSSY1 Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found-dump-in-sapmssy1-program/m-p/8318357#M1637059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check if teh function module actually exists in SE37.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 07:56:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-not-found-dump-in-sapmssy1-program/m-p/8318357#M1637059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T07:56:02Z</dc:date>
    </item>
  </channel>
</rss>

