Show TOC Start of Content Area

Background documentation RfcCreateFunctionDesc  Locate the document in its SAP Library structure

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);

 

End of Content Area