Show TOC

RfcCreateFunctionLocate this document in the navigation structure

Definition

Creates a data container that can be used to execute function calls in the backend via RfcInvoke. The importing parameters can be set using the RfcSetX functions. After the RfcInvoke call returned successfully, the exporting parameters can be read from this data container via the RfcGetX functions.

Structure

RFC_FUNCTION_HANDLE SAP_API RfcCreateFunction(RFC_FUNCTION_DESC_HANDLE funcDescHandle, RFC_ERROR_INFO* errorInfo);

funcDescHandle: function interface descriptor;