cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Authorization Check fails in for candiadte overview in Erec

Former Member
0 Likes
189

Hi All,

We are facing one error like, when the user is trying to overview the candiadte data getting error like " TSV_TNEW_PAGE_ALLOC_FAILED" No more storage space available for extending an internal table.

At the time of debugging we find out, the user dont have authorization so the condition is getting failed.

Class name: CL_HRRCF_DATAOVERVIEW_PL

Method: GET_CAND_DOVR

Getting exception in   check_authorisation method.

The problem is error is not dispalying instead it is calling the smartform in the else condition to display the data. so it is checking all the CP and appending into internal table so only we got this error.

Please help us, is there any Notes is there for this issue?. i have searched but didnt get any relevent notes.

Thanks in advance.

Thanks & Regards,

Hemachandran.R

Accepted Solutions (1)

Accepted Solutions (1)

0 Likes

I moved this to the E-Recruiting space but have a look at the external wiki.. this link mentions the authorization object and roles you need to check for the dataoverview  - see section 2! You can check this in tcode PFCG for the role assigned to the recruiter depending on your version

http://wiki.sdn.sap.com/wiki/x/1ATVDg

Class name: CL_HRRCF_DATAOVERVIEW_PL

cheers

Sally

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Colleague,

Solved by my self. The issue is due to security note implementation. We have added the missing objects to the existing role.

Thanks & Regards,

Hemachandran.R