2014 Aug 26 2:53 PM
Hello to all,
we are running SAP systems with different EhP stacks. In addition to that we have a lot of remote function calls betweend these systems.
Now I'm looking for a tool in order to compare the structure between the systems automatically, like the sap version management.
Is there any function module?
Regards Christian
2014 Aug 26 3:06 PM
hi!
I do not know a ready-to-use tool, especially in case you like to compare multiple DD objects at the same time. But it should be relatively simple to read structure information (e.g. using CL_ABAP_TYPEDESCR=>DESCRIBE_BY_NAME) on both systems (one via RFC) and run a comparison.
Roland