<?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 Re: ABAP ADT parallel locking issue for ABAP Classes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/14111403#M2041898</link>
    <description>&lt;P&gt;Dear ADT Experts,&lt;BR /&gt;&lt;BR /&gt;I also have similar issues regarding the object lock in the long term.&lt;BR /&gt;For example, &lt;STRONG&gt;only&lt;/STRONG&gt; method &lt;STRONG&gt;a&amp;nbsp;&lt;/STRONG&gt;of&amp;nbsp;CLASS &lt;STRONG&gt;cl_A&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;is saved into &lt;STRONG&gt;TR1&lt;/STRONG&gt; in SAP GUI, then if I'd like to edit cl_A's other method &lt;STRONG&gt;b&lt;/STRONG&gt;, I cannot type anything and popup shows, telling me the whole class is now locked, and I cannot use ADT to edit method b until the &lt;STRONG&gt;TR1&amp;nbsp;&lt;/STRONG&gt;is released.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Henry_Xu_1-1748244774679.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/265888iD1179F2D050D1A01/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Henry_Xu_1-1748244774679.png" alt="Henry_Xu_1-1748244774679.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you please enhance this behavior, as it may happen again if multiple fixing/developing happen on the same class, and it also make me go back to SAP GUI again.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Henry Xu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 May 2025 07:36:50 GMT</pubDate>
    <dc:creator>Henry_Xu1</dc:creator>
    <dc:date>2025-05-26T07:36:50Z</dc:date>
    <item>
      <title>ABAP ADT parallel locking issue for ABAP Classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577930#M1938575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ladies and Gentlemen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one issue which currently stops me to working on ABAP ADT instead of SAP GUI. It becomes more and more critical for me. The issue is very simple: it’s how the ABAP ADT locks ABAP classes when you start something typing in ADT source code editor. When ADT locks the ABAP class then that ABAP class is completely locked, all its sections and parts (all methods and class definitions). It completely blocks me and my colleagues to work in one ABAP class simultaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: using SAP GUI (SE80) I can open ABAP class and go to a particular method of this class and starts changing one, so the system only locks that class method, not the whole class and all its methods, while my colleague had been already working on another class method. If we consider this case with ABAP ADT: If my colleague is working on one of method of the class and I’m trying to change another method of the same class via ABAP ADT then ADT sends me the lock error and vice versa, if I’m working on one of the method of the class my colleague will not be able to change another method of the same class which’s more worse because I’m blocking his/her work at all.&lt;/P&gt;&lt;P&gt;Does anybody know if it’s possible to set-up ABAP ADT, so that it will lock a particular ABAP class section (method) instead of the whole class?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: my software stuff: ABAP ADT eclipse Version: 2.50.1 and my back-end system is AS ABAP 740 SP11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Aleh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 13:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577930#M1938575</guid>
      <dc:creator>former_member241558</dc:creator>
      <dc:date>2016-02-19T13:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP ADT parallel locking issue for ABAP Classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577931#M1938576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aleh,&lt;/P&gt;&lt;P&gt;this editor mode is not supported in eclipse. We have ideas in mind but nothing in the current backlog.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thomas. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 13:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577931#M1938576</guid>
      <dc:creator>ThFiedler</dc:creator>
      <dc:date>2016-02-19T13:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP ADT parallel locking issue for ABAP Classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577932#M1938577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for a quick reply. Hope the ABAP ADT will use the similar locking mechanism as well as the SAP GUI does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Aleh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 13:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577932#M1938577</guid>
      <dc:creator>former_member241558</dc:creator>
      <dc:date>2016-02-19T13:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP ADT parallel locking issue for ABAP Classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577933#M1938578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aleh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you talking about the long-term (i. e. transport-level) locks or the short-term, concurrent-editing locks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp; Volker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577933#M1938578</guid>
      <dc:creator>vwegert</dc:creator>
      <dc:date>2016-02-19T21:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP ADT parallel locking issue for ABAP Classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577934#M1938579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Volker,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was mentioning the short-term, when you start editing the ABAP class within source-code editor. Actually there were some issues with transport locks as well &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;, for example: one method of the class was changed in one Workbench (WB) transport, then the task of that WB transport was released (not the whole WB transport), then I’m trying to change another method of the same class and I’ve got an error message that my previous transport locked this class, there’s no issues when I’m using SAP GUI… anyway this issue &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;isn’t so critical&lt;/EM&gt;&lt;/SPAN&gt; for me because such a case isn’t so frequent, but locking of ABAP classes in parallel is very critical when you’re working on a quite big project with a team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Aleh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 07:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577934#M1938579</guid>
      <dc:creator>former_member241558</dc:creator>
      <dc:date>2016-02-24T07:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP ADT parallel locking issue for ABAP Classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577935#M1938580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aleh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe it's just me, but if you really need the option of multiple people changing the same class at the same time, I'd say there's probably something wrong with the way the project is organized and the code is structured. I for one would most certainly not have someone change parts of the class I'm currently working on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Volker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 12:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577935#M1938580</guid>
      <dc:creator>vwegert</dc:creator>
      <dc:date>2016-02-25T12:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP ADT parallel locking issue for ABAP Classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577936#M1938581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Volker,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually you’re right, but currently a lot of new custom development uses BOPF, and this is exactly the case when several developers could change the same class which is responsible for BO node determination/action/validation etc…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Aleh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 12:43:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577936#M1938581</guid>
      <dc:creator>former_member241558</dc:creator>
      <dc:date>2016-02-25T12:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP ADT parallel locking issue for ABAP Classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577937#M1938582</link>
      <description>&lt;P&gt;While ABAP in eclipse catched up quite nicely in the recent months/years when working "alone" on a developement, this issue is still a big no-go as soon as you are working in a team of developers. There is no way of using ADT to work on ABAP classes due to the missing fine grained locking.&lt;/P&gt;&lt;P&gt;This is a bit sad. &lt;/P&gt;&lt;P&gt;Maybe this is a reason why we should all start using GIT ? &lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 07:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/11577937#M1938582</guid>
      <dc:creator>i-ivd</dc:creator>
      <dc:date>2019-09-25T07:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP ADT parallel locking issue for ABAP Classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/13957685#M2038059</link>
      <description>&lt;P&gt;This thread was started almost nine years ago, yet the described problem is still not resolved. I cannot believe this long time would not be sufficient for coming up with a fix for this, which is a significant impediment of ADT compared to the good old SE80 ABAP workbench that was able to do selective locking for ages.&lt;/P&gt;&lt;P&gt;To get around the problem, I always start editing individual objects in SE80 instead of relying on ADT. The interesting thing is that once this happens, ADT happily accepts it and I can continue changing anything via ADT that is already part of that TR. So, this means it is able to recognize that the changed object is already locked in my transport task, but for some reason it is unable to place the proper lock by itself. This is weird, but then how hard should it be to make this happen?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 02:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/13957685#M2038059</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2024-12-13T02:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP ADT parallel locking issue for ABAP Classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/14051206#M2041434</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/4266"&gt;@ThFiedler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;is there still no way to implement this requirement in ADT? As you write, there were already ideas for this 9 years ago. It is simply totally unfortunate if the whole class is locked in a transport request, even though you only want to edit a single method. For this reason, I work with the SAP GUI again when maintaining classes that are already active. Surely it must be possible to solve this? I will try out &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/182281"&gt;@Tamas_Hoznek&lt;/a&gt;'s suggestion.&lt;/P&gt;&lt;P&gt;Regards Frank&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 08:25:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/14051206#M2041434</guid>
      <dc:creator>19KnarfRed81</dc:creator>
      <dc:date>2025-03-20T08:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP ADT parallel locking issue for ABAP Classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/14111403#M2041898</link>
      <description>&lt;P&gt;Dear ADT Experts,&lt;BR /&gt;&lt;BR /&gt;I also have similar issues regarding the object lock in the long term.&lt;BR /&gt;For example, &lt;STRONG&gt;only&lt;/STRONG&gt; method &lt;STRONG&gt;a&amp;nbsp;&lt;/STRONG&gt;of&amp;nbsp;CLASS &lt;STRONG&gt;cl_A&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;is saved into &lt;STRONG&gt;TR1&lt;/STRONG&gt; in SAP GUI, then if I'd like to edit cl_A's other method &lt;STRONG&gt;b&lt;/STRONG&gt;, I cannot type anything and popup shows, telling me the whole class is now locked, and I cannot use ADT to edit method b until the &lt;STRONG&gt;TR1&amp;nbsp;&lt;/STRONG&gt;is released.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Henry_Xu_1-1748244774679.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/265888iD1179F2D050D1A01/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Henry_Xu_1-1748244774679.png" alt="Henry_Xu_1-1748244774679.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you please enhance this behavior, as it may happen again if multiple fixing/developing happen on the same class, and it also make me go back to SAP GUI again.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Henry Xu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 07:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/14111403#M2041898</guid>
      <dc:creator>Henry_Xu1</dc:creator>
      <dc:date>2025-05-26T07:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP ADT parallel locking issue for ABAP Classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/14138998#M2042053</link>
      <description>&lt;P&gt;This is a super helpful idea, we are finally converting over to Eclipse with ADT to make use of Github Copilot and I just ran into this today. Will test this out! Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 15:58:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/14138998#M2042053</guid>
      <dc:creator>erpendergrass</dc:creator>
      <dc:date>2025-06-27T15:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP ADT parallel locking issue for ABAP Classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/14187277#M2042344</link>
      <description>&lt;P&gt;This thread is marked as "solved", but it isn't.&amp;nbsp; The workaround&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/182281"&gt;@Tamas_Hoznek&lt;/a&gt;&amp;nbsp; mentioned works, but it is still annoying that we have to do that.&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1593451"&gt;@19KnarfRed81&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/365761"&gt;@erpendergrass&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1062"&gt;@i-ivd&lt;/a&gt;&amp;nbsp;Maybe it's good idea to mention this point in the SAP ADT survey:&lt;BR /&gt;&lt;A title="ADT Survey" href="https://sapinsights.eu.qualtrics.com/jfe/form/SV_7X5P63Zg5zXC5zE?product=ABAP%20Development%20Tools%20(ADT)&amp;amp;product_filter=ADT" target="_blank" rel="noopener"&gt;ADT Survey&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Marco&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 04:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-adt-parallel-locking-issue-for-abap-classes/m-p/14187277#M2042344</guid>
      <dc:creator>MarcoK</dc:creator>
      <dc:date>2025-08-22T04:52:45Z</dc:date>
    </item>
  </channel>
</rss>

