Hi All
I am facing this critical error. When we click on Salary Detail tab page, we get this error:
A critical error has occured. Processing of the service was terminated. Unsaved data has been lost.
Contact your system administrator.
com.sap.pcuigp.xssfpm.java.FPMRuntimeException:A::000
at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException
(MessageManager.java:112)
This error is only for 3 people in the whole organization. For all others its working fine.
Can any one guide me to resolve this issue. Cheers
Regards,
Malik Saad Aziz
Maintain the feature HRFOR correctly
Feature HRFOR must contain either
(1) a valid HRFORMS form (see transaction HRFORMS)
or
(2) the constant value $CEDT$.
Please try the following:
In case you have set feature HRFOR to $CEDT$ you must maintain features
EDTIN and EDPDF:
- Feature EDTIN
Make sure that this variant is existing for the program (payslip
program). The variant must contain a valid form.
- Feature EDPDF
Decide which way you want to use for conversion to PDF. We highly
recommend to use a Smartform instead of Spool.
hI,
If you are done with settings suggested by the Siddharth Rajora
Then give the SAP_ALL for the 3 employee and check .....
and check following with the help of BASIS consultant
Add IT0008 to P_PERNR to be able to see payslip in PZ11
P_PERNR is object in SU01
Hi Experts.
This post is very old but I want to post our troubleshooting in that problem for other people.
We had the same Problem in ESS with the HRFORMS formular for TIME. We copy the original one (SAP_TIM_99_0003) to a z form and use a badi to filter forms that have no data on it to avoid empty forms.
So we use BaDI HRFORM_HRF02 and the exceptions (skip/reject) in the method 'check_pernr_late'. When you use the forms in ESS you get an error A::000 when using one of the exceptions! In backend that is no problem but the Enterprise Portal cannot deal with it.
We now check sy-tcode 'HRFORMS' and 'PC00_M99_HRF_CALL' before calling the exceptions and the problem is solved.
Hope I can help someone with the Portal error Message 'A::000'.
Regards
Michael
Add a comment