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: 

Screen Changes

Former Member
0 Kudos

HI all,

I am working on upgrade project, an di have been assigned a task where in i have to track screen changes between 4.0B and ECC6.

For eg, T-code MM01

I have to give what all new screens have been added, which screens have become obsolete, etc.

What should be my approach towards this problem to track screen changes between two versions?

Do i need to do F1 help on every screen field...?

Or is there any table which would list out all the screens used by a transaction.?

<b>Points will be rewarded</b>

Message was edited by:

Runal Singh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

check th tables D020S and D020T which gives the list of all screens for a Program.

or you can run the MM01 Tcode in both versions manually and see the screen changes/fields etc

I think there is no automatic method to check this.

We execute the same transaction in the new system and see whether it is working fine or not after upgrade.

Regards

Anji

1 REPLY 1

Former Member
0 Kudos

Hi

check th tables D020S and D020T which gives the list of all screens for a Program.

or you can run the MM01 Tcode in both versions manually and see the screen changes/fields etc

I think there is no automatic method to check this.

We execute the same transaction in the new system and see whether it is working fine or not after upgrade.

Regards

Anji