<?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 'DD_OBJ_CROSSREF' alternative? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-dd-obj-crossref-alternative/m-p/6930911#M1485763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list of "touched objects" that I have to loop through and see recursively where-used until I get to the highest level e.g. programs and transactions. However, function module 'DD_OBJ_CROSSREF' sometimes returns top-down links e.g. TABL to DTEL or TABL to DOMA links. I have excluded these links in my code, but many others exist that cause an endless recursion loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are more than 50 object types in my list, so to set up my own list of allowed links will be a lengthy task and error-prone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an alternate function or method I can use where a parameter exists to indicate desired direction of crossref?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 May 2010 07:38:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-03T07:38:01Z</dc:date>
    <item>
      <title>function 'DD_OBJ_CROSSREF' alternative?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-dd-obj-crossref-alternative/m-p/6930911#M1485763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list of "touched objects" that I have to loop through and see recursively where-used until I get to the highest level e.g. programs and transactions. However, function module 'DD_OBJ_CROSSREF' sometimes returns top-down links e.g. TABL to DTEL or TABL to DOMA links. I have excluded these links in my code, but many others exist that cause an endless recursion loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are more than 50 object types in my list, so to set up my own list of allowed links will be a lengthy task and error-prone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an alternate function or method I can use where a parameter exists to indicate desired direction of crossref?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 07:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-dd-obj-crossref-alternative/m-p/6930911#M1485763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-03T07:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: function 'DD_OBJ_CROSSREF' alternative?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-dd-obj-crossref-alternative/m-p/6930912#M1485764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There aren't many options. This function covers the following DD objects as the name suggests&lt;/P&gt;&lt;P&gt;      when 'DOMA'&lt;/P&gt;&lt;P&gt;      or   'DTEL'&lt;/P&gt;&lt;P&gt;      or   'TABL'&lt;/P&gt;&lt;P&gt;      or   'APPD'&lt;/P&gt;&lt;P&gt;      or   'SQLT'&lt;/P&gt;&lt;P&gt;      or   'VIEW'&lt;/P&gt;&lt;P&gt;      or   'SHLP'&lt;/P&gt;&lt;P&gt;      or   'TTYP'&lt;/P&gt;&lt;P&gt;      or   'ENQU'&lt;/P&gt;&lt;P&gt;      or   'MCOB'.&lt;/P&gt;&lt;P&gt;For       when 'PROG'&lt;/P&gt;&lt;P&gt;      or   'REPO'&lt;/P&gt;&lt;P&gt;      or   'REPS'.&lt;/P&gt;&lt;P&gt;I had to read wbcrossi&lt;/P&gt;&lt;P&gt;For       when 'FUGR'.&lt;/P&gt;&lt;P&gt;I used call function 'FUNCTION_INCLUDE_INFO'&lt;/P&gt;&lt;P&gt;For 'CLAS' I'm stuck in a more complex read from WBCROSSGT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 09:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-dd-obj-crossref-alternative/m-p/6930912#M1485764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T09:55:04Z</dc:date>
    </item>
  </channel>
</rss>

