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: 

how to put lock on an development object .

Former Member
0 Kudos

HI,

I have one doubt, any body can please help me. the scenario is :

if i done some modification in a customizing object and transport it to test system and after me some one else has done some modification on that object and he completed testing before me and apply that in the production system . if after this i will put my modification in the production than it will over write the privious oject.

now tell me how can we prevent such scenario to occur. can we do some setting to stop such over writing ?

Thanks,

Bhavesh

3 REPLIES 3

ThomasZloch
Active Contributor
0 Kudos

Classical problem, not related to OO specifically, has been discussed occasionally.

There is no automatic check in the standard, you would need to program one yourself (very complex) or better coordinate yourself properly with other developers.

Thomas

Former Member
0 Kudos

Hi Bhavesh,

There is no standard setting in SAP which prevents this.

But there is a tool called Rev-Track which can be linked to SAP.

To name some features:

1.Automate the approval system of transports.

2.Master object lock which allows only one user to work on an object at a time.

Regards,

Babul.

Former Member
0 Kudos

SAP has no way to track such transport requests.

Do not let CTS Team to transport without knowlwdge of TR owner.