Several user exits have been defined within RPCALCG0 to aid the integration of customer specific functionality into the payroll driver. You can include your own coding in the called routines within RPCUEXG0. The following user exits are currently available:
User Exit Where called from
----------------------------------------------------------------------
P0065_USER_EXIT Function P0065 (reading in tax infotype data)
P0069_USER_EXIT Function P0069 (reading in NI infotype data)
P0070_USER_EXIT Function P0070 (reading in pensions infotype
data)
P0071_USER_EXIT Function P0071 (reading in court orders
infotype data)
P0222_USER_EXIT Function P0222 (reading in company cars
infotype data)
GEXCP_USER_EXIT Function GEXCP (updating the exceptions table)
----------------------------------------------------------------------
It is planned to extend the number of British specific user exits in future versions.
This is not a pure user exit as the program holding your specific coding, RPCUEXG0, is delivered as SAP standard and will overwrite your changed version with every upgrade. Therefore you should copy RPCUEXG0 before every upgrade and reload the coding afterwards.