<?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: Repository Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312662#M1224853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Siddarth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2009 07:50:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-17T07:50:22Z</dc:date>
    <item>
      <title>Repository Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312655#M1224846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program that should find all tables that contain a certain field. I have found the FM RS_EU_CROSSREF and I wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RS_EU_CROSSREF'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_find_obj_cls = 'DTF'&lt;/P&gt;&lt;P&gt;i_scope_obj_cls = 'DT'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;i_findstrings = lt_findstrings&lt;/P&gt;&lt;P&gt;o_founds = lt_result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the message that this function is not supported for DB Tables. If I change DTF (for field) with DD (for Domain) then it works ok, but I need to look for the field and not the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone used it before and knows how should I call the function?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312655#M1224846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Repository Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312656#M1224847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data base tables DD02L , DD03L etc will have all the tables and field names information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can query these tables with suitable joins and find the required information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathews&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312656#M1224847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Repository Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312657#M1224848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;GOTO se11.&lt;/P&gt;&lt;P&gt;Give the required table.&lt;/P&gt;&lt;P&gt;Place cursor on the required field and click the where used list. It gives you various options with respect to , where you want to search for that particular field.&lt;/P&gt;&lt;P&gt;You get list of programs where it has been  used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312657#M1224848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Repository Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312658#M1224849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mathews,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't know about the tables, thaks for the hint. However, it takes forever when I do a SELECT, since the table has millions of records. I guess I still have to see if that function module works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 12:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312658#M1224849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T12:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Repository Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312659#M1224850</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;I think you must have used joins.....&lt;/P&gt;&lt;P&gt;I dont think joins are required...&lt;/P&gt;&lt;P&gt;Use the query given below,&lt;/P&gt;&lt;P&gt;it will work for sure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select tabname
  from DD03L
  into lt_tabname
for all entries in lt_fielname
where fieldname = lt_fieldname-fieldname.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 12:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312659#M1224850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T12:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Repository Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312660#M1224851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Siddarth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help. The query seems to work, very slowly, but it works.&lt;/P&gt;&lt;P&gt;I would like to ask you something else: do you know also where the short description of the tables are saved? I only found the description of the tablefield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 14:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312660#M1224851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-16T14:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Repository Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312661#M1224852</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;Sure!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The short text of the tables are stored in DD02T table..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 15:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312661#M1224852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-16T15:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Repository Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312662#M1224853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Siddarth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 07:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repository-function-module/m-p/5312662#M1224853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T07:50:22Z</dc:date>
    </item>
  </channel>
</rss>

