Show TOC Start of Content Area

Object documentation RfcGetFunctionDescHandle   Locate the document in its SAP Library structure

Use

Queries the metadata of a function interface from the SAP system and returns the handle to the descriptor.

Structure

   RFC_FUNCTION_DESC_HANDLE SAP_API RfcGetFunctionDescHandle(RFC_HANDLE rfcHandle,

                SAP_UC const * funcName);

 

       rfcHandle:      connection handle;

       funcName:       function name;

 

 

 

End of Content Area