cancel
Showing results for 
Search instead for 
Did you mean: 

Critical Error on clicking "Salary Details" Tab Page in ESS

0 Kudos

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

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

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

Former Member
0 Kudos

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

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

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.

Former Member
0 Kudos

Malik,

check roles and employee data.

check the logs in st22

Thanks

Bala Duvvuri