cancel
Showing results for 
Search instead for 
Did you mean: 

CALL_FUNCTION_REMOTE_ERROR troubleshooting

Former Member
0 Kudos

Hi Experts,

User are getting ABAP Dump  CALL_FUNCTION_REMOTE_ERROR when they run RMWB transactoin.The following is the header content.How can i check which RFC is getting failed or is it something related to authorization issue of the user.

Please help with the steps..Thanks in advance.

"No authorization to logon as trusted system (Trusted RC=0)."

happened?
Error in ABAP application program.

The current ABAP program "SAPLZP_FG_CPROJECTS_INFO" had to be terminat
because one of the
statements could not be executed.

This is probably due to an error in the ABAP program.

The error occurred in an RFC call to another system.
The target system has also written a short dump.
Consult this short dump for more precise information about
the cause of the error.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185954
Active Contributor
0 Kudos

Hello Rahul,

Identify which RFC Destination is being used by the job, test that RFC destination first.

Generally these sort of errors occur, when you execute RFCs from wrong clients.

for e.g. if you try executing the same program from 000, it shouldn't give you any problems.

For help on trusted RFC connections, check help.sap.com and search for setting up Trusted systems.

Regards,

siddhesh

Former Member
0 Kudos

Hi Rahul,

Can you check sm37 any jobs are canceling?

also check sm21 for other details.

thanks,

Venkat