cancel
Showing results for 
Search instead for 
Did you mean: 

Find different version of objects overwritten by one big transport request

Josip
Discoverer
0 Kudos
180

Hey,

I am trying to find all the objects contained in a transport request that have different versions between two systems.

Background: We imported a transport request with nearly 10 000 objects, and some of them were older versions than we had on the target system. Now we dont know which objects exacly are impacted, and we are trying to go trough the whole list of the transport request and compare between the two systems. Basically if the version is newer on dev system than it is the current active version on test system, we would like to get a list of such objects.

Is there a known way of doing this ? Or would we have to develop some sort of report, and if so, does anyone have any good tips to begin with ?

Thank you in advance

Sandra_Rossi
Active Contributor
0 Kudos
Did you restore the system before the import or not? Are the versions of the objects still present after the import?
Peter_1
Associate
Associate
0 Kudos
There should exist a FM SVRS_MASSCOMPARE_ACT_AND_SHOW which can do a remote comparision, but this FM do also compare meta data which leads to false positives. And you have to write a little report around it. The FM needs 2 RFC destinations and the object list.
holm
Participant
0 Kudos
I would try finding differences with SREPO.

Accepted Solutions (0)

Answers (0)