You can use transaction code ST22 to analyze short dumps.
Since Release 3.1G, you have been able to run RFC authorization checks based on the (called) function groups.
If the instance profile parameter 'auth/rfc_authority_check' is set to 1, the system automatically runs an RFC check. The authorization check refers to the function group of the function module to be called. If no authorization exists, a runtime error occurs.
You can first check the authorization using function module
AUTHORITY_CHECK_RFC.
The system runs the RFC
authorization check each time you access the called function module using RFC (the system checks the corresponding function module groups).
The authorization is checked using authorization object S_RFC.
This authorization object contains the following three fields:
Note:
This is documented. You can find further information on this in the ABAP system documentation.
You have the following options: