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.