Show TOC

RfcCreateFunctionDescLocate this document in the navigation structure

Use

Creates an empty function description with the given name. After invokation the funcHandle points to a new RFC_FUNCTION_DESC_HANDLE.

This handle has to be used for the RfcFunctionDescrAddParameter API.

Structure

RFC_FUNCTION_DESC_HANDLE SAP_API RfcCreateFunctionDesc(SAP_UC const* name, RFC_ERROR_INFO* info);