<?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: User Exits  while saving HR Master Data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-while-saving-hr-master-data/m-p/1778883#M335760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhijeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried as per your suggestion. I run the transaction PA30 and changed some personnel data corresponding to a perticular employee and saved in debugging mode. It should catch the break-point at the FM 'EXIT_SAPFP50M_002'. But it is not catching. Can you pls throw some light on it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Bhagat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 08:29:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-11T08:29:05Z</dc:date>
    <item>
      <title>User Exits  while saving HR Master Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-while-saving-hr-master-data/m-p/1778879#M335756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to HR module.&lt;/P&gt;&lt;P&gt;I need   on-save user exits for HR master data.&lt;/P&gt;&lt;P&gt;I tried with the transaction 'PA30' and changed some data and saved and Swithched on the debugger. I could not find any Use Exit for that.&lt;/P&gt;&lt;P&gt;I hope you understood my question.&lt;/P&gt;&lt;P&gt;Pls help me with the necessary user exit.&lt;/P&gt;&lt;P&gt;Reward points are assured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Bhagat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 04:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-while-saving-hr-master-data/m-p/1778879#M335756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T04:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits  while saving HR Master Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-while-saving-hr-master-data/m-p/1778880#M335757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chinnabathini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look enhancement PBAS0001, Hope this will serve your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 05:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-while-saving-hr-master-data/m-p/1778880#M335757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T05:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits  while saving HR Master Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-while-saving-hr-master-data/m-p/1778881#M335758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is the user exit for saving the exigency leave  if it is &amp;gt;3  in pa30.please go through it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: PA2001,T554S.&lt;/P&gt;&lt;P&gt;DATA: ABWTG LIKE PA2001-ABWTG.&lt;/P&gt;&lt;P&gt;DATA: ITAB_PA2001 LIKE PA2001.&lt;/P&gt;&lt;P&gt;DATA: I2001 TYPE P2001.&lt;/P&gt;&lt;P&gt;*DATA : VALUE(1) TYPE C.&lt;/P&gt;&lt;P&gt;DATA: VALUE TYPE C.&lt;/P&gt;&lt;P&gt;DATA : VALUE1 LIKE P0347-SCRDD. " SERVICE CREDIT DAYS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:BEGIN OF VALUE2 OCCURS 0,&lt;/P&gt;&lt;P&gt;     TITLEBAR(60)  TYPE C,&lt;/P&gt;&lt;P&gt;     QUESTION(400) TYPE C,&lt;/P&gt;&lt;P&gt;    END OF VALUE2.&lt;/P&gt;&lt;P&gt;VALUE2-QUESTION =  'Is the Medical Certificate Provided ?'.&lt;/P&gt;&lt;P&gt;VALUE2-TITLEBAR =  'PLEASE CONFIRM'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF INNNN-INFTY EQ 2001.&lt;/P&gt;&lt;P&gt;  CHECK SY-TCODE = 'PA30'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; IF INNNN-SUBTY EQ AWART.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; MOVE INNNN TO I2001.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;I2001 = INNNN.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; IF SY-SUBRC = 0.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF INNNN-SUBTY = '1000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'HR_HK_DIFF_BT_2_DATES'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        DATE1                         = INNNN-ENDDA&lt;/P&gt;&lt;P&gt;        DATE2                         = INNNN-BEGDA&lt;/P&gt;&lt;P&gt;       OUTPUT_FORMAT                 = '02'&lt;/P&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  YEARS                         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MONTHS                        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       DAYS                          =  VALUE1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  INVALID_DATES_SPECIFIED       = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                        = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;*ENDIF.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;    IF VALUE1 &amp;gt; 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'WFCS_POPUP_YES_NO'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          PI_UI_POPUP_TEXT = VALUE2&lt;/P&gt;&lt;P&gt;        CHANGING&lt;/P&gt;&lt;P&gt;          PE_ANSWER        = VALUE.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ERROR_USING_POPUP       = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                  = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF VALUE = '2' .&lt;/P&gt;&lt;P&gt;        MESSAGE W002(ZRM).&lt;/P&gt;&lt;P&gt;        LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     ELSEIF VALUE = 'A' .&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       MESSAGE W001(ZRM).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 05:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-while-saving-hr-master-data/m-p/1778881#M335758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T05:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits  while saving HR Master Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-while-saving-hr-master-data/m-p/1778882#M335759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhagat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the user exit  &amp;lt;b&amp;gt;PBAS0001&amp;lt;/b&amp;gt; (PA: Pers.Admin./Recruitment: Default values and checks ). you can alos use the BADI HRPAD00INFTY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to use the user exit PBAS0001&lt;/P&gt;&lt;P&gt;1) first go to transaction CMOD &lt;/P&gt;&lt;P&gt;2) enter the project name e.g. ZHR_EXIT &lt;/P&gt;&lt;P&gt;3) click on Enhancement assignments and assign exit PBAS0001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to write the code into include ZXPADU02 for PAI (Before Saving)&lt;/P&gt;&lt;P&gt;and ZXPADU01 for PBO (to display default value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Abhijit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note: don't forget to awart the points if it help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 07:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-while-saving-hr-master-data/m-p/1778882#M335759</guid>
      <dc:creator>abhijitzope</dc:creator>
      <dc:date>2006-12-11T07:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits  while saving HR Master Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-while-saving-hr-master-data/m-p/1778883#M335760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhijeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried as per your suggestion. I run the transaction PA30 and changed some personnel data corresponding to a perticular employee and saved in debugging mode. It should catch the break-point at the FM 'EXIT_SAPFP50M_002'. But it is not catching. Can you pls throw some light on it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Bhagat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 08:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits-while-saving-hr-master-data/m-p/1778883#M335760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T08:29:05Z</dc:date>
    </item>
  </channel>
</rss>

