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: 

How to correct the below error? please provide solution.

Former Member
0 Kudos

Category               ABAP Programming Error

Runtime Errors         CALL_FUNCTION_SEND_ERROR

ABAP Program           SAPLRSR_XLS_RFC

Application Component  BW-BEX-ET

Date and Time          12.04.2016 17:57:54

Short Text

     "connection to partner 'GCPL-HO-DT-0272:65335' broken" (I/O error)

What happened?

     CPIC-CALL: 'ThCMSEND' : cmRc=20 thRc=223#CPIC program connection ended (read

      error)

     An error occurred while making a Remote Function Call.

What can you do?

     Note down which actions and inputs caused the error.

     To process the problem further, contact you SAP system

     administrator.

     Using Transaction ST22 for ABAP Dump Analysis, you can look

     at and manage termination messages, and you can also

     keep them for a long time.

2 REPLIES 2

IanSegobio
Advisor
Advisor
0 Kudos

Hello Nikunj,

This dump is ofter related to a process which triggered a remote RFC to process a request and deliver some response.

Turns out that this remote processing took too much time (due to a huge selection criteria or some other situation), much longer than expected, and at the time it finished the original caller was no longer waiting for the results and so there was no one to deliver the them to.

This is a consequence of a problem, not the cause. You have to investigate why the processing on the remote RFC is taking so much time to complete.

Cheers,
Ian Segóbio.

0 Kudos

You have to investigate why the processing on the remote RFC is taking so much time to complete.

Or why the caller (source of the RFC call) has ended before the results could be sent back .

Cheers!

Isaías