‎2008 Nov 28 12:34 PM
Hi experts,
I have an RFC function module where I have no own exception defined. I use 'standard' ones.
EXCEPTIONS
communication_failure = 1 MESSAGE ls_proto-message
system_failure = 2 MESSAGE ls_proto-message
Inside this FM I do update of database table using MODIFY dbtab statement.
In some cases I get exception 'Conection closed' as a message.
Does anybody know what this message means?
Could it be temporary connection failure or timeout by table update?
Thanks a lot.
‎2008 Nov 28 12:38 PM
Hello Marek,
I think its temporary problem of ur RFC destination not responding & not the Time Out problem.
Br,
Suhas
‎2008 Nov 28 12:39 PM
Hi,
Connection Closed, message means, that the connection is lost. In case of a timeout error, you would get 'Timeout' error, so i guess this is because of a lost connection only.
Try debugging the code to find, what exactly is triggering the message.
Regards.
‎2008 Nov 28 12:43 PM
Hi,
is it from SAP TO SAP or SAP to NON-SAP..
I feel it is a temporary connection failure .
Regards,
Nagaraj
‎2008 Nov 28 12:48 PM
‎2008 Nov 28 1:09 PM
What are the " Some " cases in which you are gettin this error...??
‎2008 Nov 28 1:14 PM
HI,
then it is a temporary failure ..when u get this message ..what u can do is GOTO SM59->try to do a test connection with the destination logical system(Other Sap system)..see if u r able to login...If u r able to login then the RFC connection is fine otherwise we need to check in detail in which cases we are getting the error..
Regards,
Nagaraj