Hi
Assuming I am interpreting your requirement correctly you are trying to generate Leave Quota based on an entry to IT2012 and you are in effect asking 2 questions.
Q1
Can you effect how IT2012 Time Transfer Specification get posted to Quota via a PCR? yes you can - see documentation on Time Function P2012.
Q2
Can you trap this scenario when a use keys the IT2012 ? Yes you can. Enhancement PBAS0001 component EXIT_SAPFP50M_002
can be used to validate input in PA30
bg
In your PCR, check the operations OUTWPMASSN for Action Type and OUTWPMASSG for reason for action
1 - What do you use to define the Probation Period and it's end? The Hire Date and a Constant from V_T511K, a Date on IT0041, or something else?
2 - Unless you have an ABAP resource create some Custom Code to validate the Absence with the "End of Probation" upon saving the Absence, the Absence will be created and it will only be during Time Evaluation that an Error Message could be generated.
Add comment