<?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: Description for Methods in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863944#M1886935</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;here I can say: Yippiyeah!!&lt;/P&gt;&lt;P&gt;thanks for all the progress in ADT/AIE (hm, I'm missing the memory inspector though)&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2015 18:50:27 GMT</pubDate>
    <dc:creator>christianpunz</dc:creator>
    <dc:date>2015-07-06T18:50:27Z</dc:date>
    <item>
      <title>Description for Methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863936#M1886927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a posibility to put a description for method in eclipse as in SE80 (see Screen)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/639027" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Hartmut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 12:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863936#M1886927</guid>
      <dc:creator>hartmut_rapp</dc:creator>
      <dc:date>2015-02-05T12:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Description for Methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863937#M1886928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hartmut,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does this document answer your question?&lt;BR /&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-40872"&gt;http://scn.sap.com/docs/DOC-40872&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Felix&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 13:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863937#M1886928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-05T13:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Description for Methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863938#M1886929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hartmut,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can give description to method in Eclipse as well. For that you have to make use of ABAP Doc comments. ABAP Doc comments are a special comments which you can add before any declarative statements.Information which you entered as an ABAP Doc comment for particular element will be shown in its code element information pop up. To see this information you can put a cursor on that element and press F2.&lt;/P&gt;&lt;P&gt;ABAP Doc comments are added in the source code one row above the element,in its definition area.ABAP doc comment starts with "!. If the comment is multi-line then every line of comment will start with "!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; "! Method to calculate addition&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "! @parameter lv_a&amp;nbsp; 1st input number&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "! @parameter lv_b 2nd &lt;SPAN style="font-size: 13.3333330154419px;"&gt;input number&lt;/SPAN&gt;|&lt;/P&gt;&lt;P&gt;&amp;nbsp; METHODS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; calculate_add IMPORTING lv_a TYPE n&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_connid TYPE n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;You can &lt;SPAN style="color: #333333; font-size: 12px;"&gt;to generate ABAP Doc by importing the existing descriptions.To &lt;/SPAN&gt;import the description in your class or interface, just open the class or interface and use the menu entry "Source &amp;gt; Import ABAP Doc from Descriptions".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Note: ABAP Doc has been introduced with SAP netweaver server ABAP 7.4 SP2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 10:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863938#M1886929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-06T10:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Description for Methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863939#M1886930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sheha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think ABAP Doc is a cool feature. But in my case it does not solve the problem&lt;/P&gt;&lt;P&gt;Also the system is on 740 SP07, the import function for descriptions does nothing and vice versa if I make some ABAP Doc comments I can’t see them in SE24.&lt;/P&gt;&lt;P&gt;Or do I misunderstand anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Hartmut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 08:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863939#M1886930</guid>
      <dc:creator>hartmut_rapp</dc:creator>
      <dc:date>2015-02-20T08:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Description for Methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863940#M1886931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felix,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, this is a great Doc but does not really solve my problem (see reply to Sheha below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Hartmut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 08:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863940#M1886931</guid>
      <dc:creator>hartmut_rapp</dc:creator>
      <dc:date>2015-02-20T08:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Description for Methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863941#M1886932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very Intresting question Hartmut....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well I am also looking for it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Amol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 11:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863941#M1886932</guid>
      <dc:creator>amol_samte</dc:creator>
      <dc:date>2015-02-20T11:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Description for Methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863942#M1886933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hartmut,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can't see the descriptions in SE24, but if you press F2 in the Eclipse, you will see very nice description of the method. This will also be shown, if you have short descriptions in SE24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/650894" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps...&lt;/P&gt;&lt;P&gt;O.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 08:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863942#M1886933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-23T08:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Description for Methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863943#M1886934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hartmut,&lt;/P&gt;&lt;P&gt;the import function from short-descriptions to ABAP Doc should work. Please open a OSS ticket for the issue so that our support can have a look on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concering the other way around I have goods news for you. We are working on a synchronization between ABAP Doc on the short-descriptions. That means you can change both in the SE24 form editor and in the ABAP Doc as well and the editor takes care for synchronization. Feature will be available with the next major release.&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>Mon, 23 Feb 2015 08:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863943#M1886934</guid>
      <dc:creator>ThFiedler</dc:creator>
      <dc:date>2015-02-23T08:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Description for Methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863944#M1886935</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;here I can say: Yippiyeah!!&lt;/P&gt;&lt;P&gt;thanks for all the progress in ADT/AIE (hm, I'm missing the memory inspector though)&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 18:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863944#M1886935</guid>
      <dc:creator>christianpunz</dc:creator>
      <dc:date>2015-07-06T18:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Description for Methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863945#M1886936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But that would be available only for 7.4 and onwards, right? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 04:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/description-for-methods/m-p/10863945#M1886936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-07T04:31:06Z</dc:date>
    </item>
  </channel>
</rss>

