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: 

Rename screen problem

0 Kudos

I am writing a dialog problem which will call screen 9100 by:

CALL SCREEN '9100' .

Today, I rename the screen number from 9100 to 9020 by:

CALL SCREEN '9020'.

All of PBO/PAI modules is udpated as well, but

I still got an error "DYNPRO NOT FOUND".

From the error message, I found the program still pointing to 9100.

I try to copy the screen 9100 to 9020 instead of rename but still the same error.

I also try download and upload the screen but still the same error.

The SAP version is ECC6.0.

Do I miss any step or is there any OSS note to fix this problem?

Thank you.

3 REPLIES 3

Former Member
0 Kudos

Hi

Are you sure to have activated the new screen?

Try to run trx SE80, insert your program, refresh the tree and then update the navigation index.

After doing these actions check if you can see the new screen in SE80.

Max

0 Kudos

Thanks for the reply.

I found the problem.

It is my fault.

I rename those PBO/PAI but I forgot the table control object in the top include file

>_<

0 Kudos

Hello,

Check the attributes of that screen and check whether the screen number is updated.

Raghav