<?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: pernr in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pernr/m-p/3719400#M895372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u tell me from where i should select 'all pernr' from pa0001 or pa0000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2008 14:13:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-22T14:13:54Z</dc:date>
    <item>
      <title>pernr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pernr/m-p/3719397#M895369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to select all  pernr for processing.&lt;/P&gt;&lt;P&gt;But some time there r more than one time same pernr in table (pa0001,pa0000) but begda &amp;amp; endda varies.&lt;/P&gt;&lt;P&gt;i just want all pernrs.&lt;/P&gt;&lt;P&gt;can any body  tell me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 21:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pernr/m-p/3719397#M895369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T21:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: pernr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pernr/m-p/3719398#M895370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using select distinct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 21:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pernr/m-p/3719398#M895370</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-04-21T21:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: pernr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pernr/m-p/3719399#M895371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use thie statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;SELECT * from PA0001 INTO TABLE itab WHERE BEGDA LE SY-DATUM AND ENDDA GE SY-DATUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will return only employees which are valid today. This will return only one record per employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are in HR module its recommended to user LDB PNP/PNPCE and user GET PERAS or GET PERNR statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 21:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pernr/m-p/3719399#M895371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T21:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: pernr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pernr/m-p/3719400#M895372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u tell me from where i should select 'all pernr' from pa0001 or pa0000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 14:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pernr/m-p/3719400#M895372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T14:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: pernr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pernr/m-p/3719401#M895373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When u use the LDB say PNP&lt;/P&gt;&lt;P&gt;and mention "get pernr "statement in your program &lt;/P&gt;&lt;P&gt;employees are processed one by one and ie it runs a kind of a loop with every employee being called one by one .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; to take an example:&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;P&gt;&lt;/P&gt;&lt;P&gt;rp &lt;U&gt;provide&lt;/U&gt; from_ last_p0001&lt;/P&gt;&lt;P&gt;statment 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end of selection&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any statement after get pernr and before end of selection  would execute for every pernr or employee, so its a kind of loop ,&lt;/P&gt;&lt;P&gt; in this area you can get the information from various infotypes ( where different kind of  data  for employees is storted) when u get the data from infotypes say by using statement &lt;/P&gt;&lt;P&gt;rp-provide from last p0001 begda endda&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it would get the data of only the current pernr from infotype p001 and would get the dta from subseqent pernrs when they are called automatically by statement get pernr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;collect the data in work area and append that in the internal table, append the data collected in the work area to internal table in this area before end-of -selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please note : iam almost sure  "end of selction" marks the end of loop for get pernr , please confirm this with someone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 16:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pernr/m-p/3719401#M895373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T16:25:29Z</dc:date>
    </item>
  </channel>
</rss>

