cancel
Showing results for 
Search instead for 
Did you mean: 

Reg : user exit ( HINCALC0)

Former Member
0 Kudos

Hi I am implementing a user exit for employee Pension and PF for India.

i want to know in which include where should i write my code. also do i have to make in any other includes or anywhere else.

HINCALC0 (report)

customer include PCBURZINO this is the info i could gather. pl guide me.

points will be rewarded.

thanks and regards,

Quavi.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi abdul,

For the employee PF calculation there is an user exit available in PCEPFIN0.

Pls see the below :

  • CUSTOMER EXIT FOR EPF CALCULATION

  • IF CUSTOMER IMPLEMENTS EXIT THEN PF CALCULATON IN RETRO SCENARIOS

CALL CUSTOMER-FUNCTION '007'

EXPORTING

PROJECTIONFACTOR = PROJECTION_FACTOR

SWAUFROLLUNG = SW_AUFROLLUNG

EEVPF_FIX_AMT = EE_VPF_FIX_AMT

_EPFPER = EPFPER

TABLES

EPF = TEMPORARYEPF

IT = TEMPORARYIT

CRT = TEMPORARYCRT

WPBP = TEMPORARYWPBP

P0002 = TEMPORARYP0002

WGTYPTAB = WGTYP_APPEND_IT.

Hope this helps ! if so reward.

Thanks

Shyam

Former Member
0 Kudos

Hi,

This is not user exits.. It is a function name..you can write the code in customer include but for that you need to create function in PE04 and after than you can write the code but for that you need the key to change the standard include PCBURZIN0 from SAP.

Thanks..

Atin