Application Development 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: 

Report in Transaction CJE0 - LOAD_PROGRAM_NOT_FOUND

Former Member
0 Kudos

Hi ABAP Gurus,

After double clicking a project report in Transaction CJE0, Dump LOAD_PROGRAM_NOT_FOUND occurs. Can you kindly provide advise on how to check this? Thank you.

Best regards.

Brando

4 REPLIES 4

Clemenss
Active Contributor
0 Kudos

Hi Brando Braganza,

the dump will tell you the name of the program that could not be loaded - probably due to some activity of your team, anything not active or under rework?

Regards

Clemen

Former Member
0 Kudos

This is the error: program "GP3U00IL5OJAWE41MAMXUFGYEXR" does not exist in the library.

I debugged this and the above program is being submitted in FM RKD_REPORT_START_ONLINE. However, the program does not exist. Hence, the dump occured.

Do you happen to know how to verify if it is the correct program to be called? and how to add/generate the program if it;s the correct one?

Thank you

Former Member
0 Kudos

By the way, the other way to go to the report is via Transaction S_ALR_87013532. In my case, I don;t get the initial screen when accessing this transaction as I'm already getting the dump

Thank you

Former Member
0 Kudos

Any inputs on this will be highly appreciated? Thank you