<?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: Mark TODOs in ABAP code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723404#M1455838</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;I see. I had somehow assumed implicitly that the limiting set is the list a favorite packages because I use that for scope selection. But that's probably not true in general.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not really thought this through, but maybe the options could be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the favorite set of packages&lt;/LI&gt;&lt;LI&gt;packages of a specific application component (AKH component)&lt;/LI&gt;&lt;LI&gt;a working set&lt;/LI&gt;&lt;LI&gt;...?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2014 12:12:38 GMT</pubDate>
    <dc:creator>thorsten_himmel</dc:creator>
    <dc:date>2014-08-06T12:12:38Z</dc:date>
    <item>
      <title>Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723388#M1455822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;often I need to hardcode something in the code, so to test it fast and knowing that I will have to replace this after it is generally working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Java I used @TODO comments, so Eclipse would show them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does such thing exist in ABAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My other idea would be to produce by purpose somehow an ATC (ABAP Test Cockpit) violation with high priority, which should be easy to write and not alter the functionality of the code behind it.&lt;/P&gt;&lt;P&gt;So when I release my task, the check would complain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 12:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723388#M1455822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-04T12:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723389#M1455823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know two methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use the Worklist&lt;/P&gt;&lt;P&gt;Navigate: SE80 -&amp;gt; menu Utilities -&amp;gt; Worklist -&amp;gt; Display&lt;/P&gt;&lt;P&gt;You can also set it to be visible everytime You enter Object Navigator&lt;/P&gt;&lt;P&gt; (Utilities -&amp;gt; Settings -&amp;gt; ABAP Editor -&amp;gt; Worklist -&amp;gt; Display worklist).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can marks line of code to be visible here with the comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create search pattern in Code Inspector&lt;/P&gt;&lt;P&gt;You can create SCI variant to search for "TODO:" or any other string You define.&lt;/P&gt;&lt;P&gt;Than after executing SCI variant, You get all places with match to the definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Przemysław&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 16:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723389#M1455823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-04T16:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723390#M1455824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u00A0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 23:47:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723390#M1455824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-04T23:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723391#M1455825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the past I've done this by creating a check-point group in transaction SAAB and then adding a log-point (or assertion) in the code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;METHOD int_get_by_label.

  DATA:
    ls_input                TYPE zsprx_databylabel_query,
    ls_output               TYPE zsprx_databylabel_respo.

  LOG-POINT ID zawb_wizard_todo
    FIELDS 'INT_GET_BY_LABEL: Implement reference data service call.'.

  ls_input-reference_data_by_label_query-reference_data_selection_crite-label = iv_label.
  ...

ENDMETHOD.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then do a where-used on the checkpoint group to find the corresponding code, as well as activating logging, breaking or aborting (as appropriate) for triggered log-points or assertions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 15:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723391#M1455825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T15:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723392#M1455826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use may use a dedicated development object and use the were used list. In my projects we use a class-pools for each project and static parameterless methods for each subtopic/ or developer. In the to mark position we place a method to one of these methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One can hide the TODO development in a dedicated package to cause package violations which are reported by static test tools. One may also consider to provide already a unit test which currently turns red and in future green. Something like the TDD approach whereas with TDD you might not need the marker technique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;  Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Mar 2010 17:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723392#M1455826</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2010-03-06T17:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723393#M1455827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some really good suggestions here, I'm almost ashamed to say that I simply use a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"$$$&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to mark missing or temporary code, sometimes with an additional comment. I find it later via a global search for $$$. Works for me &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Mar 2010 21:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723393#M1455827</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-03-06T21:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723394#M1455828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very good ideas here, I think Klaus' is the best, since the package error will be shown for me when checking the objects in se09 and releasing the transport and it will also have high priority. Also the idea of using the where-used list to find these occurrences is pretty smart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 12:56:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723394#M1455828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T12:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723395#M1455829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruno,&lt;/P&gt;&lt;P&gt;are you still interested in TODO Markers for ABAP ?&lt;/P&gt;&lt;P&gt;We are planning support for that in the ABAP development tools for Eclipse.&lt;/P&gt;&lt;P&gt;You can mark your code with a TODO statement and we display the so-called TODO markers in the eclipse editor. Integration into ATC would be feasible that you can get all TODO Markers of the packages you are responsible for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interested? Do you know the Eclipsetools already?&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, 13 Sep 2013 13:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723395#M1455829</guid>
      <dc:creator>ThFiedler</dc:creator>
      <dc:date>2013-09-13T13:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723396#M1455830</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;I was actually looking for this TODO markup functionality in ABAP Eclipse.&lt;/P&gt;&lt;P&gt;I hope this thread is still active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And "YES" I would like to have this markup functionality in ABAP Eclipse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you mind inform me if you are still on the project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and best regards,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 09:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723396#M1455830</guid>
      <dc:creator>former_member208288</dc:creator>
      <dc:date>2013-12-16T09:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723397#M1455831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;+1 &lt;SPAN __jive_emoticon_name="love" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/408/images/emoticons/love.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 12:45:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723397#M1455831</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2013-12-16T12:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723398#M1455832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Me too. And it is not just about a literal TODO marker, but task tag IDE support in general. That's what I'm used to:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/362263" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use TODO and FIXME a lot. These two I would also love to use in the ABAP world.&lt;/P&gt;&lt;P&gt;(@todo is helpful when working with old code from JBuilder times, the low prio REMINDER is rarely used.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 16:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723398#M1455832</guid>
      <dc:creator>thorsten_himmel</dc:creator>
      <dc:date>2014-01-13T16:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723399#M1455833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas any time-frame when this is going to be available for ABAP objects? I have been pushing hard the adoption of ADT within my organization. I think this feature will help to get people more interested in using Eclipse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 20:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723399#M1455833</guid>
      <dc:creator>daniel_herreramarmolejo</dc:creator>
      <dc:date>2014-03-04T20:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723400#M1455834</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;Looking forward to see such a feature in Eclipse, is there any update on this topic? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tobi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 16:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723400#M1455834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-04T16:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723401#M1455835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tobi,&lt;/P&gt;&lt;P&gt;in principal not a big deal but I'm not sure what could be right granularity to display TODO Markers in the respective eclipse view? What is your expectation? How many TODO Markers would you like to see?&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>Tue, 05 Aug 2014 13:59:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723401#M1455835</guid>
      <dc:creator>ThFiedler</dc:creator>
      <dc:date>2014-08-05T13:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723402#M1455836</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;I would say there already is a proven soultion: the Eclipse Java Development Tools. Why not use that as an inspiration? The Java task view is customizable and therefore can be nicely tailored to one's needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 14:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723402#M1455836</guid>
      <dc:creator>thorsten_himmel</dc:creator>
      <dc:date>2014-08-05T14:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723403#M1455837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thorsten,&lt;/P&gt;&lt;P&gt;for JDT the number of resources that you consider in the marker view is limited by the number of java files that you have synced to your machine. For ABAP we don't have that limited set of ABAP objects. Therefore I'm still looking for the right filter options we should offer in the view.&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>Wed, 06 Aug 2014 11:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723403#M1455837</guid>
      <dc:creator>ThFiedler</dc:creator>
      <dc:date>2014-08-06T11:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723404#M1455838</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;I see. I had somehow assumed implicitly that the limiting set is the list a favorite packages because I use that for scope selection. But that's probably not true in general.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not really thought this through, but maybe the options could be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the favorite set of packages&lt;/LI&gt;&lt;LI&gt;packages of a specific application component (AKH component)&lt;/LI&gt;&lt;LI&gt;a working set&lt;/LI&gt;&lt;LI&gt;...?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 12:12:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723404#M1455838</guid>
      <dc:creator>thorsten_himmel</dc:creator>
      <dc:date>2014-08-06T12:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723405#M1455839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other suggestions from other blogs:&lt;/P&gt;&lt;P&gt;- Objects where I am responsible for&lt;/P&gt;&lt;P&gt;- Objects from my open transport requests&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>Wed, 06 Aug 2014 12:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723405#M1455839</guid>
      <dc:creator>ThFiedler</dc:creator>
      <dc:date>2014-08-06T12:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723406#M1455840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;We could have a default for all open files, and have options on the Preferences for the suggestions you gave to widen the resources where the TODOs are synched.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Daniel H.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 17:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723406#M1455840</guid>
      <dc:creator>daniel_herreramarmolejo</dc:creator>
      <dc:date>2014-10-23T17:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mark TODOs in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723407#M1455841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also think that this should be settable in the preferences. For me "favorite packages" would be suitable, but the other proposals seem reasonable too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 08:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-todos-in-abap-code/m-p/6723407#M1455841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-24T08:54:04Z</dc:date>
    </item>
  </channel>
</rss>

