Show TOC Anfang des Inhaltsbereichs

Objektdokumentation RfcSetParameterValue   Dokument im Navigationsbaum lokalisieren

Use

Sets the value of the given parameter in the function object.

Structure

   RFC_RC SAP_API RfcSetParameterValue(RFC_FUNCTION_HANDLE funcHandle,

             SAP_UC const* paramName, void const* value, unsigned length);

 

       funcHandle:          function interface descriptor;

       paramName:           parameter name;

       value:               pointer to the value;

       length:              data size in bytes.

 

 

 

Ende des Inhaltsbereichs