Show TOC Start of Content Area

Object documentation RfcSetFunctionDesc   Locate the document in its SAP Library structure

Use

Puts the metadata of a function interface into the internal repository and returns a handle to the descriptor.  

Structure

   RFC_FUNCTION_DESC_HANDLE SAP_API RfcSetFunctionDesc(RFC_HANDLE rfcHandle,

                RFC_FUNCTION_DESC *funcDesc);

 

       rfcHandle:      connection handle;

       funcDesc:       pointer to function description structure that contains the 

                       metadata of the function interface;

 

 

End of Content Area