Show TOC Start of Content Area

Object documentation RfcCreateFunction   Locate the document in its SAP Library structure

Use

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;

 

 

 

 

End of Content Area