<?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 Tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3667182#M883255</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;can anyone help me in answering this questions &lt;/P&gt;&lt;P&gt;what are the components of table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanku&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2008 23:01:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-17T23:01:46Z</dc:date>
    <item>
      <title>Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3667182#M883255</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;can anyone help me in answering this questions &lt;/P&gt;&lt;P&gt;what are the components of table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanku&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 23:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3667182#M883255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T23:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3667183#M883256</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 are mainly 4 components for a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Table Fields&lt;/P&gt;&lt;P&gt;2) Foreign Keys or key fields&lt;/P&gt;&lt;P&gt;3) Technical Settings.&lt;/P&gt;&lt;P&gt;4) Indexes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference : [http://help.sap.com/saphelp_nw04/helpdata/en/97/1f0e3eccb33b2ee10000000a114084/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 00:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3667183#M883256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T00:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3667184#M883257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai swpnali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        The components of table are &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;STRONG&gt;Attributes:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; These are requiring in which package u are created, orignal language and last changed by properties.&lt;/P&gt;&lt;P&gt;There is no need to give these properties. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;STRONG&gt;Delivery and maintenance:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    This propertty requires in which type of tables u want to &lt;/P&gt;&lt;P&gt;    store this data to delivery furthur&lt;/P&gt;&lt;P&gt;    (master,transactional,organizational,system)  and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Data maintenace conditions&lt;/P&gt;&lt;P&gt;    (only display, maintenace or both)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. &lt;STRONG&gt;Fields&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Specifying the database  fields with required data elements &lt;/P&gt;&lt;P&gt;   and domains with key specifications(primary and foreign key)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;4. &lt;STRONG&gt;Technical Settings&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    It requires Data Class (Which type of data - &lt;/P&gt;&lt;P&gt;    Master,transaction,Organization and customized data) ,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;    Size Category(How many records u want to store) and&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;    Buffereing  specifies whether records u are retrieving from &lt;/P&gt;&lt;P&gt;    database want to storing in buffer at application server or not&lt;/P&gt;&lt;P&gt;    and specifying type of buffering if u are required.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Prasad G.V.K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: PRASAD GVK on Apr 18, 2008 5:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 03:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3667184#M883257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T03:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3667185#M883258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;the components of the table are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delivery and maint(Delivery class,table view maint)&lt;/P&gt;&lt;P&gt;Technical settins (data class ,size category,buffering)&lt;/P&gt;&lt;P&gt;fields&lt;/P&gt;&lt;P&gt;foreign keys&lt;/P&gt;&lt;P&gt;indexes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 04:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3667185#M883258</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-04-18T04:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3667186#M883259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Components of a table are&lt;/P&gt;&lt;P&gt;1.Attributes&lt;/P&gt;&lt;P&gt;2. Delivery and Maintenance&lt;/P&gt;&lt;P&gt;3. Fields of a table ( from here we can define Data element and inturn a Domain too ).&lt;/P&gt;&lt;P&gt;4. Technical settings which include ( Data Class , Size category , Buffering &amp;amp; Logging  . out of these  Data class &amp;amp; Size category are mandatory ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful,&lt;/P&gt;&lt;P&gt;Iyswarya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 04:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3667186#M883259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T04:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3667187#M883260</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 get the complete information from:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ea43446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ea43446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 05:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3667187#M883260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T05:27:14Z</dc:date>
    </item>
  </channel>
</rss>

