<?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: How can I retrieve a data element attributes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-retrieve-a-data-element-attributes/m-p/8094552#M1615776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silvain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the requirement is not very clear: You want &lt;EM&gt;to create a report using write commands&lt;/EM&gt; which is completely outdated. OK, if ALV grid or tree is no alternative and screen output is ruled out, you want a classic ABAPlist. The WRITE statement will create the output according to the technical characteristics of the output field automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no visible reason why you can not use DESCRIBE statement. For dynamic determination of technical properties, nowadays class CL_ABAP_TYPEDESCR method DESCRIBE_BY_DATA will be the method of choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you give one or two simple examples of what output you want to get for what data, help is right around the corner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2011 21:47:39 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2011-07-08T21:47:39Z</dc:date>
    <item>
      <title>How can I retrieve a data element attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-retrieve-a-data-element-attributes/m-p/8094549#M1615773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everbody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create a report using write commands but it need to be dynamicaly displayed. The fields to be displayed may vary depending on the user's needs. I have stored the field descriptions (column headings) and the data element to use in a customizing table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to display the data accrodingly to each filed lenght and type. I would like to know if there is a wa to retreive a field attributes in an ABAP program? I would like to use the field content stored in the customizing table. Therefore I beleieve that usage of command DESCRIBE FIELD is not possible. Any other alternative?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sylvain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 19:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-retrieve-a-data-element-attributes/m-p/8094549#M1615773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-08T19:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can I retrieve a data element attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-retrieve-a-data-element-attributes/m-p/8094550#M1615774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if Function module  &lt;STRONG&gt;'DDIF_DTEL_GET'&lt;/STRONG&gt;  helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 19:42:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-retrieve-a-data-element-attributes/m-p/8094550#M1615774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-08T19:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I retrieve a data element attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-retrieve-a-data-element-attributes/m-p/8094551#M1615775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the details of data element from FM DDIF_DTEL_GET.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 19:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-retrieve-a-data-element-attributes/m-p/8094551#M1615775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-08T19:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I retrieve a data element attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-retrieve-a-data-element-attributes/m-p/8094552#M1615776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silvain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the requirement is not very clear: You want &lt;EM&gt;to create a report using write commands&lt;/EM&gt; which is completely outdated. OK, if ALV grid or tree is no alternative and screen output is ruled out, you want a classic ABAPlist. The WRITE statement will create the output according to the technical characteristics of the output field automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no visible reason why you can not use DESCRIBE statement. For dynamic determination of technical properties, nowadays class CL_ABAP_TYPEDESCR method DESCRIBE_BY_DATA will be the method of choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you give one or two simple examples of what output you want to get for what data, help is right around the corner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 21:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-retrieve-a-data-element-attributes/m-p/8094552#M1615776</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-07-08T21:47:39Z</dc:date>
    </item>
  </channel>
</rss>

