Hi everyone,
Can anybody help me on this requirement.
Hi have Quota XX which is accured every year for an employee and in march or april employee request to transfer the unused quota from XX max say 12 to transfer to another quota YY using IT 2012.
the same quota which is transfeered to YY should be deducted from XX.
Can any one help me in writting the PCR and configuration part of infotype 2012
This is fairly simple...
You can do the follwoing. Lets say you use It2012 and record using subtype TRANS
The hours in TRANS is stored in Time type Z001.
when you run the function P2012 you will generate Z001 in TES.
In your PCR, create the follwoing
HRS=DZ001
HRS*1-
ADDDBZ002z
In this rule, Time Type Z001 should be associated with generation of your XX quota
In this rule, Time Type Z002 should be associated with generation of your YY quota
With this, you will increase your XX quota and reduce your YY quota.
Add a comment