cancel
Showing results for 
Search instead for 
Did you mean: 

No RFC authorization for function module SALRT_GET_CATEGORIES

Former Member
0 Kudos

HI All,

I am using SRM 7.0 and I have created a shopping cart. This is sent to the manager for approval.

When I open the managers logon I see the below error" No RFC authorization for function module SALRT_GET_CATEGORIES"

The detailed error log is shown below. Please let me know how I can fix this.

An error occurred while reading the destination SAP_SRM$AlertConnector, type RFC. The error was <--Localization failed: ResourceBundle=com.sap.exception.io.IOResourceBundle, ID=No such destination SAP_SRM$AlertConnector of type RFC exists , Arguments: []--> : Cant find resource for bundle java.util.PropertyResourceBundle, key No such destination SAP_SRM$AlertConnector of type RFC exists .

Thnaks,

Vignesh

Accepted Solutions (1)

Accepted Solutions (1)

OttoGold
Active Contributor
0 Kudos

Your role does not contain the function SALRT_GET_CATEGORIES in it`s menu. That would automatically pull the S_RFC and everything would be just fine, I think. cheers Otto

Former Member
0 Kudos

Hi all,

I am trying to make a Remote Client Copy- This method is used to copy client between different instances(SID).It is performed by T-code SCC9.

I created an RFC SM_SD7CLNT200_READ (source : S75 ==> targetSD7 client 200)

I created a new client 100 in my system S75 using t-code SCC4 and I log on to this new client with user SAP* and default password “pass“.

When I lunched a test run using SCC9 I have this error "No RFC authorization for function module DD_GET_NAMETAB_FOR_RFC." ?

Error analysis

    An error occurred when executing a REMOTE FUNCTION CALL.

    It was logged under the name "RFC_NO_AUTHORITY"

    on the called page.

Trigger Location of Runtime Error

    Program                                 SAPLSCCR

    Include                                 LSCCRU22

    Row                                     86

    Module type                             (FUNCTION)

    Module Name                             SCCR_CHANGE_TABLENM_TO_CLUSTER

Source Code :

>>>>  CALL FUNCTION 'DD_GET_NAMETAB_FOR_RFC' DESTINATION source_system

          EXPORTING

            tabname   = seltab-tabname

          IMPORTING

            x030l_wa  = x030l_wa

          TABLES

            x031l_tab = x031l_src_tab

          EXCEPTIONS

            not_found.

Thanks in advance,

Mohamed.

OttoGold
Active Contributor
0 Kudos

You are not authorized for S_RFC, type FUNC, value DD_GET_NAMETAB_FOR_RFC.

Cheers,

Otto

Message was edited by: Anja Engelhardt

Former Member
0 Kudos

Thank you, this is also helped us!

Answers (0)