<?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 function module for field name display for a table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551224#M250051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any function module to display the fields in a table where we input the table name? urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Sep 2006 08:12:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-04T08:12:03Z</dc:date>
    <item>
      <title>function module for field name display for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551224#M250051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any function module to display the fields in a table where we input the table name? urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 08:12:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551224#M250051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T08:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: function module for field name display for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551225#M250052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sathyabama,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. CLVL_TABLE_FIELDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Input the table name,&lt;/P&gt;&lt;P&gt;   it will display the field names,&lt;/P&gt;&lt;P&gt;   along with description,&lt;/P&gt;&lt;P&gt;   and check box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. After selecting thru the checkboxes,&lt;/P&gt;&lt;P&gt;   press the button 'Copy Selected Fields',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  and we will get the selected fields&lt;/P&gt;&lt;P&gt;  in the tables parameter of the fm.&lt;/P&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 08:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551225#M250052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T08:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: function module for field name display for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551226#M250053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You easily get the below information from table DD03L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD03L stores information related to the table+fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * from dd03l where tabname = ptable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 08:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551226#M250053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T08:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: function module for field name display for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551227#M250054</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;check the FM &amp;lt;b&amp;gt;DB_GET_TABLE_FIELDS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 08:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551227#M250054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T08:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: function module for field name display for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551228#M250055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathyabama ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  you can try FM RV_TABLE_READ . This will give you all the details about the mentioned table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this helps .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Shounak M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 08:23:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551228#M250055</guid>
      <dc:creator>former_member628175</dc:creator>
      <dc:date>2006-09-04T08:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: function module for field name display for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551229#M250056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fm RFC_GET_NAMETAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 08:23:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551229#M250056</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-09-04T08:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: function module for field name display for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551230#M250057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sathyabama&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this purpose I always use DDIF_FIELDINFO_GET. Read the documentation for details about the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 09:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-field-name-display-for-a-table/m-p/1551230#M250057</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-09-04T09:19:57Z</dc:date>
    </item>
  </channel>
</rss>

