cancel
Showing results for 
Search instead for 
Did you mean: 

Infotype updation for separated Employees..

Former Member
0 Kudos
61

system should throw a error when tyring to mark attendance for separated employee..is there any standard SAP solution for this...

Edited by: SAPHCM on Sep 12, 2009 9:21 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use custom exit(enhancement) or BADI to achieve:

Implement Enhancement for PA infotype via t-cdoe smod/cmod:

Enhancement>Description


>Components--


>Description for Compt

PBAS0001----->PA: Pers.Admin./Recruitment: Default values and checks-> EXIT_SAPFP50M_002->Execute an additional for single screen

sample code:

case innnn-infty.
  when '????'.                  "infotype you want to check
     " put your logic here
  when others.
endcase.

or implement BADI HRPAD00INFTY - Update / Infotype maintenance via t-code se18/se19

Hope helps,

Chen Jian

Answers (1)

Answers (1)

Former Member
0 Kudos

thanks all issue solved no need for going for any abap development...small tick mark will do...