<?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 table infotypes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-infotypes/m-p/3922198#M939675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is table infotype and how to use that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2008 09:50:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-06T09:50:24Z</dc:date>
    <item>
      <title>table infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-infotypes/m-p/3922198#M939675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is table infotype and how to use that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 09:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-infotypes/m-p/3922198#M939675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T09:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: table infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-infotypes/m-p/3922199#M939676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Infotypes are mainly used in HR.These are used to store &lt;/P&gt;&lt;P&gt;Employee information ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infotypes range .. &lt;/P&gt;&lt;P&gt;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 &amp;lt;-- U can create these Infotypes ... &lt;/P&gt;&lt;P&gt;U can read them or write select on them as other tables ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 09:54:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-infotypes/m-p/3922199#M939676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T09:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: table infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-infotypes/m-p/3922200#M939677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An infotype is not a table. It's like an internal table, used to get data from tables PA0001, PA0002, etc ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So first, you have to declare it in your program, like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
INFOTYPES: 0000, 0001, ....
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, to get data, must use macro defined in table TRMAC like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
rp-read-infotype pernr infotype p0000 ldate hdate.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 09:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-infotypes/m-p/3922200#M939677</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-06-06T09:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: table infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-infotypes/m-p/3922201#M939678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infotype is a information container.It consist group of related field.Mainly it is a time driven system&amp;amp;Infotype contains subtypes means directly retreive the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: In address it0006 contain subtype 01 permenant 02 temporary.&lt;/P&gt;&lt;P&gt;In that 0006 02 means directly retrive the data in tempoaray address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the main usage of Infotype and Authorization Check also will be there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 09:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-infotypes/m-p/3922201#M939678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T09:55:20Z</dc:date>
    </item>
  </channel>
</rss>

