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_READ_TABLE FM Authorization Issue

former_member355261
Participant
0 Likes
3,039

Hello,

When executing a report I get a dump with the following error message:

"No RFC authorization for function module RFC_READ_TABLE"

So, I created a role and assigned the authorization object S_RFC to it and then granted it to the user, but I'm still having the same dump.

I don't know if there is something wrong with what I did, so please help me find a fix to this problem.

Thanks in advance

4 REPLIES 4
Read only

kiran_k8
Active Contributor
0 Likes
1,462

Occoro,

Check if the User is also having authorisation to

S_TABU_NAM

S_TABU_DIS

S_TABU_CLI

To be more clearer,you can ask the User to share SU53 screenshot so that you can check what exactly is missing.

Note:- It is not advisable to use this FM as it is not released for Customer usage.

K.Kiran.

Read only

0 Likes
1,462

Hi,

Actually, the user has the SAP_ALL profile. isn't this enough ?

Read only

0 Likes
1,462

I just addes the three authorizations, but I still have the same problem.

Any suggestions ?

Read only

Former Member
0 Likes
1,462

Hi Dear,

pleas rrefer Documentation of 'VIEW_AUTHORITY_CHECK' Funtion Module,
which is used in 'RFC_READ_TABLE' .

I hope it will help,

you can debug to check which about which authorization is remain.

regards,