Function sapnwrfc::binding::RfcSetNum [] [src]

pub unsafe extern "C" fn RfcSetNum(
    dataHandle: DATA_CONTAINER_HANDLE,
    name: *const SAP_UC,
    charValue: *const RFC_NUM,
    valueLength: c_uint,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC

Sets the value of a NUMC field.

The target field needs to be of type RFCTYPE_NUM.

\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 *charValue The digits [0..9] to write into the field. \in valueLength The number of characters to read from charValue. \out *errorInfo More information in case the field does not exist or the parameter value is invalid. \return RFC_RC