cancel
Showing results for 
Search instead for 
Did you mean: 

SAP .NET RFC error message

Former Member
0 Kudos

Hi

I encountered an error message while using customize RFC created for SAP .NET Connector + C# program.

Below is the error message

connection closed without message (CM_NO_DATA_RECEIVED)

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: SAP.Connector.RfcSystemException: connection closed without message (CM_NO_DATA_RECEIVED)

Source Error:

Line 78: {

Line 79: object[]results = null;

Line 80: results = this.SAPInvoke("Zcs_Acknowledge_Activity",new object[] {

Line 81: In_Empno,In_Qmnum });

Line 82: Out_Result_Flag = (string) results[0];

How to resolved this problem. Urgent !

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It seems to me that there some kind of exception not being caught by your FM Zcs_Acknowledge_Activity; then the connection is closed. Have you look at SM21 or ST22 to see if there's any additional error message or ABAP dump?

Regards,

Federico G. Babelis

www.gazum.com