<?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: Dump LOAD_PROGRAM_NOT_FOUND in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896551#M1689458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;first u need to show us the code issue in the dump log, so we can help u more, but i think that you made a copy of a standard program, is it correct? Check the name of the variable with the program name and assing the new Z program name. It should be sth like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2012 14:09:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-07-10T14:09:43Z</dc:date>
    <item>
      <title>Dump LOAD_PROGRAM_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896548#M1689455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Gurus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I received an issue regarding an ABAP dump encountered on a customized program when trying to download the report thru an excel file. Error is LOAD PROGRAM NOT FOUND.&lt;/P&gt;&lt;P&gt;Runtime Errors&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD_PROGRAM_NOT_FOUND&lt;/P&gt;&lt;P&gt;Exception&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CX_SY_PROGRAM_NOT_FOUND&lt;/P&gt;&lt;P&gt;Date and Time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 06/28/2012 12:47:33&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program " " not found&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There are several possibilities:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The current ABAP program "ZDXX0004" had to be terminated because it has&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error in the SAP kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The current ABAP "ZDXX0004" program had to be terminated because the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABAP processor detected an internal system error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The exception, which is assigned to class 'CX_SY_PROGRAM_NOT_FOUND', was not&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; caught in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; procedure "F8000_CONVERT_TO_EXCEL_TABLE" "(FORM)", nor was it propagated by a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RAISING clause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The reason for the exception is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; On account of a branch in the program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; or a transaction call, another ABAP/4 program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; is to be loaded, namely " ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; However, program " " does not exist in the library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Possible reasons:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) Wrong program name specified in an external PERFORM or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUBMIT or, when defining a new transaction, a new&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dialog module or a new function module.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) Transport error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you could help me on this issue. Thank you very much in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Kricel Abrera-Dolorical&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 11:34:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896548#M1689455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-10T11:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dump LOAD_PROGRAM_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896549#M1689456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kricel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please download the dump and attach it here for more analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manjesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 11:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896549#M1689456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-10T11:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dump LOAD_PROGRAM_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896550#M1689457</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;As for as it is an customized program it might be a program error. If it is happening all the time you need to debug the program with the help of ABAP consultant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 13:57:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896550#M1689457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-10T13:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dump LOAD_PROGRAM_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896551#M1689458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;first u need to show us the code issue in the dump log, so we can help u more, but i think that you made a copy of a standard program, is it correct? Check the name of the variable with the program name and assing the new Z program name. It should be sth like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 14:09:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896551#M1689458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-10T14:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dump LOAD_PROGRAM_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896552#M1689459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the dump error encountered. Please help. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kricel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 16:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896552#M1689459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-12T16:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dump LOAD_PROGRAM_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896553#M1689460</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;Probably the line of code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GENERATE SUBROUTINE POOL CODE NAME PROG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fails&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the program is not really generated and the following line raises the dump: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM DYN1 IN PROGRAM (PROG) TABLES IT_DATA IT_FIELDNAMES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should check how the internal table CODE (with the abap code) is filled: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it can't see the lines before "Transfer entries to the table - end"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 18:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896553#M1689460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-12T18:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dump LOAD_PROGRAM_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896554#M1689461</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;Check your program whethere you have appended 'LOAD-OF-PROGRAM' statement in the code internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. After the 'PROGRAM subpool.' statement and data definitions you must have 'LOAD-OF-PROGRAM.' statement before your form declaration for the dynamic program to get loaded in the internal session before you call the form of the prorgam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manjesh. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 05:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-load-program-not-found/m-p/8896554#M1689461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-13T05:50:33Z</dc:date>
    </item>
  </channel>
</rss>

