<?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 between infotypes and dbase tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-infotypes-and-dbase-tables/m-p/2234830#M481193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each infotype has a database table and a structure associated with it. As HR is related to time , we require old data as well as new data. The data we enter into the infotypes are automatically checked for accuracy and against the table entries. &lt;/P&gt;&lt;P&gt;In simple, HR data is huge and to access data easily we require infotype. It is easy to group huge data using Infotypes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 14:28:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-08T14:28:12Z</dc:date>
    <item>
      <title>difference between infotypes and dbase tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-infotypes-and-dbase-tables/m-p/2234828#M481191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;any one explain difference between infotypes and dbase tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 14:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-infotypes-and-dbase-tables/m-p/2234828#M481191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T14:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: difference between infotypes and dbase tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-infotypes-and-dbase-tables/m-p/2234829#M481192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Infotype is to maintian/display HR data.. every Infotype is in fact tied to an underlying database table.. the PA infotypes have the PAnnnn tables &amp;amp; PD infotypes have HRPnnnn tables..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 14:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-infotypes-and-dbase-tables/m-p/2234829#M481192</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-05-08T14:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: difference between infotypes and dbase tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-infotypes-and-dbase-tables/m-p/2234830#M481193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each infotype has a database table and a structure associated with it. As HR is related to time , we require old data as well as new data. The data we enter into the infotypes are automatically checked for accuracy and against the table entries. &lt;/P&gt;&lt;P&gt;In simple, HR data is huge and to access data easily we require infotype. It is easy to group huge data using Infotypes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 14:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-infotypes-and-dbase-tables/m-p/2234830#M481193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T14:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: difference between infotypes and dbase tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-infotypes-and-dbase-tables/m-p/2234831#M481194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An Infotype is just another way to handle/store data.&lt;/P&gt;&lt;P&gt;HR Data is huge and time dependent . The history of &lt;/P&gt;&lt;P&gt;the employee is maintained . &lt;/P&gt;&lt;P&gt;To enable logical storage of data and to facilitate easy &lt;/P&gt;&lt;P&gt;and faster data entry /retrieval , concept of Infotype &lt;/P&gt;&lt;P&gt;Came into existence .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Why SAP introduced Infotypes&lt;/P&gt;&lt;P&gt;Bcos : to divide lot of master data related to &lt;/P&gt;&lt;P&gt;an employee into groups called as INFOTYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dividing in such group makes it logically&lt;/P&gt;&lt;P&gt;distributed so that authorisation rights&lt;/P&gt;&lt;P&gt;can be distributed accordingly. (which practically&lt;/P&gt;&lt;P&gt;happens in most companies where HR is not centralised)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.why SAP HR module using infotypes mostly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCos : All its data (master data related to emplyee)&lt;/P&gt;&lt;P&gt;is found in infotypes only. (all kind of master data&lt;/P&gt;&lt;P&gt;is put in some or other infotype )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 Any drawbacks using transparent tables &lt;/P&gt;&lt;P&gt;SAP suggests that to read infotype information,&lt;/P&gt;&lt;P&gt;use their STANDARD function modules only.&lt;/P&gt;&lt;P&gt;BCOS : &lt;/P&gt;&lt;P&gt;a. it will be fast&lt;/P&gt;&lt;P&gt;b. those FMs will automatically check authorisations&lt;/P&gt;&lt;P&gt;c. any change in these FM's by SAP, will automatically &lt;/P&gt;&lt;P&gt;effect Z Programs (if perfomance, data etc is improved)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Ht diff. bw Infotypes n transparent tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infotype is the FUNCTIONAL WORD &lt;/P&gt;&lt;P&gt;Table is the TECHNICAL WORD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infotype means logical set of information.&lt;/P&gt;&lt;P&gt;Table means actual physical database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each infotype has a corresponding transparent table.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 14:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-infotypes-and-dbase-tables/m-p/2234831#M481194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T14:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: difference between infotypes and dbase tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-infotypes-and-dbase-tables/m-p/2234832#M481195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Info Types:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Definition&lt;/P&gt;&lt;P&gt;Allow you to enter and store object characteristics that are thematically linked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;You use infotypes to define additional object attributes or characteristics. You edit infotypes in Detail Maintenance. You can create, change, display, delete and delimit infotypes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each infotype enables you to define particular characteristics for an object. In the Relationships infotype, you can, for example, define how two objects are related to one another. In the Work Schedule infotype, you can define working time for a position, organizational unit or a work center. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some infotypes are only relevant for certain object types. The Vacancy infotype is, for example, only relevant for positions and the Character infotype only for tasks. Some infotypes can be edited for all object types, the Object and Relationships infotypes, for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure&lt;/P&gt;&lt;P&gt;Each time you create an infotype for an object, you create an infotype record. Once you have created infotype records, you can change, display, list, copy, delimit or delete them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create any number of infotypes for an object. You can also create several infotype records for the same infotype for an object. An object can, for example, have several relationship infotype records that define the object&amp;#146;s links with other objects in the organizational structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data in an information type can be divided into various other information categories. These categories are called subtypes. In the Health Examinations infotype, for example, you can define two categories or subtypes of health information for a work center.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database Tables:&lt;/P&gt;&lt;P&gt;There are 3 types of database tables in SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Transparent Table: &lt;/P&gt;&lt;P&gt;Exists with the same structure both in dictionary as well as in database  exactly with the same data and fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Pooled Table: &lt;/P&gt;&lt;P&gt;Pooled tables are logical tables that must be assigned to a table pool when they are defined. Pooled tables are used to store control data.  Several pooled tables can be cominied in a table pool. The data of these pooled tables are then sorted in a common table in the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Cluster Table:  &lt;/P&gt;&lt;P&gt;Cluster tables are logical tables that must be assigned to a table cluster when they are defined. Cluster tables can be used to strore control data.  They can also be used to store temporary data or texts, such as documentation. &lt;/P&gt;&lt;P&gt;&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 14:36:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-infotypes-and-dbase-tables/m-p/2234832#M481195</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-05-08T14:36:27Z</dc:date>
    </item>
  </channel>
</rss>

