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

regarding screen comparison

Former Member
0 Likes
1,319

hey guys,

Is it possible to compare two Screens from 46C to ECC and find the differences.

for example, Screen layout and Field label texts changes between two systems.

With respect to screen level.

pls suggest me if any function module exists. Can somebody shed light on this

regards

ambichan.

3 REPLIES 3
Read only

Former Member
0 Likes
845

Hi,

Try this..

If you have RFC connection to ECC..

Then in SE51..utilities -> version management..Do remote comparison to the ECC system.

OR

Download both the screen layout..and then compare them in an external editor.

Thanks

Naren

Read only

Former Member
0 Likes
845

Hi,

If you are looking for Upgrade and if this is a standard screen you want to compare, after upgrade usually you can see the screen comparison in SPAU transaction.

You can also keep 2 session open in 2 systems and compare screen details.

ashish

Read only

Former Member
0 Likes
845

Hi,

Use FM 'RPY_DYNPRO_READ' or FM 'DYNPRO_FIELD_GET' in both systems.

You will get the data in internal table in each system.

You can export data via RFC call.

Best regards,

Prashant