Application Development 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: 

What is meant by "Runtime Errors CALL_FUNCTION_REMOTE_ERROR

Former Member
0 Kudos

Hi Team,

We are getting very frequent ABAP dumps with runtime error "CALL_FUNCTION_REMOTE_ERROR"

I would like to understand how to start trouble shooting such dumps.

thanks

Vijay

1 ACCEPTED SOLUTION
6 REPLIES 6

Former Member
0 Kudos

Post the short dump you are getting so that we can troubleshoot.

Regards

Karthik D

Former Member
0 Kudos

hi friend

go to t-code st22.

give the date on the execption occured.

and execute it.

it will depict the list of runtime errors occured.

double click on the name of the runtime error field.

in the right side there is a abap developer view node.

expand it.

and there u analysis the error , where it is occured, etc.

if they give the sap note no to further analysis of the exception.

go to www.service.sap.com and search the corresponding note..

further once u could not recover it.

make the message to sap market place.

regards

surender.s

Edited by: SURENDER on May 23, 2009 11:14 AM

Former Member
0 Kudos

Goto ST22 and so the dump analysis. This error occurs when you call some RFC in another system and it returns some error.

0 Kudos

Yes it looks like the dump is created when the other system does not respond

-


The termination occurred in the ABAP program "YCMW_SHOPPING_BASKET_DETAILS" in

"LOAD_SB_DETAILS".

The main program was "YCMW_SHOPPING_BASKET_DETAILS ".

The termination occurred in line 2655 of the source code of the (Include)

program "YCMW_SHOPPING_BASKET_DET_F01"

of the source code of program "YCMW_SHOPPING_BASKET_DET_F01" (when calling the

editor 26550).

looks like while accessing the t-code this dump is created.

Thanks

Vijay

Former Member
0 Kudos

I wanted to know what causes this dump and more or less i think i understood. I have another thread which is on the called system. thanks for all your responses.

Thanks

Vijay