cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime Error: LOAD_PROGRAM_NOT_FOUND

Former Member
0 Likes
4,766

Dear Experts,

I'm getting Runtime Error: LOAD_PROGRAM_NOT_FOUND while executing a T Code created for a report from Report Painter in our Quality Client. This T code is getting executed fine in Development where theT code was created. Thereafter a TR was created using Transport Report and imported to Quality client, however on executing the T code I'm getting a dump with below details...

Short text

    Program "GPDD687CAUJC91Z4A98LH89IEA8 " not found.

What happened?
    There are several possibilities:

    Error in the ABAP Application Program

    The current ABAP program "????????????????????????????????????????" had to be
     terminated because it has
    come across a statement that unfortunately cannot be executed.
    or
    Error in the SAP kernel.

    The current ABAP "????????????????????????????????????????" program had to be
     terminated because the
    ABAP processor detected an internal system error.

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 "GPDD687CAUJC91Z4A98LH89IEA8 ".

    However, program "GPDD687CAUJC91Z4A98LH89IEA8 " 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

The TR does show that the GPDD687CAUJC91Z4A98LH89IEA8 program is included, however it seems that it is missing in Quality client. If I display th eT code in SE93 and click on the program code, it pops a window for creating the program and does not display the code.

Appreciate all your help in fixing this..

Regards,

Ravi

View Entire Topic
former_member318765
Contributor
0 Likes

Dear Ravinder,

Please refer to note below to fix the issue

  162991 - Generation tools for ABAP programs

You can use transaction SGEN for generation, please refer to above note for more details.

Kind Regards

Soumya

Former Member
0 Likes

Thanks Soumya and Sanjay, I will check these and update soon...

In the meantime one more udpate, I'm able to execute the report from FGI3 in my Quality client, the reported issue occurs only when I execute the T code that was created for the report.

Ravi