cancel
Showing results for 
Search instead for 
Did you mean: 

Dynpro Not found

Former Member
0 Kudos

Hi,

While executing TC sa38 i'm getting dump dynpro_not_found error.

The system attempted to use dynpro 1000 in program "RSABAPPROGRAM".

This dynpro does not exist.

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

erp_superman
Explorer
0 Kudos

I got the same error in this situation:

When running a Z_ABAP program directly in SE38, it runs successfully.

When run same program from a transaction code ZABAP I got the error DYNPRO-NOT-FOUND screen 1000 not found.

In SE80/object list the screen 1000 does not show up.

Finally:

The fix was delete the ZABAP transaction in SE93, and re-create it using the first option "Program and screen (dialog transaction)". Then I specified a description, and the program Z_ABAP, and the screen number 1000 (a default screen which I did not have to create.)

Former Member
0 Kudos

solved