Abort 

Purpose

Abort the connection with an error message.

Syntax

void Abort(char* Message);

Parameters

Message: A character string error message to be sent to R/3. If it is NULL, only the connection is closed.

Description

This function sends a error message, if possible, and closes the connection.

A given error message cannot be send, if the receiver is not in state, where it expects some RFC data to receive.

Related Information

Close