<?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: infotype in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261611#M490245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subhasis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infotypes is a concept related to SAP HR. They are nothing but the internal tables which are linked with each other through logical database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2007 04:58:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-29T04:58:54Z</dc:date>
    <item>
      <title>infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261610#M490244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guru.&lt;/P&gt;&lt;P&gt;whatn is infotype.&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;subhasis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:56:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261610#M490244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261611#M490245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subhasis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infotypes is a concept related to SAP HR. They are nothing but the internal tables which are linked with each other through logical database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261611#M490245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261612#M490246</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;Just go thru. u will get a good idea.&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;Rgds&lt;/P&gt;&lt;P&gt;Anversha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261612#M490246</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2007-05-29T04:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261613#M490247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subhasis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;INFOTYPE.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An infotype is a collection of logical and/or business-related characteristics of an object or person.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infotypes are tables only in technical terms. While programming, you need to get data from tables, so you have to use Infotypes. It is very obvious that if you want data, you will need to use Infotypes in SAP HR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Regards,&lt;/P&gt;&lt;P&gt;Jackie.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 05:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261613#M490247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T05:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261614#M490248</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;Please go through the following link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/bb/bdb275575911d189240000e8323d3a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/bb/bdb275575911d189240000e8323d3a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 07:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261614#M490248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T07:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261615#M490249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this link -&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3032081"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/HRINF/HRINF.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/HRINF/HRINF.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 07:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261615#M490249</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-05-29T07:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261616#M490250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am  working  HR   Module ....&lt;/P&gt;&lt;P&gt;Use  PA30  transcation code  ....  there   infotype     inputfields will be there  . give as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01,02.........9999  etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;infotypes  are   similar  like   view of an object  &lt;/P&gt;&lt;P&gt;(here  then  object  reffers to  an  Employee)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if an  employee  is recurtied then there is   one  type of data   .... so it is  one view of the  Employee   ....   it will be  stored  in  one   table  ... like  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similary   there  are  upto   1000  infotype's  in that   some of the  exampes are  as follows : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;InfoTypes 

0000    Events 
0001    Org assignment 
0002    Personal info 
0003    Payroll data 
0007    Work time 
0008    Basic pay 
0014    Reoccurring pay 
0015   1 X pay 
0027   Cost Center 
0041   Event Dates 
0057   Membership dues 
0165   Over ride  to limits on deductions 
0167   Health 
0168   Insurance 
0169   Savings 
0170   Spending    
0194   Garnishment reduction 
0195   Garnishment order 
0207   Residence Tax 
0208   Work Tax 
0209   Unemployment Tax 
0210   Withholding 
0216   Garnishment adjustment 
0221   Adjustment 
0267   Off cycle 
2005   OT 
2010   Catts direct to cluster 
1000   Infotypes 1000 &amp;#150; 1999 are PD Relationship infotypes 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can also  create an infotype   which is  called custom infotype   then we can addded  it to the   PA30  ... so that   through  pa30  we can maintan the data  of our custom  infotype  also .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 12:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype/m-p/2261616#M490250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T12:39:54Z</dc:date>
    </item>
  </channel>
</rss>

