‎2007 Oct 29 5:16 AM
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.
‎2007 Oct 30 3:16 AM
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
‎2007 Oct 30 3:16 AM
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
‎2007 Oct 30 3:19 AM
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