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: 

Error while clicking on WBS in CJ20N

Former Member
0 Kudos

Hi,

When i run CJ20N and click on WBS element it giving me dump saying -

Runtime Errors DYNPRO_NOT_FOUND

ShrtText

Screen does not exist

What happened?

Error in ABAP application program.

The current ABAP program "SAPLCSCR" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

The program had to be terminated.

Error analysis

Program " " tried to use screen 0000.

The screen does not exist.

Trigger Location of Runtime Error

Program SAPLCSCR

Module Name SYSTEM-EXIT

What should be done for this and which points should i consider to solve this?

Pls. help.

2 REPLIES 2

Manohar2u
Active Contributor
0 Kudos

Seems it is trying to call a customer sub-screen from either CNEX0007, CNEX0006 or CNEX0004 exits. Check if they are implemented properly. If you don't want this enhancement de-activate them and run cj20n.

Former Member
0 Kudos

HI,

I checked all the exits u have mentioned but none of them were implemented.

What can i do now?