Show TOC Anfang des Inhaltsbereichs

Objektdokumentation RfcSetFunctionDesc   Dokument im Navigationsbaum lokalisieren

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;

 

 

Ende des Inhaltsbereichs