<?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 Infotypes Decleration Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotypes-decleration-statement/m-p/2021720#M413822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gents,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the use of Infotypes statement in a program e-g INFOTYPES : 0001 &lt;/P&gt;&lt;P&gt;do this statment populate relevent infotype data into the internal table P0001 ?&lt;/P&gt;&lt;P&gt;if yes then how to filter the specific values based on criteria?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 06:48:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-20T06:48:40Z</dc:date>
    <item>
      <title>Infotypes Decleration Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotypes-decleration-statement/m-p/2021720#M413822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gents,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the use of Infotypes statement in a program e-g INFOTYPES : 0001 &lt;/P&gt;&lt;P&gt;do this statment populate relevent infotype data into the internal table P0001 ?&lt;/P&gt;&lt;P&gt;if yes then how to filter the specific values based on criteria?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 06:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotypes-decleration-statement/m-p/2021720#M413822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T06:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Infotypes Decleration Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotypes-decleration-statement/m-p/2021721#M413823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It's like how you use TABLES statement to create an work area for that table.&lt;/P&gt;&lt;P&gt;Similarly if you define the INFOTYPES  a defualt work area is create.&lt;/P&gt;&lt;P&gt;When you assign PNP LDB and declare infotypes, then only you can use the macros like&lt;/P&gt;&lt;P&gt;rp_provide_from_last and RP_PROVIDE_FROM FIRST etc. for that infotype, data will come into that and you can loop that structure and modify that data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at p0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 07:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotypes-decleration-statement/m-p/2021721#M413823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T07:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Infotypes Decleration Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotypes-decleration-statement/m-p/2021722#M413824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If an Infotype is declared using this Infotypes declaration .. then at GET PERNR&lt;/P&gt;&lt;P&gt;event this infotype is filled for the first pernr which satisfies the selection screen &lt;/P&gt;&lt;P&gt;conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infotypes:0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get pernr.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;U can read/loop the structure P0001 and get the data for one pernr&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(this has data for only one pernr at any point of time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 07:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotypes-decleration-statement/m-p/2021722#M413824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T07:33:23Z</dc:date>
    </item>
  </channel>
</rss>

