<?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: regarding field name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-field-name/m-p/6137775#M1366417</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;BUKU_GET_FIELD_NAMES function module will help you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Sep 2009 05:50:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-16T05:50:00Z</dc:date>
    <item>
      <title>regarding field name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-field-name/m-p/6137774#M1366416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to find the field name of internal table programmtically. Is it possible to find the field name of internal. I need to write the internal table on application server along with header information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 23:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-field-name/m-p/6137774#M1366416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T23:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding field name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-field-name/m-p/6137775#M1366417</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;BUKU_GET_FIELD_NAMES function module will help you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 05:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-field-name/m-p/6137775#M1366417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T05:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: regarding field name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-field-name/m-p/6137776#M1366418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aamir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to write internal table in application server then use loop at internal table and inside use open dataset , Transfer and finally close dataset . in this way you can write your header as well as detail list in application server in a specified path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help You !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 08:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-field-name/m-p/6137776#M1366418</guid>
      <dc:creator>umashankar_sahu</dc:creator>
      <dc:date>2009-09-16T08:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: regarding field name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-field-name/m-p/6137777#M1366419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
type-pools abap.

data: wa_itab like line ot itab. "work area for your table
data: r_struct type ref to cl_abap_structdescr.
data: it_components type abap_component_tab.

read itab into wa_itab index 1. "read any line first

r_struct ?= cl_abap_typedescr=&amp;gt;describe_by_data( wa_itab ). "describe this line
it_components = r_struct-&amp;gt;get_components( ).  "here you have all  field names 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 08:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-field-name/m-p/6137777#M1366419</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-09-16T08:47:26Z</dc:date>
    </item>
  </channel>
</rss>

