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 - Authorization Error

Former Member
0 Likes
1,799

I'll be glad if someone can help me with the following question. I am connecting via RFC to an SAP ECC 6.0 system and reading tables using RFC_READ_TABLE. The program works fine when the user ID used for the connection has full authorization to the S_RFC object - field function module with a value of "*". However, when I try to restrict the authorization in that field, it doesn't work. I am getting an error when I add the RFC_READ_TABLE as the function module to be called.

I checked the function module and found that the actual function group is STDX and entered that in the S_RFC authorizations, but it doesn't work.

Can somebody point me in the right direction to figure out the actual values that should be used in that field? I don't want to use "*" as it seems to be unnecessary to grant that level of access to that ID.

Thanks,

Jose

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,086

Hi Jose,

You may have to also assign technical RFC function groups -> http://help.sap.com/saphelp_nw70/helpdata/en/4f/b541d812aea34695d54758cec0796f/frameset.htm

BR

Sandra