Dear experts,
After changing the parameter auth/rfc_authority_check to 9, I am getting the following dumps:
Category | ABAP Server Installation and Administration Errors |
Runtime Errors | RFC_NO_AUTHORITY |
Short text
No RFC authorization for function module "TMS_ALT_SEND_TO_CONTROLLER". |
What happened?
The user "TMSADM" in the client 000 attempted to execute the function modul | |
"TMS_ALT_SEND_TO_CONTROLLER" from the function group "TMSA", but does not h | |
the appropriate | |
RFC authorization. |
Error in the ABAP application program. |
The current ABAP program "SAPLTMSA" had to be interrupted because it contai | |
a statement that cannot be executed. |
What can you do?
The user "TMSADM" in the client 000 has no RFC authorization for the | |
function module "TMS_ALT_SEND_TO_CONTROLLER" of the function group "TMSA". |
Please contact your system administrator to give you the RFC | |
authorization for the required function modules or function groups | |
(such as "TMS_ALT_SEND_TO_CONTROLLER" or "TMSA"). | |
The RFC authorization object is S_RFC. |
Value "9" -> Technical RFC check active, also in case of single sign-on procedure and for function group SRFC. Since the authority check is then also performed for function modules RFC_PING, RFC_SYSTEM_INFO and all other function modules contained in function group SRFC, the user profiles of all involved users must be checked/updated before using this option.
I have created a RFC related role for all users that start an RFC, assigned this to TMSADM for example,
There has been added SRFC function group in the S_RFC function object, but I am still getting this dump on daily basis.
Any advice from your side ?
How can I permanently get rid of this dump ?
Thanks in advance,
Jordan