<?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: Type description using RTTI API in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145345#M1976428</link>
    <description>&lt;P&gt;Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Mar 2020 10:39:18 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2020-03-02T10:39:18Z</dc:date>
    <item>
      <title>Type description using RTTI API</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145340#M1976423</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
  &lt;P&gt;Using the RTTI (Run-Time Type Identification) API classes I want to retrieve the DDIC description of a type. For a single field that is possible using &lt;EM&gt;CL_ABAP_TYPEDESCR-&amp;gt;GET_DDIC_FIELD-FIELDTEXT&lt;/EM&gt;.&lt;BR /&gt;When using the RTTI classes &lt;EM&gt;CL_ABAP_TABLEDESCR, CL_ABAP_STRUCTDESCR&lt;/EM&gt;, ... is similar possible to retrieve structure or table DDIC description ?&lt;BR /&gt;Currently I do have this ABAP programmed using API's &lt;EM&gt;DD_TTHD_GET, DD_TABD_GET&lt;/EM&gt;, ... But want to avoid programming.&lt;/P&gt;
  &lt;P&gt;Regards Jack Graus &lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 07:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145340#M1976423</guid>
      <dc:creator>JackGraus</dc:creator>
      <dc:date>2020-03-02T07:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Type description using RTTI API</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145341#M1976424</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;DATA(rtti) = &lt;EM&gt;CL_ABAP_TYPEDESCR=&amp;gt;DESCRIBE_BY_NAME( 'SFLIGHT' ).&lt;/EM&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Mar 2020 07:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145341#M1976424</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-02T07:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Type description using RTTI API</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145342#M1976425</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;My question was nog completely correct: I am using &lt;EM&gt;CL_ABAP_ELEMDESCR-&amp;gt;GET_DDIC_FIELD( )-FIELDTEXT&lt;/EM&gt; to retrieve data element description.&lt;/P&gt;&lt;P&gt;That works for data element types. But for table or structure types when using &lt;EM&gt;CL_ABAP_TABLEDESCR&lt;/EM&gt; or &lt;EM&gt;CL_ABAP_STRUCTDESCR&lt;/EM&gt; it is not possible to return the table or structure description with &lt;EM&gt;CL_ABAP_ELEMDESCR&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 08:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145342#M1976425</guid>
      <dc:creator>JackGraus</dc:creator>
      <dc:date>2020-03-02T08:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Type description using RTTI API</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145343#M1976426</link>
      <description>&lt;P&gt;You mean, you'd like to know if there's a RTTI method to retrieve texts of table/structure components in bulk?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 08:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145343#M1976426</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-02T08:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Type description using RTTI API</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145344#M1976427</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I would like to retrieve DDIC structure description of table 'SFLIGHT' using RTTI.&lt;/P&gt;&lt;P&gt;Regards Jack&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 10:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145344#M1976427</guid>
      <dc:creator>JackGraus</dc:creator>
      <dc:date>2020-03-02T10:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Type description using RTTI API</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145345#M1976428</link>
      <description>&lt;P&gt;Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 10:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145345#M1976428</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-02T10:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Type description using RTTI API</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145346#M1976429</link>
      <description>&lt;P&gt;When you say "DDIC structure description of table 'SFLIGHT' using RTTI", you mean its text "Flight"? (in English)&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 10:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145346#M1976429</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-02T10:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Type description using RTTI API</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145347#M1976430</link>
      <description>&lt;P&gt;RTTI cannot return the text of a DDIC table, structure or table type.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 12:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145347#M1976430</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-02T12:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Type description using RTTI API</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145348#M1976431</link>
      <description>&lt;P&gt;For DDIC Structures and Tables you could have a look to the DB-Table DD02T (for both).&lt;/P&gt;&lt;P&gt;Yes indeed there seems to be no method in the RTTI classes.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 19:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145348#M1976431</guid>
      <dc:creator>BiberM</dc:creator>
      <dc:date>2020-03-02T19:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Type description using RTTI API</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145349#M1976432</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use FM  DDIF_FIELDINFO_GET to get DDIC structure description. &lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 21:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-description-using-rtti-api/m-p/12145349#M1976432</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2020-03-02T21:53:40Z</dc:date>
    </item>
  </channel>
</rss>

