Function sapnwrfc::binding::RfcSetTime [] [src]

pub unsafe extern "C" fn RfcSetTime(
    dataHandle: DATA_CONTAINER_HANDLE,
    name: *const SAP_UC,
    time: *mut RFC_CHAR,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC

Sets the value of a TIME field.

The target field needs to be of type RFCTYPE_TIME.

\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 time The time value to write into the field. \out *errorInfo Is the field not of type TIME? \return RFC_RC