Application Development and Automation 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: 
Read only

Short Dump in SE38 when executing code completion (Ctrl+Space)

Former Member
0 Likes
553

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.

2 REPLIES 2
Read only

Former Member
0 Likes
446

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.

Read only

former_member209217
Active Contributor
0 Likes
446

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.