Function sapnwrfc::binding::RfcSetInt [] [src]

pub unsafe extern "C" fn RfcSetInt(
    dataHandle: DATA_CONTAINER_HANDLE,
    name: *const SAP_UC,
    value: RFC_INT,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC

Sets the value of an INT4 field.

The target field needs to be of type RFCTYPE_INT.

\in dataHandle A data container (function handle, structure handle or table handle). If dataHandle is a table handle, the function will set the field value of the current row. \in *name The name of the field to set. \in value The integer value to set. \out *errorInfo Field does not exist or is not of type INT4? \return RFC_RC