<?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: table maintenance generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/6624900#M1441014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Secondary indexes are used for improving the performance i.e. a secondary index is created when we are using some non-key fields in your select query frequently. A secondary index internally forms a small table which holds the values of the fields specified in the secondary index. So, first the system will look for records in the secondary index and the performance improves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structure is a technique to enhance the tables. Using append structure a table can be added with extra fields which is more relevant at customer's end. Hope your last 2 questions are answered..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2010 10:15:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-25T10:15:35Z</dc:date>
    <item>
      <title>table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/6624897#M1441011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SapAll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here while iam trying to create a table maintenance generator ,in delivery and maintenance tab(sell) i can see Data Browser as Display Maintenance allowed,not allowed,allowed with restrictions.&lt;/P&gt;&lt;P&gt;can any body explain me on what is the difference between all these 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; and  in the technical settings  under the size category if  i put 2 it says Data records expected: 22.000 to 88.000 but when i look at the other ztable for the same entry 2 there it says Data records expected: 6.800 to 27.000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also just want to know what for we use the indexes and append structure in real time scenarios.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 07:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/6624897#M1441011</guid>
      <dc:creator>venkatasap</dc:creator>
      <dc:date>2010-02-18T07:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/6624898#M1441012</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;It's better you search for a tutorial of TMG in Google as well as forum. You will get thousands of thread regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnaks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 07:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/6624898#M1441012</guid>
      <dc:creator>Abhijit74</dc:creator>
      <dc:date>2010-02-18T07:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/6624899#M1441013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varma,&lt;/P&gt;&lt;P&gt;about your first question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Maintenace allowed&lt;/STRONG&gt; means that you can insert/delete/change recs even from SE16 transaction (you do not need the maintenance dialog generation).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Maintenance not allowed&lt;/STRONG&gt; means that you can add/delete/change record from SE16.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Maintenace allowed with restriction&lt;/STRONG&gt;....I really do not know &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About your second question.&lt;/P&gt;&lt;P&gt;The number of records when you set the value "2" depends on the lenght of the table structure. &lt;/P&gt;&lt;P&gt;If table has only a few fields, you will see a larger numnber of records.&lt;/P&gt;&lt;P&gt;If table has lot of fields, the number of records will be less. &lt;/P&gt;&lt;P&gt;That value is only a statistical calculation that SAP performes using a standard amount of space, so dividing this amount of space by the lenght of the table structure, can produce different values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 10:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/6624899#M1441013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-23T10:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/6624900#M1441014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Secondary indexes are used for improving the performance i.e. a secondary index is created when we are using some non-key fields in your select query frequently. A secondary index internally forms a small table which holds the values of the fields specified in the secondary index. So, first the system will look for records in the secondary index and the performance improves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append structure is a technique to enhance the tables. Using append structure a table can be added with extra fields which is more relevant at customer's end. Hope your last 2 questions are answered..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 10:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/6624900#M1441014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T10:15:35Z</dc:date>
    </item>
  </channel>
</rss>

