Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC error - You have no authorization for this function

Former Member
0 Likes
2,837

I'm calling a function module with an RFC destination and get error "CL262 - You have no authorization for this function".

The function module is BAPI_OBJCL_GETCLASSES. It reads class info from classification system.

If I run the FM directly on box referred by RFC destination, it works fine.

I've run traces on both boxes for both my ID and the RFC ID, and nothing comes up.

I'm pretty sure it's a security issue, but it is not showing up.

Any ideas?

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,256

Hello Raynald

Have you had a look at the long text of this message?



 NA CL262
 ____________________________________________________
 Short Text
     You have no authorization for this function
 Diagnosis
     You are not authorized to display or maintain profiles, or to assign
     profiles to users or user groups.
 System Response
     The system checks the authorization settings for object C_CLA_PROF.
 Procedure
     Contact your system administrator.

You may check if you have indeed the required authorizations for C_CLA_PROF.

Regards

Uwe

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,257

Hello Raynald

Have you had a look at the long text of this message?



 NA CL262
 ____________________________________________________
 Short Text
     You have no authorization for this function
 Diagnosis
     You are not authorized to display or maintain profiles, or to assign
     profiles to users or user groups.
 System Response
     The system checks the authorization settings for object C_CLA_PROF.
 Procedure
     Contact your system administrator.

You may check if you have indeed the required authorizations for C_CLA_PROF.

Regards

Uwe