Show TOC

RfcSetFieldValue Locate this document in the navigation structure

Definition

Use

Sets value of the given field of the structure object.

Structure

RFC_RC SAP_API RfcSetFieldValue(RFC_STRUCTURE_HANDLE structureHandle,

SAP_UC const* fieldName, void const* value, unsigned length);

structureHandle : handle to the structure data object.

fieldName: field name;

value: pointer to the value;

length: data size in bytes;