<?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 not available for constructor (Eclipse) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-not-available-for-constructor-eclipse/m-p/12478400#M2001590</link>
    <description>&lt;P&gt;You'd better see with SAP (notes, SAP support, Thomas Fiedler, etc.) and provide Eclipse version, ABAP version, etc.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2022 13:50:31 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2022-01-05T13:50:31Z</dc:date>
    <item>
      <title>ABAP Doc not available for constructor (Eclipse)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-not-available-for-constructor-eclipse/m-p/12478399#M2001589</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;In cases when I am using the ABAP Doc for all of the class methods, it works fine. But when I assign ABAP Doc to the class constructor, it does not display in Eclipse.&lt;/P&gt;
  &lt;P&gt;When I click F2 on the constructor itself, I get the "Code information is not available" error. On the class itself, it shows only the ABAP Doc created for the whole class, without the information about the constructor.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2008942-2022-01-05-11-07-48.png" /&gt;&lt;/P&gt;
  &lt;P&gt;The code of ABAP Doc used:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;"! &amp;lt;p class="shorttext synchronized" lang="en"&amp;gt;Constructor creating the Excel file&amp;lt;/p&amp;gt;
"!
"! @parameter is_head_data | Header data.
"! @parameter is_positions_mesh | Position data mesh.
"! @parameter iv_sysid | External system name.
"!
"! @raising zcx_excel | Error creating the Excel file.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;After exporting the ABAP Doc to HTML, the documentation for the constructor shows properly. Also, the synchronized description is displayed in the SAP GUI as expected.&lt;/P&gt;
  &lt;P&gt;What's the problem? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 10:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-not-available-for-constructor-eclipse/m-p/12478399#M2001589</guid>
      <dc:creator>szelbi</dc:creator>
      <dc:date>2022-01-05T10:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Doc not available for constructor (Eclipse)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-not-available-for-constructor-eclipse/m-p/12478400#M2001590</link>
      <description>&lt;P&gt;You'd better see with SAP (notes, SAP support, Thomas Fiedler, etc.) and provide Eclipse version, ABAP version, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 13:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-not-available-for-constructor-eclipse/m-p/12478400#M2001590</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-01-05T13:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Doc not available for constructor (Eclipse)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-not-available-for-constructor-eclipse/m-p/12478401#M2001591</link>
      <description>&lt;P&gt;Hello Sandra,&lt;/P&gt;&lt;P&gt;I have tested the issue using Eclipse 03-2021 and Eclipse 12-2021 and unfortunately, it is the case on both versions.&lt;/P&gt;&lt;P&gt;As far as I know, the ABAP version is 7.50.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 09:02:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-not-available-for-constructor-eclipse/m-p/12478401#M2001591</guid>
      <dc:creator>szelbi</dc:creator>
      <dc:date>2022-01-10T09:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Doc not available for constructor (Eclipse)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-not-available-for-constructor-eclipse/m-p/12478402#M2001592</link>
      <description>&lt;P&gt;Have you checked what happens when you trigger F2 on a new or create object statement of that class&lt;/P&gt;&lt;P&gt;Regards, Thom&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 19:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-not-available-for-constructor-eclipse/m-p/12478402#M2001592</guid>
      <dc:creator>ThFiedler</dc:creator>
      <dc:date>2022-01-25T19:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Doc not available for constructor (Eclipse)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-not-available-for-constructor-eclipse/m-p/12478403#M2001593</link>
      <description>&lt;P&gt;Hello Thomas,&lt;/P&gt;&lt;P&gt;When I mark the class name which occurs after the "NEW" statement, it shows the description, not the constructor one but for the whole class. As far as I see, the same thing happens with the "CREATE OBJECT" statement.&lt;/P&gt;&lt;P&gt;The object which is created using those statements and assigned to some variable does not show any description at all until you click on the type of that variable. Then we come back to the description described before.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 06:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-not-available-for-constructor-eclipse/m-p/12478403#M2001593</guid>
      <dc:creator>szelbi</dc:creator>
      <dc:date>2022-01-26T06:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Doc not available for constructor (Eclipse)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-not-available-for-constructor-eclipse/m-p/12478404#M2001594</link>
      <description>&lt;P&gt;Hello Norbert,&lt;/P&gt;&lt;P&gt;on newer releases everything works as expected. I tested in on S/4HANA 2020 release.&lt;/P&gt;&lt;P&gt;We are checking if we can provide this also on the ERP releases.&lt;/P&gt;&lt;P&gt;A ticket would help here &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thomas.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 07:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-doc-not-available-for-constructor-eclipse/m-p/12478404#M2001594</guid>
      <dc:creator>ThFiedler</dc:creator>
      <dc:date>2022-01-26T07:31:47Z</dc:date>
    </item>
  </channel>
</rss>

