<?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: Very Imp:Basic difference between infotype table &amp; DB table.Points assured. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461135#M831622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sravani &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply. Could you please explain it in more technical details  eg sth like fields a b c are always there in infotype tables but not in other database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2008 09:27:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-13T09:27:31Z</dc:date>
    <item>
      <title>Very Imp:Basic difference between infotype table &amp; DB table.Points assured.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461128#M831615</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;&lt;/P&gt;&lt;P&gt;What is the basic difference between a table associated with an infotype eg PA2001 and any other database table eg. mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points assured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 09:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461128#M831615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T09:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Very Imp:Basic difference between infotype table &amp; DB table.Points assured.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461129#M831616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , check these two ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 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;2.&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;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;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 09:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461129#M831616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T09:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Very Imp:Basic difference between infotype table &amp; DB table.Points assured.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461130#M831617</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;technically I think there not much difference, both are transparent tables. Infotypes are only used in HR, to differenciate types of data in the module. You can also set up your own infotypes easily, setting up own master data for materials is probably a bit more difficult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 09:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461130#M831617</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-03-13T09:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Very Imp:Basic difference between infotype table &amp; DB table.Points assured.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461131#M831618</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;1. Infotype table (PA0001) and normal DB table (MARA) , there is no difference. Both are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Infotype concepts exsists for HR module and for all other Logistics module we use normal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. &lt;STRONG&gt;infotypes :&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Infotypes are used in Personnel Administration and Recruitment. An infotype is a group of object-based pieces of information on a particular area. The data stored in an infotype is always based on the personnel number of an employee or the applicant number of an applicant. In other words, an infotype record is always assigned to exactly one employee or applicant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A four digit number nnnn is assigned to each infotype. This number uniquely identifies an infotype. The number range 9000 to 9999 is reserved for customer infotypes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction PM01 Enhance Infotypes enables you to create and edit infotypes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When u create an infotype, it willl automatically create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- strucuture&lt;/P&gt;&lt;P&gt;-- table&lt;/P&gt;&lt;P&gt;-- screen&lt;/P&gt;&lt;P&gt;-- module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply back..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Rgds,&lt;/P&gt;&lt;P&gt;S.Barani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 09:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461131#M831618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T09:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Very Imp:Basic difference between infotype table &amp; DB table.Points assured.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461132#M831619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no difference between DB table and an Infotype&lt;/P&gt;&lt;P&gt;(except for the naming convention)&lt;/P&gt;&lt;P&gt;Infotypes start with PA0000 .. PA0999&lt;/P&gt;&lt;P&gt;HRP1000 .. HRP1999 .. &lt;/P&gt;&lt;P&gt;PA2000 ... PA8999 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PA9000 .. PA9999 are custom infotypes (needs to be created)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In HR tables are generally called as Infotypes&lt;/P&gt;&lt;P&gt;(Information types) .. Information related to a persons are &lt;/P&gt;&lt;P&gt;grouped together and are stored in infotypes...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 09:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461132#M831619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T09:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Very Imp:Basic difference between infotype table &amp; DB table.Points assured.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461133#M831620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;in an infotype we can maintain history of the related data where as data we cant do it&lt;/P&gt;&lt;P&gt;we can also fetch data from strucuture of infotype but its not possible in case of  tables&lt;/P&gt;&lt;P&gt;Regards sravani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 09:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461133#M831620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T09:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Very Imp:Basic difference between infotype table &amp; DB table.Points assured.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461134#M831621</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;I dont see any difference as far as storage of data is concerned in the form of transparent tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is same as any other table. You have to just apply the logic of date interval (Validity Period)to fetch the right data from infotype tables apart from the key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try yourself in SE11 or SE16 taking an infotype table and any other table to compare both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 09:27:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461134#M831621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T09:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Very Imp:Basic difference between infotype table &amp; DB table.Points assured.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461135#M831622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sravani &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply. Could you please explain it in more technical details  eg sth like fields a b c are always there in infotype tables but not in other database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 09:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461135#M831622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T09:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Very Imp:Basic difference between infotype table &amp; DB table.Points assured.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461136#M831623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PSK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to mention the only point which you raised here, for all the Infotype tables the key fields remain same. like PERNR, SUBTYP, SEQNR, BEGDA &amp;amp; ENDDA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that doesnt make it different from other tables. Its just a feature of data storage to store HR records in to database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feel that I read it somewhere,  at database level the way these infotype table data is stored is different from the way normal table data is stored. For the fast access of HR data. Please do some research on the documentation on data storage of HR infotype tables and you will find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 09:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/very-imp-basic-difference-between-infotype-table-db-table-points-assured/m-p/3461136#M831623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T09:40:35Z</dc:date>
    </item>
  </channel>
</rss>

