Skip to Content
0
Former Member
Nov 28, 2008 at 12:34 PM

Connection closed message by RFC function module.

809 Views

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.