cancel
Showing results for 
Search instead for 
Did you mean: 

error CALL_FUNCTION_SYSCALL_ONLY

Former Member
0 Kudos

Hi,

I am getting an abap runtime error "CALL_FUNCTION_SYSCALL_ONLY"

Error Details:


Short text                                                                                                You are not authorized to logon to the target system (error code 0).   

What happened?                                                                                            The current program had to be terminated because of an                                                error when installing the R/3 System.  

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                                                                                            RFC calls (Remote Function Calls) were sent with the invalid user                                     ID "WPTJEYARJ ". The receiving system treated the first call as a system                              call and therefore accepted it without a valid user ID.                                               However, the last call was sent to a non-system function module and                                   was thus rejected.                                                                                                                                                                                          The system function modules include RFC_PING and RFC_SYSTEM_INFO amongst                              others.                                                                                                                                                                                                     The action was executed by caller "WPTJEYARJ " with client 100 from system                            "SMQ " using transaction " "

System environment                                                                                        SAP Release..... 702                                                                                  SAP Basis Level. 0011                                                                                                                                                                                       Application server... "GVAR3X04"                                                                      Network address...... "10.69.48.9"                                                                    Operating system..... "Windows NT"                                                                    Release.............. "6.1"                                                                           Hardware type........ "24x AMD64 Level"                                                               Character length.... 16 Bits                                                                          Pointer length....... 64 Bits                                                                         Work process number.. 16                                                                              Shortdump setting.... "full"                                                                                                                                                                                Database server... "GVAR3X04\SB2"                                                                     Database type..... "MSSQL"                                                                            Database name..... "SB2"                                                                              Database user ID.. "sb2"                                                                                                                                                                                    Terminal.......... " "                                                                                                                                                                                      Char.set.... "C"                                                                                                                                                                                            SAP kernel....... 720                                                                                 created (date)... "Feb 20 2012 19:16:38"                                                              create on........ "NT 5.2 3790 S x86 MS VC++ 14.00"                                                   Database version. "SQL_Server_9.00 "                                                                                                                                                                        Patch level. 200                                                                                      Patch text.. " "                                                                                                                                                                                            Database............. "MSSQL 9.00.2047 or higher"                                                     SAP database version. 720                                                                             Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows                        NT 6.0, Windows NT 6.1, Windows NT 6.2"                  

Kindly help me in analysing this error....

Regards

Srikanth


Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Srikanth,

RFC calls (Remote Function Calls) were sent with the invalid user                                     ID "WPTJEYARJ ".

please check RFC connection which is having issue. also look in SM21 you will get more details..

Thanks,

Venkat

Former Member
0 Kudos

Thank you Venkat.

ashish_vikas
Active Contributor
0 Kudos

This seems to be a problem with Trusted RFC.. does User WPTJEYARJ in target system ?

You are not authorized to logon to the target system (error code 0)

Troubleshooting

If your login attempt fails, you will receive the following message: No authorization to log in as trusted system (error code = <0|1|2|3>). Note that you are not authorized to use users DDIC and SAP*.

The error code explanation is as follows:

  • 0: Invalid login data (user ID and client) for the calling systemSolution: Create the user ID for the client in the called system.

please check this for details:

http://help.sap.com/saphelp_nwpi711/helpdata/en/48/9bdd740c1c73e7e10000000a42189b/content.htm

regards

Ashish

Former Member
0 Kudos

Hi Srikanth,

also check below notes..

986707 - No authorization to log on as a trusted system (RC=1)

Note 128447 - Trusted/trusting systems


131387 - No authorization to log on as a trusted system

Thanks,

Venkat