<?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 what is the difference between application tables and custamization tables? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-application-tables-and-custamization-tables/m-p/3831149#M921238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the difference between application tables and custamization tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2008 05:01:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-09T05:01:53Z</dc:date>
    <item>
      <title>what is the difference between application tables and custamization tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-application-tables-and-custamization-tables/m-p/3831149#M921238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the difference between application tables and custamization tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 05:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-application-tables-and-custamization-tables/m-p/3831149#M921238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T05:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between application tables and custamization tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-application-tables-and-custamization-tables/m-p/3831150#M921239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;A--Application table (master and transaction data)(This is SAP Import)&lt;/P&gt;&lt;P&gt;c--Customizing table, maintenance only by cust., not SAP import&lt;/P&gt;&lt;P&gt;Customized Tables:&lt;/P&gt;&lt;P&gt;SAP is developed for the business purpose.For taking decisions in running a business the all the data should be analysed and hence normalization of data is needed where your whole data is decomposed into sevaral tables each may having some relation ships like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whole data Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EmployeeNo || Name|| Department || DeptName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;needs more memory and more maintance and complexity is involved.&lt;/P&gt;&lt;P&gt;Hence decompose like below:&lt;/P&gt;&lt;P&gt;Table1(EMP) &lt;/P&gt;&lt;P&gt;EmpName|| Name||Department&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;Table2(Dept)&lt;/P&gt;&lt;P&gt;DEptNo || DeptName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inorder to maintain data which may be of large data(millions of records)&lt;/P&gt;&lt;P&gt;we need to create tables(Custom) in SE11 and maintain relation ships between tables.There can be also a single table(is it is a small application)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand why we need/create custom tables in SAP(Dictionary-se11)&lt;/P&gt;&lt;P&gt;REFER:&lt;/P&gt;&lt;P&gt; is for Application table which holds master and transaction data. The system (thru SM30)&lt;/P&gt;&lt;P&gt;won't ask for a request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. It will only ask in case of C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/43/45860774b711d2959700a0c929b3c3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/43/45860774b711d2959700a0c929b3c3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 05:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-application-tables-and-custamization-tables/m-p/3831150#M921239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T05:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between application tables and custamization tables?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-application-tables-and-custamization-tables/m-p/3831151#M921240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Most of the Tables which are updated using the SPRO config settings are called Customization tables&lt;/P&gt;&lt;P&gt;They start with letter 'T'.&lt;/P&gt;&lt;P&gt;ike T001, T002, T003, T005 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application tables are related the Business transactions in each tables&lt;/P&gt;&lt;P&gt;like in SD SO related table VBAK,VBAP.&lt;/P&gt;&lt;P&gt;and MM related PO tables EKKO, EKPO etc.&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;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 05:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-application-tables-and-custamization-tables/m-p/3831151#M921240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T05:31:40Z</dc:date>
    </item>
  </channel>
</rss>

