Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Load Program not Found

Former Member
0 Likes
2,714

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.

4 REPLIES 4
Read only

Former Member
0 Likes
1,399

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.

Read only

0 Likes
1,399

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

Read only

0 Likes
1,399

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.

Read only

Former Member
0 Likes
1,399

*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