‎2010 Nov 09 3:02 AM
Hi Experts,
I have created a report in the report painter using tcode GRR2 library 8A2. I created a customized transaction code in SE93 for this report. However, an error appeared as shown below.
Runtime Errors LOAD_PROGRAM_NOT_FOUND
Date and Time 11/09/2010 09:37:18
Error analysis
On account of a branch in the program
(CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)
or a transaction call, another ABAP/4 program
is to be loaded, namely "GP4JOGW5UMY8FDIML58CJ9BZBCE700 ".
However, program "GP4JOGW5UMY8FDIML58CJ9BZBCE700 " does not exist in the
library.
Possible reasons:
a) Wrong program name specified in an external PERFORM or
SUBMIT or, when defining a new transaction, a new
dialog module or a new function module.
b) Transport error
I checked the other reports which I have created a few months back and same error appeared even if they were successfully running before.
Kindly advise on how this can be corrected.
Thank you.
‎2010 Nov 09 5:04 AM
Hi,
Please check your programs once again, they might not be in active mode.
LOAD_PROGRAM_NOT_FOUND occurs if program does not exist or its not active or programs are not having same name.
u can handle this exception.
‎2011 Jan 19 5:04 PM
Hey, anyone have any other thoughts here? i am having the same issue.. I was using a report this morning, then all of a sudden i started to get this problem.. As far as i know nothing was changed..
I have never really used report writer so i dont even really know where i need to go to tell if the report is still active.
-J
‎2011 Jan 19 10:46 PM
is this report created in dev system or Prd?
The report created uring such report builder will have the report name created dynamically.
So unless you transport the report from dev to prd the names will be different.
So keep this in mind while creating the transaction code.
‎2011 Jan 20 5:36 AM
*you create t.code using SE93 AND use options TRANSACTION WITH VARIANT(variant transaction)
*then pass details like
Transaction Code : you zt.code which you want to create
Transaction :START_REPORT
Edited by: Krupaji on Jan 20, 2011 6:36 AM