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