Show TOC

RfcSetParameterValue Locate this document in the navigation structure

Definition

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.