<?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: Is there any function module for meta data? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-any-function-module-for-meta-data/m-p/1054253#M89956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Liying,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try FM &amp;lt;b&amp;gt;BDL_FUNCTION_INTERFACE_GET&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find my answer useful, please don't forget the reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Juergen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2005 08:25:31 GMT</pubDate>
    <dc:creator>former_member225448</dc:creator>
    <dc:date>2005-10-20T08:25:31Z</dc:date>
    <item>
      <title>Is there any function module for meta data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-any-function-module-for-meta-data/m-p/1054252#M89955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any function module for reading or getting meta data from the table.&lt;/P&gt;&lt;P&gt;My problem is following:&lt;/P&gt;&lt;P&gt;Call function *&lt;/P&gt;&lt;P&gt;parameter-table.&lt;/P&gt;&lt;P&gt;from that I want to get my exception table whose type is 'ABAP_FUNC_PARMBIND_TAB'.From the function module which is called, I have a list of exceptions,and want to fill these exceptions to exception-table ('ABAP_FUNC_PARMBIND_TAB') table,is there any possibility given to get these meta data and to fill them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Liying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 08:14:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-any-function-module-for-meta-data/m-p/1054252#M89955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T08:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any function module for meta data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-any-function-module-for-meta-data/m-p/1054253#M89956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Liying,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try FM &amp;lt;b&amp;gt;BDL_FUNCTION_INTERFACE_GET&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find my answer useful, please don't forget the reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Juergen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 08:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-any-function-module-for-meta-data/m-p/1054253#M89956</guid>
      <dc:creator>former_member225448</dc:creator>
      <dc:date>2005-10-20T08:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any function module for meta data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-any-function-module-for-meta-data/m-p/1054254#M89957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want the meta data of the function module or the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if its for function module use the one suggested by jurgen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else if you want the metadata of the table use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tr_nametab_get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 08:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-any-function-module-for-meta-data/m-p/1054254#M89957</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-10-20T08:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any function module for meta data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-any-function-module-for-meta-data/m-p/1054255#M89958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jügen!&lt;/P&gt;&lt;P&gt;I think I get something what I want.&lt;/P&gt;&lt;P&gt;Thanks Raja!I will also have a look of your suggest!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.R.&lt;/P&gt;&lt;P&gt;Liying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 09:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-any-function-module-for-meta-data/m-p/1054255#M89958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T09:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any function module for meta data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-any-function-module-for-meta-data/m-p/1054256#M89959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close the post, since you got the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 12:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-any-function-module-for-meta-data/m-p/1054256#M89959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T12:36:02Z</dc:date>
    </item>
  </channel>
</rss>

