Hi Experts,
I am trying to implement Benefits Enrollment through GP process under "My First Days". I have copied the SAP delivered action for benefit enrollment as per note 968360.
The action has Input parameters:
Enrollment Reason: HIREE (Bold E as per note)
Service ID: EMPLOYEE_BENEFITPAY_GENERIC_ENROLLMENT05HIRE (HIRE is the adjustment reason).
I also have a callable object:
Object Definition:
Web Dynpro Application: BenefitsApplication
Package: com.sap.xss.hr.ben
Development Component: com.sap.pcuigp.xssfpm.wd.FPMComponent.
Parameters:
Enrollment Reason: HIREE (Bold E as per note)
Service ID: EMPLOYEE_BENEFITPAY_GENERIC_ENROLLMENT05HIRE (HIRE is the adjustment reason).
For some reason, the above configuration is working on portal. It is throwing an error:
No correct adjustment reason specified
How to get rid of the error. It is very clear that adjustment reason should be passed from GP Design time. But I can not figure out what is missing.