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

What is meant by "Runtime Errors CALL_FUNCTION_REMOTE_ERROR

Former Member
0 Likes
1,233

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
Read only

gautam_totekar
Active Participant
6 REPLIES 6
Read only

Former Member
0 Likes
956

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

Regards

Karthik D

Read only

gautam_totekar
Active Participant
Read only

Former Member
0 Likes
956

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

Read only

Former Member
0 Likes
956

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

Read only

0 Likes
956

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

Read only

Former Member
0 Likes
956

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