Show TOC

Object documentationRfcGetParameterValue Locate this document in the navigation structure

 

 

Gets the value of the given parameter from the function object handle.

Structure

RFC_RC SAP_API RfcGetParameterValue(RFC_FUNCTION_HANDLE funcHandle, SAP_UC const* paramName, void *value, unsigned length);

funcDescHandle: function interface descriptor;

paramName: parameter name;

value: buffer for the result;

length: buffer size in bytes.