<?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: load program not found in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477696#M223856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian and Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the HELP.&lt;/P&gt;&lt;P&gt;Ive taken it up with the Customer and asked him to post a message to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Navaneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Aug 2006 13:55:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-11T13:55:16Z</dc:date>
    <item>
      <title>load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477691#M223851</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;When I try to run transaction AFAR or AJRW in the BACKGROUND the job overview shows  the status as cancelled. The description says LOAD PROGRAM NOT FOUND.&lt;/P&gt;&lt;P&gt;The dump points to an include LSBAL_DISPLAY_BASEF02.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;IT says&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt; Possible reasons:&lt;/P&gt;&lt;P&gt; a) Wrong program name specified in an external PERFORM or&lt;/P&gt;&lt;P&gt;    SUBMIT or, when defining a new transaction, a new&lt;/P&gt;&lt;P&gt;    dialog module or a new function module.&lt;/P&gt;&lt;P&gt; b) Transport error&lt;/P&gt;&lt;P&gt; b) Transport error&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* load generated program
  PERFORM load IN PROGRAM (i_s_prof_int-progname).

* point to some main fields
-&amp;gt;  macro_assign:
    'G_DISPLAY'          &amp;lt;g_display&amp;gt;,
    'G_CONTEXTS'         &amp;lt;g_contexts&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im working on SAP release 640.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive tried to find some relevant notes also but none of them solve the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main programs are:&lt;/P&gt;&lt;P&gt;AFAR -&amp;gt; RAAFAR00&lt;/P&gt;&lt;P&gt;AJRW -&amp;gt; RAJAWE00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navaneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 12:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477691#M223851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T12:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477692#M223852</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;1)  set a break-point on:&lt;/P&gt;&lt;P&gt;PERFORM load IN PROGRAM (i_s_prof_int-progname).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check which porgram-name is shown at runtime&lt;/P&gt;&lt;P&gt;and search for this program and perform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't find - create an oss-note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i can imagine - that it's a program, which should be generated at runtime - but wasn't gen. because of a syntax error!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Andreas Mann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 12:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477692#M223852</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-08-11T12:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477693#M223853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navaneeth!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a dynamic call, which needs correct program in variable i_s_prof_int-progname. &lt;/P&gt;&lt;P&gt;Obviously this is filled different (or not at all) in background run. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set a break-point and try to find out, how this field is filled. Maybe you get a hint, why this might be different in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 12:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477693#M223853</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-08-11T12:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477694#M223854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian and Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set the break point there and debugged it, but it does not go to that point. I get thrown out before reaching that point.&lt;/P&gt;&lt;P&gt;i.e. when I give the print parameters and set the format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navaneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 13:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477694#M223854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T13:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477695#M223855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navaneeth!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try update debugging? Maybe this part is executed in an update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise online/background version are really running different!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 13:21:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477695#M223855</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-08-11T13:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477696#M223856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian and Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the HELP.&lt;/P&gt;&lt;P&gt;Ive taken it up with the Customer and asked him to post a message to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Navaneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 13:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477696#M223856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T13:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477697#M223857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've the same problem, did you found the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 15:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477697#M223857</guid>
      <dc:creator>former_member793407</dc:creator>
      <dc:date>2006-12-07T15:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477698#M223858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have the same problem.  Solution very gratefully received.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;James.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 11:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477698#M223858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T11:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: load program not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477699#M223859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For those who hit this problem in NW2004s system, we were on SAP_BASIS SP08 and experienced this problem.  SAP_BASIS SP10 fixes the problem but you can just apply OSS note 935344 if you don't want to apply all the patches, and this will also resolve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 05:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/load-program-not-found/m-p/1477699#M223859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T05:47:56Z</dc:date>
    </item>
  </channel>
</rss>

