cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP dump CALL_FUNCTION_NOT_REMOTE

Former Member
0 Kudos

Dear All,

I am getting an ABAP dump error CALL_FUNCTION_NOT_REMOTE. Kindly find the details below.

Short text                                                                                                The function module "/SDF/EWA_GET_USER_ACCOUNTS" cannot be used for 'remote'

What happened?                                                                                            The current program had to be terminated because of an                                                error when installing the R/3 System.                                                                 but is not flagged as being able to be used for remote calls.                                                                                                                                               Error in the ABAP Application Program                                                                                                                                                                       The current ABAP program "/SDF/SAPLEWA" had to be terminated because it has                           come across a statement that unfortunately cannot be executed.

What can you do?                                                                                          Note which actions and input led to the error.                                                                                                                                                              For further help in handling the problem, contact your SAP administrator                              .                                                                                                                                                                                                           You can use the ABAP dump analysis transaction ST22 to view and manage                                termination messages, in particular for long term reference.

Error analysis                                                                                            The function module "/SDF/EWA_GET_USER_ACCOUNTS" was called via RFC, but has                          not been released for 'remote' calls.                                                                                                                                                                       For the following call types, a module must be released for 'remote'                                  calls:                                                                                                                                                                                                      a) Call Function '/SDF/EWA_GET_USER_ACCOUNTS' Destination ....                                        b) Call Function '/SDF/EWA_GET_USER_ACCOUNTS' In Background Task ...                                  c) Call Function '/SDF/EWA_GET_USER_ACCOUNTS' Starting New Task ...     

How to correct the error                                                                                  If the function module "/SDF/EWA_GET_USER_ACCOUNTS" is one of your own,                               please release it in the Function Library                                                             for RFC calls by setting it so that it can be called externally.

If the error occures in a non-modified SAP program, you may be able to                                find an interim solution in an SAP Note.                                                              If you have access to SAP Notes, carry out a search with the following                                keywords:                                                                                                                                                                                                   "CALL_FUNCTION_NOT_REMOTE" " "                                                                        "/SDF/SAPLEWA" or "SAPMSSY1"                                                                          "/SDF/OCS_GET_INFO"                                                                                                                                                                                                                                                                                               If you cannot solve the problem yourself and want to send an error                                    notification to SAP, include the following information:                                                                                                                                                     1. The description of the current problem (short dump)                                                                                                                                                         To save the description, choose "System->List->Save->Local File                                    (Unconverted)".                                                                                                                                                                                             2. Corresponding system log                                                                                                                                                                                    Display the system log by calling transaction SM21.                                                   Restrict the time interval to 10 minutes before and five minutes                                   after the short dump. Then choose "System->List->Save->Local File                                     (Unconverted)".                                                                                                                                                                                             3. If the problem occurs in a problem of your own or a modified SAP                                   program: The source code of the program                                                                  In the editor, choose "Utilities->More                                                             Utilities->Upload/Download->Download".                                                                                                                                                                      4. Details about the conditions under which the error occurred or which                               actions and input led to the error.            

Please help me in this regard with suitable answers. Also if

there is any notes released for this issue?

Looking forward...

Thanks in advance

Srikanth.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189725
Active Contributor

Can you tell exactly what transaction are you executing .

Also go to the system where this function module /SDF/EWA_GET_USER_ACCOUNTS is to be executed .

In Se37 , enter /SDF/EWA_GET_USER_ACCOUNTS click Display .

In the attributes , it the processing type "Remote-Enabled Module"

Regards

Ratnajit