Function sapnwrfc::binding::RfcSetDate
[−]
[src]
pub unsafe extern "C" fn RfcSetDate(
dataHandle: DATA_CONTAINER_HANDLE,
name: *const SAP_UC,
date: *mut RFC_CHAR,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC
Sets the value of a DATE field.
The target field needs to be of type RFCTYPE_DATE.
\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 date The date value to write into the field. \out *errorInfo Is the field not of type DATE? \return RFC_RC