<?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: Hiring Changes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329613#M168278</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;&lt;/P&gt;&lt;P&gt;1. yes u are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. but the field is BEGDA ( Start Date )&lt;/P&gt;&lt;P&gt;   to get the hiring date&lt;/P&gt;&lt;P&gt;  (and not AEDTM - that field is for record change date)&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>Fri, 26 May 2006 11:31:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-26T11:31:42Z</dc:date>
    <item>
      <title>Hiring Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329610#M168275</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;I would like determine all hiring changes within a certain period. My problem is that I do not know how to separate other changes from the hiring changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 11:13:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329610#M168275</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2006-05-26T11:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hiring Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329611#M168276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elvez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If u are talking about HR infotype 0000,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. then u can filter using the MASSN field,&lt;/P&gt;&lt;P&gt;   01 = hiring&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>Fri, 26 May 2006 11:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329611#M168276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T11:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hiring Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329612#M168277</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;&lt;/P&gt;&lt;P&gt;that is what I did. Is the change date (AEDTM) related to the hiring. For example, would the following code always return the hiring change date?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  CALL FUNCTION 'HR_READ_INFOTYPE'
                  EXPORTING
                       tclas           = 'A'
                       pernr           = pernr
                       infty           = '0000'
                       begda           = begda
                       endda           = endda
*                        BYPASS_BUFFER   = ' '
*                   IMPORTING
*                        SUBRC           =
                  TABLES
                       infty_tab       = ta_0000
                  EXCEPTIONS
                       infty_not_found = 1
                       OTHERS          = 2 .

    READ TABLE ta_0000 INTO wa_0000 WITH KEY massn= '01'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 11:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329612#M168277</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2006-05-26T11:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hiring Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329613#M168278</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;&lt;/P&gt;&lt;P&gt;1. yes u are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. but the field is BEGDA ( Start Date )&lt;/P&gt;&lt;P&gt;   to get the hiring date&lt;/P&gt;&lt;P&gt;  (and not AEDTM - that field is for record change date)&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>Fri, 26 May 2006 11:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329613#M168278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T11:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hiring Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329614#M168279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHAT KIND OF HIRING CHANGES YOU R LOOKING FOR IT IS THE CHANGES IN HR &lt;/P&gt;&lt;P&gt;GO THROUGH THIS IF YOU R LOOKING FOR HR HIRING&lt;/P&gt;&lt;P&gt;SAP HR - Hiring/Maintaing a new employee &lt;/P&gt;&lt;P&gt;SAP Menu -&amp;gt; Human Resources -&amp;gt; Personnel Management -&amp;gt; HR Master Data  &lt;/P&gt;&lt;P&gt;-&amp;gt; PA40 - Enter Personnel Actions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Enter a new Employee &lt;/P&gt;&lt;P&gt;1.  Input the Personnel No. &lt;/P&gt;&lt;P&gt;2.  Input the From date &lt;/P&gt;&lt;P&gt;3.  Select the line Hiring by clicking the button  &lt;/P&gt;&lt;P&gt;4.  Click the Execute button &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If an employee exists, sap will prompt you the message :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Person already hired &lt;/P&gt;&lt;P&gt;Message no. PG 002 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Menu -&amp;gt; Human Resources -&amp;gt; Personnel Management -&amp;gt; HR Master Data  &lt;/P&gt;&lt;P&gt;-&amp;gt; PA30 - Maintain HR Master Data (Employee Master Data) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic Personnel Tabstrips &lt;/P&gt;&lt;P&gt;Those with a Tick beside the line items means that information have been enter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To change information, select the line items and click the Change button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PA30 Tabstrips :- &lt;/P&gt;&lt;P&gt;Basic Personnel Data /  &lt;/P&gt;&lt;P&gt;.Actions &lt;/P&gt;&lt;P&gt;.Family/Related Person &lt;/P&gt;&lt;P&gt;.Organizational Assignment &lt;/P&gt;&lt;P&gt;.Challenge &lt;/P&gt;&lt;P&gt;.Personal Data &lt;/P&gt;&lt;P&gt;.Maternity Protection/Parental Leave &lt;/P&gt;&lt;P&gt;.Bank details &lt;/P&gt;&lt;P&gt;.Military Service &lt;/P&gt;&lt;P&gt;.Contract Data /  &lt;/P&gt;&lt;P&gt;.Leave Entitlement &lt;/P&gt;&lt;P&gt;Gross Net Payroll /  &lt;/P&gt;&lt;P&gt;.Basic pay &lt;/P&gt;&lt;P&gt;.Company Insurance &lt;/P&gt;&lt;P&gt;Net Payroll / &lt;/P&gt;&lt;P&gt;Additional Payroll Data / Planning Data / Time &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 11:37:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329614#M168279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T11:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hiring Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329615#M168280</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;&lt;/P&gt;&lt;P&gt;it is the record change date (AEDTM) in which I am interested. The problem is that I only want the change date of hirings (not leave or organizational reassignment and so on). Can this be achieved in the above mentioned way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 11:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329615#M168280</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2006-05-26T11:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hiring Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329616#M168281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi agin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. suppose somebody hired somebody on 1st jan 2006.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  and entered this record on 5th jan 2006.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  so : begda = 1-jan-2006&lt;/P&gt;&lt;P&gt;       aedtm = 5-jan-2006&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. After 2 weeks, somebody realised the data&lt;/P&gt;&lt;P&gt;   entry mistake , and hence ,&lt;/P&gt;&lt;P&gt;   on 14th jan, corrected the hiring date to &lt;/P&gt;&lt;P&gt;   11th jan-2006&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  so now,&lt;/P&gt;&lt;P&gt;   BEGDA = 11-jan-2006&lt;/P&gt;&lt;P&gt;   AEDTM = 14-jan-2006  (date of entry/modify of record)&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>Fri, 26 May 2006 11:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329616#M168281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T11:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hiring Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329617#M168282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try the Infotype Audit Report RPUAUD00 to track the hiring changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 11:59:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329617#M168282</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-05-26T11:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hiring Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329618#M168283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use RPUAUD00 for logged changes in the infotype u need to maintain few tables to make sure only chnages made to these tables are reflected in ur report...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V_T585A,V_T585B,V_T585C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 May 2006 07:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiring-changes/m-p/1329618#M168283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-28T07:01:42Z</dc:date>
    </item>
  </channel>
</rss>

