<?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 Retrieve fieldtext with dynamic table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-fieldtext-with-dynamic-table/m-p/6279237#M1387986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy everyone ,&lt;/P&gt;&lt;P&gt;Is it possible to retrieve the long or medium text of a field label in data element using cl_abap_elemdescr or cl_abap_typedescr ?&lt;/P&gt;&lt;P&gt;Thank's a lot. !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2009 10:00:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-28T10:00:59Z</dc:date>
    <item>
      <title>Retrieve fieldtext with dynamic table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-fieldtext-with-dynamic-table/m-p/6279237#M1387986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy everyone ,&lt;/P&gt;&lt;P&gt;Is it possible to retrieve the long or medium text of a field label in data element using cl_abap_elemdescr or cl_abap_typedescr ?&lt;/P&gt;&lt;P&gt;Thank's a lot. !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 10:00:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-fieldtext-with-dynamic-table/m-p/6279237#M1387986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T10:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve fieldtext with dynamic table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-fieldtext-with-dynamic-table/m-p/6279238#M1387987</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;Yes, you can use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data lo_elem type ref to cl_abap_elemdescr.
data l_field type dfies.

parameters p_elem type rollname.

start-of-selection.
  lo_elem ?= cl_abap_elemdescr=&amp;gt;describe_by_name( p_elem ).
  l_field = lo_elem-&amp;gt;get_ddic_field( ).

  write : / 'Field', p_elem, 'descriptions:',
          / 'Short: ', l_field-scrtext_s,
          / 'Medium: ', l_field-scrtext_m,
          / 'Long: ', l_field-scrtext_l,
          / 'Heading: ', l_field-reptext.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanguy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 12:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-fieldtext-with-dynamic-table/m-p/6279238#M1387987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T12:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve fieldtext with dynamic table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-fieldtext-with-dynamic-table/m-p/6279239#M1387988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works for me.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;RT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 06:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-fieldtext-with-dynamic-table/m-p/6279239#M1387988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-07T06:44:15Z</dc:date>
    </item>
  </channel>
</rss>

