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: 

Error:CALL_FUNCTION_RECEIVE_ERROR

Former Member
0 Kudos

Hi All,

Provide inputs.

I searched this thread.

Though useful but didnt really solve the problem.

Checked for CPI-C error.

But Basis guy comes again and says its an abap error.

Below attached the screenshot.

ABAP runtime errors CALL_FUNCTION_RECEIVE_ERROR

Occurred on 24.09.2008 at 16:12:31

"connection to partner broken" / "CPI-C error CM_PRODUCT_SPECIFIC_ERROR".

What happened?

Error in the SAP Basis system

ABAP/4 processor detected an internal system error.

The current ABAP program "/DCEUR/ZVSL_PH_RECONCILE " had to be terminated

because the ABAP

processor discovered an invalid system state.

What can you do?

Please make a note of the actions and input which caused the error.

Please make a note of the actions and input which caused the error.

To resolve the problem, contact your

SAP system administrator.

Choose "Print" for a hard coopy of the termination message. You can

display and adminster short dump messages using Transaction ST22.

Error analysis

An error occurred when executing a Remote Function Call.

Status of connection.... "CODE=CM_PRODUCT

CM_NO_DATA_RECEIVED SAPCODE=223 CONV=897

Internal error code.... "RFC_IO5"

There is an error in the communication sy

and resolve the error, contact your syste

Last error logged in SAP kerne

Component............ "NI (network interf

Place................ "SAP-Gateway on hos

Version.............. 34

Error code........... "-6"

Error text........... "connection to part

Description.......... "NiPRead"

System call.......... "recv"

Module............... "niuxi.c"

Line................. 1192

The error reported by the operating syste

Error number..... " "

Error text....... " "

How to correct the error

ser, transaction...

lient.............. 400

ser................ "CHAHAHM"

anguage key........ "D"

ransaction......... " "

rogram............. "ZVSL_PH_RECONCILE "

creen.............. "SAPMSSY0 1000"

creen line......... 6

nformation on where termination occurred

he termination occurred in the ABAP/4 program "ZVSL_PH_RECONCILE " in

FETCH_COMPARE_DATA".

he main program was "ZVSL_PH_RECONCILE ".

he termination occurred in line 323

f the source code of program "ZVSL_PH_RECONCILE_F01 " (when calling the

editor 3230).

he program "Z_PH_RECONCILE " was started as a background job.

ource code extract

003110 CALL FUNCTION /ZCOMPARE_NODES'

003120 DESTINATION wa_clien

003130 EXPORTING

003140 language = wf_lang

003150 plant = pa_plant

003160 sparte = pa_spart

003170 IMPORTING

003180 return = wa_return

003190 TABLES

003200 tb_material = tb_material

003210 tb_phlevels = tb_levels

003220 tb_t179 = tb_t179

> tb_t179t = tb_t179t.

003240

003250 IF NOT wa_return IS INITIAL.

As it gives the error here but the table declaration part is correct.

Thanks

Mohinder Singh Chauhan

2 REPLIES 2

Former Member
0 Kudos

Hi,

It seems to be RFC connection problem.

What RFC name does the wa_clien contains?

Check in SM59 whether that RFC exist. If it is there just double click and press the button 'Test Connection'. Then it will try connecting to the destination. If you get any error in the proceeding screen, then it is the problem with RFC connection.

Let the Basis people to fix it

Cheers,

Kothand

Former Member
0 Kudos

Hi,

Thanks for the answer.

cheers

MSC