<?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: Difference bw  Z table &amp; Y table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253423#M487530</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;THERE IS NO DIFFERENCE B/W ZTABLE AND YTABLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHAT EVER THE OBJECT OR TABLE OR ETC.. IN SAP WHICH STARTS WITH &lt;/P&gt;&lt;P&gt;  Z OR Y STANDS THAT THAT IS A USER DEVELOPED ONE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OTHER THAN THIS IF THAT STARTS WITH ANY LETTER THEN IT MEANS IT IS DEVELOPED BY STANDARD SAP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOU CAN HAVE ACCESS TO CHANGE ZTABLE OR YTABLE BUT YOU DON'T HAVE ACCESS TO DO ANY CHANGES TO STANDARD SAP OBJECTS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO THERE IS NO DIFFERENCE IN ZTABLE AND YTABLE ONLY DIFFERENCE IS NAMING CONVENTIONS , ONE CLIENT WANTS TO DEVELOP THE OBJECTS OR TABLES WITH 'Z'Z AND SOME WANTS TO DEVELOP THE TABLES WITH 'Y'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF USEFULL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2007 06:48:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-16T06:48:37Z</dc:date>
    <item>
      <title>Difference bw  Z table &amp; Y table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253416#M487523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       Please give me an explanation to Z table &amp;amp; Y table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Ratheesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253416#M487523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T11:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference bw  Z table &amp; Y table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253417#M487524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;both r user created one its naming convention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All characters except &amp;#145;Y&amp;#146; and &amp;#145;Z&amp;#146; are reserved for SAP. SAP ABAPs may not be modified (except for SAP fixes and in special circumstances approved by project Steering Committee/Change Control).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y &amp;#150; donates an SAP ABAP which has been copied and modified. All the original SAP code must remain in place, commented out if appropriate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copies of the original SAP ABAPs must remain Y-ABAP&amp;#146;s in the following situations.&lt;/P&gt;&lt;P&gt;&amp;#149;If the changes to the standard SAP code will have to be applied again after each upgrade.&lt;/P&gt;&lt;P&gt;&amp;#149;If the ABAP is called automatically by another standard SAP ABAP or transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Z &amp;#150; Donates a generated ABAP, either written from scratch or based on an SAP original without the original code being retained. (This may be done if the changes become significantly large. As a guide, if more than a quarter of the original code lines are changed, a new Z-ABAP is desirable).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253417#M487524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T11:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Difference bw  Z table &amp; Y table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253418#M487525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ratheesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both 'Y' &amp;amp; 'Z' are custom tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Y' has been copied and modified. All the original SAP code must remain in place, commented out if appropriate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copies of the original SAP ABAPs must remain Y-ABAP&amp;#146;s in the following situations.&lt;/P&gt;&lt;P&gt;&amp;#149;If the changes to the standard SAP code will have to be applied again after each upgrade.&lt;/P&gt;&lt;P&gt;&amp;#149;If the ABAP is called automatically by another standard SAP ABAP or transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Z'  is  either written from scratch or based on an SAP original without the original code being retained. if the changes are significantly large (i.e) more than a quarter of the original code lines are changed, a new Z-ABAP is desirable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253418#M487525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T11:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Difference bw  Z table &amp; Y table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253419#M487526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ratheesh, &lt;/P&gt;&lt;P&gt;As others have pointed out, both denote user defined programs. They are name spaces reserved for the custom developed programs which are either modification of the original SAP program or developed from scratch. &lt;/P&gt;&lt;P&gt;I am not sure if Y programs denote the set of programs which are modification of the SAP standard ones, as far as i know both names are used interchangebly for both tyes of developments. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Janani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:37:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253419#M487526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T11:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Difference bw  Z table &amp; Y table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253420#M487527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am not sure about it but i heard some one gave me the difference as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y-table is not transportable where Z-table is transportable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 21:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253420#M487527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T21:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Difference bw  Z table &amp; Y table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253421#M487528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no technical difference between 'Z' objects and 'Y' objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some customers choose to implement rules about how to use them but this is arbitary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 23:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253421#M487528</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2007-08-15T23:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Difference bw  Z table &amp; Y table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253422#M487529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Graham says, the way these are used is site-specific so you cannot rely on finding all custom developments in just the "Y" or just the "Z" name range.  For example, one site I work at uses the "Z" name range for adhoc / one-off programs and the "Y" name range for ongoing major development projects, whereas another site uses the "Y" convention for non-transportable ($TMP) objects, and "Z" for anything going to production.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 00:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253422#M487529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T00:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference bw  Z table &amp; Y table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253423#M487530</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;THERE IS NO DIFFERENCE B/W ZTABLE AND YTABLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHAT EVER THE OBJECT OR TABLE OR ETC.. IN SAP WHICH STARTS WITH &lt;/P&gt;&lt;P&gt;  Z OR Y STANDS THAT THAT IS A USER DEVELOPED ONE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OTHER THAN THIS IF THAT STARTS WITH ANY LETTER THEN IT MEANS IT IS DEVELOPED BY STANDARD SAP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOU CAN HAVE ACCESS TO CHANGE ZTABLE OR YTABLE BUT YOU DON'T HAVE ACCESS TO DO ANY CHANGES TO STANDARD SAP OBJECTS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO THERE IS NO DIFFERENCE IN ZTABLE AND YTABLE ONLY DIFFERENCE IS NAMING CONVENTIONS , ONE CLIENT WANTS TO DEVELOP THE OBJECTS OR TABLES WITH 'Z'Z AND SOME WANTS TO DEVELOP THE TABLES WITH 'Y'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF USEFULL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 06:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253423#M487530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T06:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Difference bw  Z table &amp; Y table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253424#M487531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no difference between 'Z' table and 'Y' table. All user defined tables start with Z or Y.&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;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 09:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-bw-z-table-y-table/m-p/2253424#M487531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T09:24:50Z</dc:date>
    </item>
  </channel>
</rss>

