<?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 Doc Parameter Type Description Generation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-parameter-type-description-generation/m-p/11948828#M1966271</link>
    <description>&lt;P&gt;Hi Benjamin,&lt;/P&gt;&lt;P&gt;thank you very much for your reply.&lt;/P&gt;&lt;P&gt;I need it for example to export the ABAP Doc as file as described in this blog.&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2015/10/21/new-abap-doc-features-with-netweaver-75/"&gt;New ABAP Doc Features with NetWeaver 7.5&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2019 06:19:45 GMT</pubDate>
    <dc:creator>frankmueller9</dc:creator>
    <dc:date>2019-04-04T06:19:45Z</dc:date>
    <item>
      <title>ABAP Doc Parameter Type Description Generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-parameter-type-description-generation/m-p/11948826#M1966269</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I'm using CTRL+1 to generate the ABAP Doc of a method. Currently the following ABAP Doc will be generated.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;"! &amp;lt;p class="shorttext synchronized" lang="en"&amp;gt;&amp;lt;/p&amp;gt;
"! 
"! @parameter iv_matnr | &amp;lt;p class="shorttext synchronized" lang="en"&amp;gt;&amp;lt;/p&amp;gt;
"! @parameter iv_werks | &amp;lt;p class="shorttext synchronized" lang="en"&amp;gt;&amp;lt;/p&amp;gt;
methods do_something
    IMPORTING
      iv_matnr TYPE matnr
      iv_werks TYPE werks_d.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Is there any way that the description of the parameters will be generated automatically from the dictionary like in SE80? So that it will look like this example? It is a huge effort to add the descriptions manually.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;"! &amp;lt;p class="shorttext synchronized" lang="en"&amp;gt;&amp;lt;/p&amp;gt;
"! 
"! @parameter iv_matnr | &amp;lt;p class="shorttext synchronized" lang="en"&amp;gt;Material Number&amp;lt;/p&amp;gt;
"! @parameter iv_werks | &amp;lt;p class="shorttext synchronized" lang="en"&amp;gt;Plant&amp;lt;/p&amp;gt;
methods do_something
    IMPORTING
      iv_matnr TYPE matnr
      iv_werks TYPE werks_d.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Best regards&lt;/P&gt;
  &lt;P&gt;Frank&lt;/P&gt;
  &lt;BR /&gt;</description>
      <pubDate>Wed, 03 Apr 2019 07:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-parameter-type-description-generation/m-p/11948826#M1966269</guid>
      <dc:creator>frankmueller9</dc:creator>
      <dc:date>2019-04-03T07:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Doc Parameter Type Description Generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-parameter-type-description-generation/m-p/11948827#M1966270</link>
      <description>&lt;P&gt;Hi Frank, &lt;/P&gt;&lt;P&gt;are you sure you need this? I suggest naming the variables differently, like iv_plant. Then you don't need to add redundant documentation and your code is more readable.&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Benjamin&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 06:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-parameter-type-description-generation/m-p/11948827#M1966270</guid>
      <dc:creator>BGI</dc:creator>
      <dc:date>2019-04-04T06:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Doc Parameter Type Description Generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-parameter-type-description-generation/m-p/11948828#M1966271</link>
      <description>&lt;P&gt;Hi Benjamin,&lt;/P&gt;&lt;P&gt;thank you very much for your reply.&lt;/P&gt;&lt;P&gt;I need it for example to export the ABAP Doc as file as described in this blog.&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2015/10/21/new-abap-doc-features-with-netweaver-75/"&gt;New ABAP Doc Features with NetWeaver 7.5&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 06:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-parameter-type-description-generation/m-p/11948828#M1966271</guid>
      <dc:creator>frankmueller9</dc:creator>
      <dc:date>2019-04-04T06:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Doc Parameter Type Description Generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-parameter-type-description-generation/m-p/11948829#M1966272</link>
      <description>&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;this feature is currently not planned.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thomas.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 06:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-parameter-type-description-generation/m-p/11948829#M1966272</guid>
      <dc:creator>ThFiedler</dc:creator>
      <dc:date>2019-08-27T06:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Doc Parameter Type Description Generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-parameter-type-description-generation/m-p/11948830#M1966273</link>
      <description>&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;thank you very much for the information. This feature would save a lot of effort and would make the switch to ABAP in Eclipse easier. Is there a way that it will be implemented in a higher release?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 06:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-parameter-type-description-generation/m-p/11948830#M1966273</guid>
      <dc:creator>frankmueller9</dc:creator>
      <dc:date>2019-09-07T06:30:48Z</dc:date>
    </item>
  </channel>
</rss>

