<?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: FM for information about DDic Objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-information-about-ddic-objects/m-p/4868608#M1138257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I should have mentioned, that I need this function to check &lt;EM&gt;inactive&lt;/EM&gt; DDIC Objects (see &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1128150"&gt;&lt;/A&gt; for further information). If i've understood the Docu properly, DDIF_FIELDINFO_GET returns just information about the runtime object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tested the FM with Table "Tadir" =&amp;gt; no problems, but i created a new table which is inconsistent and therefore can not be activated. The FM failed to check this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for that misunderstanding, &lt;/P&gt;&lt;P&gt;Regards Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2008 08:07:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-24T08:07:21Z</dc:date>
    <item>
      <title>FM for information about DDic Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-information-about-ddic-objects/m-p/4868604#M1138253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;i'm looking for a function module that returns a list (itab) of components and dependencies of DDIC objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Table TAB1 has 2 fields &lt;/P&gt;&lt;P&gt;1.ID, data element ID_DTL&lt;/P&gt;&lt;P&gt;2.NAME, data element NAME_DTL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module should return the 2 fields and their data elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found some that could work: DD_*_COMPONENTS (e.g. DD_TABL_COMPONENTS) but I can't figure out how to call them because there's no explanation of the import/export/tables parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked for programs in the Where-Used List and tried it with debugging, but i couldn't figure out where the parameters are filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe some one can explain these function modules in simple words or even tell me other/better ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 15:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-information-about-ddic-objects/m-p/4868604#M1138253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T15:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: FM for information about DDic Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-information-about-ddic-objects/m-p/4868605#M1138254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pascal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually employ fm &lt;STRONG&gt;DDIF_FIELDINFO_GET&lt;/STRONG&gt; if I need meta data about DDIC objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For cross-references have a look at fm &lt;STRONG&gt;RS_EU_CROSSREF.&lt;/STRONG&gt;&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>Thu, 20 Nov 2008 15:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-information-about-ddic-objects/m-p/4868605#M1138254</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-11-20T15:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: FM for information about DDic Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-information-about-ddic-objects/m-p/4868606#M1138255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Uwe, &lt;/P&gt;&lt;P&gt;I looked DDIF_FIELDINFO_GET up, but had some problems to call it properly. But in the docu to that fm i've found DDIF_TABL_GET (for Tables, DDIF_DTEL_GET for data elements, DDIF_DOMA_GET for Domains) which does exactly what i want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 15:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-information-about-ddic-objects/m-p/4868606#M1138255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T15:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: FM for information about DDic Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-information-about-ddic-objects/m-p/4868607#M1138256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pascal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to retrieve all meta-data of a table/structure using fm &lt;STRONG&gt;DDIF_FIELDINFO_GET&lt;/STRONG&gt; just set:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABNAME = &amp;lt;name of table/structure&amp;gt;
ALL_TYPES = 'X'&lt;/CODE&gt;&lt;/PRE&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>Fri, 21 Nov 2008 20:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-information-about-ddic-objects/m-p/4868607#M1138256</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-11-21T20:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: FM for information about DDic Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-information-about-ddic-objects/m-p/4868608#M1138257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I should have mentioned, that I need this function to check &lt;EM&gt;inactive&lt;/EM&gt; DDIC Objects (see &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1128150"&gt;&lt;/A&gt; for further information). If i've understood the Docu properly, DDIF_FIELDINFO_GET returns just information about the runtime object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tested the FM with Table "Tadir" =&amp;gt; no problems, but i created a new table which is inconsistent and therefore can not be activated. The FM failed to check this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for that misunderstanding, &lt;/P&gt;&lt;P&gt;Regards Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 08:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-information-about-ddic-objects/m-p/4868608#M1138257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T08:07:21Z</dc:date>
    </item>
  </channel>
</rss>

