Show TOC

RfcGetFieldValue Locate this document in the navigation structure

Definition

Use

Gets the value of the given field of the structure data object.

Structure

RFC_RC SAP_API RfcGetFieldValue(RFC_STRUCTURE_HANDLE structureHandle, SAP_UC const* fieldName, void *value, unsigned length);

structureHandle : handle to the structure data object.

fieldName: field name;

value: buffer for receiving the result;

length: size of the buffer in bytes.