cancel
Showing results for 
Search instead for 
Did you mean: 

DUMP Applications for E-Recruiting

Former Member
0 Kudos

Dear

I have an issue with register of external candidate.

I have checked the log generated in the T.code ST22 and this genera error in the line 108 of the following class.

CL_HRASR00_CREATE_PERS_FILE=>CREATE_APPEND_PERS_FILE

  101

  102 * Get the pernr

  103   IF attributes-application = 'PA' .

  104     pernr = attributes-object_key.

  105     process = attributes-process.

  106   ENDIF.

  107

>>>>>   ASSERT pernr IS NOT INITIAL AND process IS NOT INITIAL.

  109

  110 * Now get an instance of dpf

What is the posible cause of this error?

Thanks

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

are you sure they are generated by EREC? because they are HR adminstrator service classes

Former Member
0 Kudos


Yes. The dump generate is caused by application of EREC

Regards

Answers (0)