<?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: Z OBJECTS in SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects-in-sap/m-p/7320316#M1536801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can chck directly on view TADIR or PROGDIR checking all object that are not set with original system = SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Sep 2010 23:24:44 GMT</pubDate>
    <dc:creator>former_member214857</dc:creator>
    <dc:date>2010-09-30T23:24:44Z</dc:date>
    <item>
      <title>Z OBJECTS in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects-in-sap/m-p/7320312#M1536797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ll appreciate your help. I need to get all the Z Objects in SAP that we have right now in ouir system. How can I do that? I've heard about TADIR Table, but how will I know if there is an Include, or Classes, or Interfases etc etc?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriela.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 19:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects-in-sap/m-p/7320312#M1536797</guid>
      <dc:creator>former_member204025</dc:creator>
      <dc:date>2010-09-30T19:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Z OBJECTS in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects-in-sap/m-p/7320313#M1536798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't look for z-objects, look for objects where the source system in TADIR is not "SAP", or if you have a huge multi-system landscape, for objects where source system is the relevant development system. It depends what you mean exactly with "z-objects", I assume customer created objects.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 20:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects-in-sap/m-p/7320313#M1536798</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-09-30T20:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Z OBJECTS in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects-in-sap/m-p/7320314#M1536799</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 can look into table "&lt;STRONG&gt;E071&lt;/STRONG&gt; -Change &amp;amp; Transport System: Object Entries of Requests/Tasks" . Pass object name (field OBJ_NAME) as z* and then table will provide you list of all Zobjects available in system. From PGMID, OBJECT field you will easily makeout , its an Include, class or anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shilpa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 20:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects-in-sap/m-p/7320314#M1536799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-30T20:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Z OBJECTS in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects-in-sap/m-p/7320315#M1536800</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;check on TADIR objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHOR NE 'SAP' OR 'DDIC'&lt;/P&gt;&lt;P&gt;DEVCLASS NE '$TMP' &amp;lt;---- If you want only transportable objects&lt;/P&gt;&lt;P&gt;OR DEVCLASS EQ 'Z*' &amp;lt;---- Transportable custom objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields PGMID and OBJECT give you the object category for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TTYP =&amp;gt; Table Type&lt;/P&gt;&lt;P&gt;DTEL =&amp;gt; Data element&lt;/P&gt;&lt;P&gt;REPS =&amp;gt; Repo source code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check also PROGDIR using the field SUBC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1	Executable program&lt;/P&gt;&lt;P&gt;I	INCLUDE program&lt;/P&gt;&lt;P&gt;M	Module Pool&lt;/P&gt;&lt;P&gt;F	Function group&lt;/P&gt;&lt;P&gt;S	Subroutine Pool&lt;/P&gt;&lt;P&gt;J	Interface pool&lt;/P&gt;&lt;P&gt;K	Class pool&lt;/P&gt;&lt;P&gt;T	Type Pool&lt;/P&gt;&lt;P&gt;X	XSLT Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 21:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects-in-sap/m-p/7320315#M1536800</guid>
      <dc:creator>_IvanFemia_</dc:creator>
      <dc:date>2010-09-30T21:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Z OBJECTS in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects-in-sap/m-p/7320316#M1536801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can chck directly on view TADIR or PROGDIR checking all object that are not set with original system = SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 23:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects-in-sap/m-p/7320316#M1536801</guid>
      <dc:creator>former_member214857</dc:creator>
      <dc:date>2010-09-30T23:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Z OBJECTS in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects-in-sap/m-p/7320317#M1536802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do check Tcode:SE03&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 05:40:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects-in-sap/m-p/7320317#M1536802</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2010-10-01T05:40:41Z</dc:date>
    </item>
  </channel>
</rss>

