Show TOC Start of Content Area

Object documentation RfcGetParameterValue   Locate the document in its SAP Library structure

Use

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.

 

 

 

End of Content Area