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

RCF_CAND_INT does not exist

former_member195704
Participant
0 Likes
283

Hi,

When I executed the report RCF_CREATE_USER, earlier, it was showing the message RCF_CAND_INT does not exist.

All of a sudden recently I checked, this message has disappeared and the message User created successfully. Please check authorizations is appearing.

What went wrong (right)?

Best Regards,

Veera Sasidhar Jangam.

View Entire Topic
Ramprabhu_Sukum
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Veera,

The report RCF_CREATE_USER reads the customizing table t77rcf_role for assigning authorizations to the user create via report . Probably when you got the message 'RCF_CAND_INT does not exist', the entry would have been missing in the table for role '0001' .

The message would have been disappeared as soon as the entry is present in the table T77RCF_ROLE.

This is what happened inside the report.

Thanks,

Ram

former_member195704
Participant
0 Likes

Hi Ram,

Thanks for the input.

Is this also one of the possible reason?

The entry is RCF_CAND_INT is present against SAP_RCF_INT_CANDIDATE_CLIENT in the table T77RCF_ROLE, but the user to which the role SAP_RCF_INT_CANDIDATE_CLIENT is assigned does not have RCF_CAND_INT in the Roles tab against 'Reference user for additional rights' in SU01 transaction?

Best regards,

Veera Sasidhar Jangam

Ramprabhu_Sukum
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Veera,

That cannot be the reason. Role 'SAP_RCF_INT_CANDIDATE_CLIENT' is assigned to Reference user 'RCF_CAND_INT' in SU01 and not in T77RCF_ROLE. 

Regards,

Ram