Show TOC Start of Content Area

Object documentation RfcSetParameterValue   Locate the document in its SAP Library structure

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.

 

 

 

End of Content Area