<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Distributed Development in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/distributed-development/m-p/3030968#M716855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone work for a large company which has more than one development system e.g. one in America, one in Europe, one in China?&lt;/P&gt;&lt;P&gt;I would imagine most companies only have one central system for developing custom programs, otherwise you would run the risk of a situation where different countries have different versions of the same custom object. But, for the sake of argument, let's just say you did have more than one development team, does anyone have any ideas how to guard against the situation where two teams are changing the same object simultaneously?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheersy Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2007 05:54:04 GMT</pubDate>
    <dc:creator>hardyp180</dc:creator>
    <dc:date>2007-10-29T05:54:04Z</dc:date>
    <item>
      <title>Distributed Development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/distributed-development/m-p/3030968#M716855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone work for a large company which has more than one development system e.g. one in America, one in Europe, one in China?&lt;/P&gt;&lt;P&gt;I would imagine most companies only have one central system for developing custom programs, otherwise you would run the risk of a situation where different countries have different versions of the same custom object. But, for the sake of argument, let's just say you did have more than one development team, does anyone have any ideas how to guard against the situation where two teams are changing the same object simultaneously?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheersy Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 05:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/distributed-development/m-p/3030968#M716855</guid>
      <dc:creator>hardyp180</dc:creator>
      <dc:date>2007-10-29T05:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Distributed Development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/distributed-development/m-p/3030969#M716856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do one thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create your own transaction screen say ZSTART which will take two values :&lt;/P&gt;&lt;P&gt;transaction code and object name like&lt;/P&gt;&lt;P&gt;SE38  ZXXXXXXX&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;SE24 ZCLASSNAME&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a RFC which will be give status of object locking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the main transaction say ZSTART wiill do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will make an RFC call to other sytems and check if the object is locked by someone, if yes it will not call the said transaction else it would go and call the transaction. So this will resolve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for this access to all the transactions thru the commans need to removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this gives an idea&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 06:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/distributed-development/m-p/3030969#M716856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T06:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Distributed Development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/distributed-development/m-p/3030970#M716857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can explore the option of using the &amp;lt;b&amp;gt;remote comparison&amp;lt;/b&amp;gt; option that we have. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an RFC call to the target system, we replicate/or use the SAP functionality (SE38 wherein we can do a remote comparison (Utilities-&amp;gt; Versions -&amp;gt; Version management-&amp;gt; Remote comparison) ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any differences are found it means the code is not in synch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 06:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/distributed-development/m-p/3030970#M716857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T06:45:18Z</dc:date>
    </item>
  </channel>
</rss>

