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

Rename screen problem

0 Likes
584

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
Read only

Former Member
0 Likes
531

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

Read only

0 Likes
531

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

>_<

Read only

0 Likes
531

Hello,

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

Raghav