<?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: ABAP HR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2457909#M551216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;lt;get pernr get only the record which satisfy all the conditions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YES.. but within the date range you entered on the sel scr.. You might need to put in explicit validations in the GET PERNR if you want to verify the employee's current record vis-a-vis the selcriteria ie&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GET PERNR.
* to verify if the employee status for the current record
rp-provide-from-last p0000 space pn-begda pn-endda.
if pnp-sw-found eq 1.
check p0000-stat2 in pnpstat2.
endif.
* to verify empoyee belongs to pers Area on sel scr.
rp-provide-from-last p0001 space pn-begda pn-endda.
if pnp-sw-found eq 1.
check p0001-werks in pnpwerks.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2007 17:31:29 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2007-06-20T17:31:29Z</dc:date>
    <item>
      <title>ABAP HR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2457907#M551214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;    My question is , will , get pernr get only the record which satisfy all the conditions on the screen like emp status, emp group, sub group ect with out any code writen or i need to add code for validation before get pernr. &lt;/P&gt;&lt;P&gt;   Any example for screen validation code will be appriciated and same question for date range too. Will date range be evaluated by get pernr or i need to add code for that, I need the record with in the given range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my email: admir.comic@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Admir.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 16:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2457907#M551214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T16:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2457908#M551215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please don't write down your e-mail...We got the Business Card -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PERNR do all the neccesary validations, so you don't need to do anything else...while you don't need some custom validations -;) I have work with LDB PNP without troubles....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 16:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2457908#M551215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T16:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2457909#M551216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;lt;get pernr get only the record which satisfy all the conditions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YES.. but within the date range you entered on the sel scr.. You might need to put in explicit validations in the GET PERNR if you want to verify the employee's current record vis-a-vis the selcriteria ie&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GET PERNR.
* to verify if the employee status for the current record
rp-provide-from-last p0000 space pn-begda pn-endda.
if pnp-sw-found eq 1.
check p0000-stat2 in pnpstat2.
endif.
* to verify empoyee belongs to pers Area on sel scr.
rp-provide-from-last p0001 space pn-begda pn-endda.
if pnp-sw-found eq 1.
check p0001-werks in pnpwerks.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 17:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2457909#M551216</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-06-20T17:31:29Z</dc:date>
    </item>
  </channel>
</rss>

