Application Development 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: 

RFC_NO_AUTHORITY dumps

Former Member
0 Kudos

Hi Techies,

We are facing one issue with the RFC_NO_AUTHORITY dumps . We checked and found that as per the dump there is authorization missing for some function groups in the object S_RFC. User type is "System" and the client is 000. SInce 000 doesn't have any customized roles, We have provided access through SAP given roles. But still we are getting dumps for the same function groups.

Please suggest how to proceed with this issue.

5 REPLIES 5

Former Member
0 Kudos

Hi,

A typical protocol with using standard roles is to copy them into your namespace (which is often just prefixing the standard role with a Z .....) and then making the required modification to the failing objects. The dump text should tell you what function group was failed.

Alternatively you could transport your standard set of roles into 000 and allocate an appropriate one (if available).

ashish_vikas
Active Contributor
0 Kudos

Hi Vijay,

Check the dump and you can find function groups for the object S_RFC having no auth.

Are these function groups custom developed ? if yes, then i will say also review why then need to connect to 000 client ?

If anyhow you have to provide access, you can also add standard profiles/roles to user which you should find it first with SUIM if the selected profile/role has missing auth.

thanks

ashish

0 Kudos

Hi

Did you check that SAP standard role is generated and has authorization to that funtion group in S_RFC object?

Former Member
0 Kudos

Hi,

Please check this SAP note.Hope this will help you..

Note 93254 - RFC short dump RFC_NO_AUTHORITY

Regards

Former Member
0 Kudos

>>> Please suggest how to proceed with this issue.

Read the dump and the documentation on how RFC and authorizations work?

Cheers,

Julius