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

Version conflict between different landscapes

RaviTejaGuptha
Active Participant
0 Likes
713

Hello All,

We got a requirement to prepare a tool which should check the version with other landscape.

i.e if we are trying to edit one object in one landscape(DX1), it should check with the version in another landscape (DX2) and display the result.

Could you please provide some details how to proceed and possibility of this development.

Any small ideas are also welcome.

Thanks in Advance.

Cheers,

Ravi

1 ACCEPTED SOLUTION
Read only

Kiran_Valluru
Active Contributor
0 Likes
630

Hi,

You could use Utilities -> Versions -> Version Management -> Remote Comparision. ( an RFC Connection should exist in SM59)

Check the Standard Report RSSYSCOMP

Hope this helps u,

Regards,

Kiran

Hello All,

We got a requirement to prepare a tool which should check the version with other landscape.

i.e if we are trying to edit one object in one landscape(DX1), it should check with the version in another landscape (DX2) and display the result.

Could you please provide some details how to proceed and possibility of this development.

Any small ideas are also welcome.

Thanks in Advance.

Cheers,

Ravi

2 REPLIES 2
Read only

Kiran_Valluru
Active Contributor
0 Likes
631

Hi,

You could use Utilities -> Versions -> Version Management -> Remote Comparision. ( an RFC Connection should exist in SM59)

Check the Standard Report RSSYSCOMP

Hope this helps u,

Regards,

Kiran

Read only

0 Likes
630

Hi Kiran,

Thanks for your inputs.

We can use the Utilities options. But we have multiple systems in two different landscapes.

So this version check should happen automatically whenever the developer tries to edit an object and try to lock it under an Task. And it should give the result in popup.

Yes, I have debugged the report RSSYSCOMP . We are using the FM

SVRS_GET_VERS_AND_DELTA_REPO for the report. Then i tried to use this FM individually and found out that DELTA_TAB will be filled if there is a different version in the target system.

But i am not sure whether it will check the different versions or for the delta changes. Checking for the correct test data in our system. We will use TOC concepts to transport the objects in another landscape.

And need to check the things what all other FM's will be executed for other object types (FM,Smartform).

Kindly share your thoughts.

Regards,

Ravi