<?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 Object Details in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-details/m-p/4948340#M1153915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my requirement, I want to get the details of objects based on some selection fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg. Based on some user name, package, transport requests etc, I want to get the details of the objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some details I can get from tables E070, E071, TADIR. I want the description, Creation date, Last changed date of all objects. For those there are different tables available. &lt;/P&gt;&lt;P&gt;For eg. For programs, table TRDIR is there. For Domains, DD01T is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So based on the object type which i got from table TADIR, I want the details from table corresponding to that object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this? If requirement not understood, please revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Natasha Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2008 06:32:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-15T06:32:04Z</dc:date>
    <item>
      <title>Object Details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-details/m-p/4948340#M1153915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my requirement, I want to get the details of objects based on some selection fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg. Based on some user name, package, transport requests etc, I want to get the details of the objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some details I can get from tables E070, E071, TADIR. I want the description, Creation date, Last changed date of all objects. For those there are different tables available. &lt;/P&gt;&lt;P&gt;For eg. For programs, table TRDIR is there. For Domains, DD01T is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So based on the object type which i got from table TADIR, I want the details from table corresponding to that object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this? If requirement not understood, please revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Natasha Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 06:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-details/m-p/4948340#M1153915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T06:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Object Details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-details/m-p/4948341#M1153916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can write a dynamic Query like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE DEVCLASS INTO TADIR-DEVCLASS&lt;/P&gt;&lt;P&gt;                                   FROM TADIR&lt;/P&gt;&lt;P&gt;                                   WHERE PGMID = 'R3TR'&lt;/P&gt;&lt;P&gt;                                   AND   OBJECT = 'TABL'&lt;/P&gt;&lt;P&gt;                                   AND   OBJ_NAME = DD02L-TABNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u get some hint from the above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks\&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 06:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-details/m-p/4948341#M1153916</guid>
      <dc:creator>former_member222860</dc:creator>
      <dc:date>2008-12-15T06:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Object Details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-details/m-p/4948342#M1153917</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;you cannot get all these details based on object type of TADIR in one table.&lt;/P&gt;&lt;P&gt;depending on transactions they may change.&lt;/P&gt;&lt;P&gt;if you require any specific details revert back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 06:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-details/m-p/4948342#M1153917</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-12-15T06:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Object Details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-details/m-p/4948343#M1153918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this report program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSWBO040&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 07:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-details/m-p/4948343#M1153918</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2008-12-15T07:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Object Details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-details/m-p/4948344#M1153919</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 know I cant get details of all objects in one table. I know the individual tables. But I want to know if I can achieve this thing dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Natasha Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 07:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-details/m-p/4948344#M1153919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T07:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Object Details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-details/m-p/4948345#M1153920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this FM if its useful to you.&lt;/P&gt;&lt;P&gt;CMS_RE_DB_RE_GET its text says  "FM for getting the details of an object"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have not tested it, sorry if its irrelevant to u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 07:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-details/m-p/4948345#M1153920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T07:18:21Z</dc:date>
    </item>
  </channel>
</rss>

