RFC_NO_AUTHORITY is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.
Short Dump Classification: F - Installation Errors
You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.
Also check out the Comments section below to view or add related contributions and example screen shots.
The RFC authorization can be checked beforehand with function module
AUTHORITY_CHECK_RFC.
This makes it possible for example to test whther user <runtime parameter> has the RFC
authorizatoin for function module <runtime parameter> or function group <runtime parameter>.
Contact your SAP system administrator and request the RFC
authorization. The RFC authorization object is S_RFC.
No RFC authorization for function module <runtime parameter>.
User <runtime parameter> in client <runtime parameter> does not have RFC authorization for function
module <runtime parameter> of function group <runtime parameter>.
Contact your system administrator and request RFC authorization for the
required function modules or function groups (including <runtime parameter> or <runtime parameter>).
The RFC authorization object is S_RFC.
Please see installation error for more details about the possible cause of this runtime error and how it could be avoided.
Please see authority missing for more details about the possible cause of this runtime error and how it could be avoided.
User <runtime parameter> in client <runtime parameter> attempted to execute function module <runtime parameter> from
function group <runtime parameter>, but does not have the relevant RFC authorization.
Please see authority missing for more details about the possible cause of this runtime error and how it could be avoided.