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: 

Remote comparsion of dictionary objects

former_member301120
Active Participant
0 Kudos
174

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

1 REPLY 1

Former Member
0 Kudos
107

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