<?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 why we create ztable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132341#M448331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to abap and i want to know why do we create ztable, when we have standard sap tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adv tnx&lt;/P&gt;&lt;P&gt;nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2007 09:22:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-18T09:22:48Z</dc:date>
    <item>
      <title>why we create ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132341#M448331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to abap and i want to know why do we create ztable, when we have standard sap tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adv tnx&lt;/P&gt;&lt;P&gt;nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:22:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132341#M448331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: why we create ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132342#M448332</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 create Z or Y-tables, because the SAP-standard can not be changed without a object key and in the best case, you should try to work with SAP without changing the SAP standard.&lt;/P&gt;&lt;P&gt;On the other side, if you have an update for release or so, the standard tables are overwritten with the standard and you need to rework all your changes after this.&lt;/P&gt;&lt;P&gt;The Z and Y-tables are saved from this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you don't want to make yourself more work, use the z and y namespace from sap. :O)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:29:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132342#M448332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: why we create ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132343#M448333</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;assume that your customer wants to track any user accessing a particular transaction and changes made by different users to the transaction. (example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the transaction realted SAP tables are not capturing that sort of details. Then we will go for a Z-table with the required fields. and we will write our own programs to Update the table as well as get reports from using the table data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever the existing SAP tables are not satisfying the requirements, we will go for Z-tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132343#M448333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: why we create ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132344#M448334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.why do we create ztable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If we want to capture some data / information,&lt;/P&gt;&lt;P&gt;  which is not available in standard r/3,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. then for storing such data, we have to create Z tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (we cannot and should not directly use the standard tables , in sql,&lt;/P&gt;&lt;P&gt;   for saving data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132344#M448334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: why we create ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132345#M448335</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;SAP standard tables does not mett all the client requirements.&lt;/P&gt;&lt;P&gt;When a client specifies a particular requiremenst and its not available with SAP std tables, then v goin for creating a Ztable with all Z fields, where in the client can upload his own set of records.&lt;/P&gt;&lt;P&gt;This makes it easy for the client for his further processings.&lt;/P&gt;&lt;P&gt;Z table thus plays a very vital role when it comes to specific requiremenst by the the various companies for their operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope wat i said is clear.&lt;/P&gt;&lt;P&gt;****reward points if useful.&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132345#M448335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T10:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: why we create ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132346#M448336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Z/Y Tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Standard Tables do not meet all the requirements. For example you may have to declare any structure as per the client requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The enormous amount of data may not be any use to you when you need few lines of data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132346#M448336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T10:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: why we create ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132347#M448337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CAN ANY BODY EXPLAIN THIS EXAMPLES&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 12:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-ztable/m-p/2132347#M448337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T12:01:00Z</dc:date>
    </item>
  </channel>
</rss>

