<?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/6279442#M1388011</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:01:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-28T10:01:00Z</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/6279442#M1388011</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:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-fieldtext-with-dynamic-table/m-p/6279442#M1388011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T10:01:00Z</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/6279443#M1388012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ahh, didn't see double posting, but same answer &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Barry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what about CL_ABAP_ELEMDESCR-&amp;gt;GET_DDIC_FIELD and SCRTEXT_S/M/L of returnstruct DFIES?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: lo_elem_desc TYPE REF TO cl_abap_elemdescr,
      lf_dfies     TYPE dfies.

lo_elem_desc ?= cl_abap_elemdescr=&amp;gt;describe_by_name( 'SYLANGU' ).
lf_dfies = lo_elem_desc-&amp;gt;get_ddic_field( ).
WRITE: / lf_dfies-scrtext_s,
       / lf_dfies-scrtext_m,
       / lf_dfies-scrtext_l.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, Karsten&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Karsten Korte on Oct 29, 2009 2:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 13:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-fieldtext-with-dynamic-table/m-p/6279443#M1388012</guid>
      <dc:creator>karsten_korte</dc:creator>
      <dc:date>2009-10-29T13:17:12Z</dc:date>
    </item>
  </channel>
</rss>

