on 2009 Sep 12 6:01 AM
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
Request clarification before answering.
Hi,
You can use custom exit(enhancement) or BADI to achieve:
Implement Enhancement for PA infotype via t-cdoe smod/cmod:
Enhancement>Description
>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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks all issue solved no need for going for any abap development...small tick mark will do...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
96 | |
39 | |
8 | |
5 | |
3 | |
3 | |
3 | |
3 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.