‎2010 Aug 05 12:44 PM
Hello ABAP experts,
in a Web AS 7.11 system I get a short dump(*1) when executing the code completion in se38 (Ctrl + Space).
Assigned roles to the user is:
SAP_BC_DWB_ABAPDEVELOPER
SAP_XI_DEVELOPER_ABAP
Is this not enough for ABAP (PI ABAP Proxy) development?
Thanks & BR
Kristian Weissmann
(*1):
Short text
No RFC authorization for function module "SRCC_GET_CODE_COMPLETION".
What happened?
The user "......" in the client 002 attempted to execute the function module
"SRCC_GET_CODE_COMPLETION" from the function group "SRCC", but does not have
the appropriate
RFC authorization.
Error in the ABAP application program.
The current ABAP program "SAPLSRCC" had to be interrupted because it contains
a statement that cannot be executed.
Error analysis
The ABAP program "SAPLSRCC" attempated to execute a statement which directs
the system to check authorizations, but user "......" has no
authorization for this.
The application program could not verify the missing authorization,
so the program had to be terminated.
‎2010 Aug 05 1:21 PM
Hi,
Issue is related to the authorization on RFC access. So you should have the below authorization in your role:
S_RFC & S_RFC_ADM.
Regards,
Selva K.
‎2010 Aug 05 1:32 PM
Hi Kristian,
Its the problem with your role assigned to your user Id. Please contact your BASIS administrator to provide you necessary authorizations .
Regards,
Lakshman.