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

DYNPRO_NOT_FOUND error?

Former Member
0 Likes
2,601

Runtime Errors         DYNPRO_NOT_FOUND
Date and Time          26.03.2011 05:44:27

Short text
     Dynpro does not exist

What happened?
     Error in the ABAP Application Program

     The current ABAP program "ZREPORT1" had to be terminated because it has
     come across a statement that unfortunately cannot be executed.

Error analysis
     The system attempted to use dynpro 0100 in program "ZREPORT1".
     This dynpro does not exist.


----->REPORT ZREPORT1

at the marked above place i.e. starting it self going dump?

3 REPLIES 3
Read only

Former Member
0 Likes
2,204

The error means that your screen does not exist. Perhaps, your screen 0100 might not be active.

Read only

Abhijit74
Active Contributor
0 Likes
2,204

Hello,

Check the screen 0100 whether this has been activated or not? or might have been deleted.

Thanks,

Abhijit

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,204

Either look via SE51 for dynpro 0100 of program ZREPORT1, or look for SCREEN 0100 in program source, and double-click on screen number, may be dynamic.

Regards,

Raymond