<?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 tables and infotypes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087757#M433691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;can u clarify one more doubt..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why we are using LDBS AND MACROS IN HR ABAP???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS AND REGARDS,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 06:11:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T06:11:09Z</dc:date>
    <item>
      <title>Difference between tables and infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087752#M433686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;can u explain .. Differnece between the infotypes and dbase tables???&lt;/P&gt;&lt;P&gt;why infotypes are in HRabap programming??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnaks and regards,&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 05:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087752#M433686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T05:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables and infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087753#M433687</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;Infotype(s) are used in the Personnel Management (PA) module primarily. This is where personnel master data is stored. Data is grouped according to subject matter. The Human Resources component aims to enable the user to process employee data in an effective structure in accordance with business requirements. The data structure of infotypes mirrors a logical set of data records. Infotypes can be identified by their four-digit keys, for example, the Addresses infotype (0006). To facilitate reporting on past employee data, infotypes can be saved for specific periods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some people use the term HR ABAP to describe the method of managing the infotype data. Typically HR logical databases are used which offers more secure methods of accessing the infotype data. Once the infotypes are declared, you can use standard macros to access the data. Table TRMAC holds the macro name and the code behind it. This makes developing HR programs much quicker and easy to turn around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgd,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 05:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087753#M433687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T05:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables and infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087754#M433688</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;Tables means contaning rows&amp;amp;coloumns i.e 2D matrix.Infotype means Information container and which is bounded my time constraint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main diff is to retrive th data very fast becoz infotypes contain subtypes are there.Suppose 0006 is there in that temporary(01),permenant(02) means we can find directly.&lt;/P&gt;&lt;P&gt;eg: 0006 02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR data is very sensitive&amp;amp; based on dates only.Thats why we are using the infotypes and LDB's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the diff b/w infotype and table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;&lt;P&gt;P.SRIKANTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 05:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087754#M433688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T05:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables and infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087755#M433689</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>Mon, 16 Apr 2007 05:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087755#M433689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T05:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables and infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087756#M433690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;Thanks for ur valuble Information regarding Infotypes and Dbase Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS AND REGARDS,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 06:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087756#M433690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T06:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables and infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087757#M433691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;can u clarify one more doubt..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why we are using LDBS AND MACROS IN HR ABAP???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS AND REGARDS,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 06:11:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087757#M433691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T06:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables and infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087758#M433692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. why we are using LDBS AND MACROS IN HR ABAP???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In HR many different tables and various kind&lt;/P&gt;&lt;P&gt;of logics are used, to fetch simple/complicated data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So instead of writing the same logic/code again &amp;amp; again,&lt;/P&gt;&lt;P&gt;SAP has provided LDB and macros concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If we use these things, then the coding becomes very very small.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Thats the only reason. We can do hr program,&lt;/P&gt;&lt;P&gt;   even without ldb and macros. No problem in that.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 06:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-and-infotypes/m-p/2087758#M433692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T06:20:09Z</dc:date>
    </item>
  </channel>
</rss>

