Function sapnwrfc::binding::RfcAppendNewRow [] [src]

pub unsafe extern "C" fn RfcAppendNewRow(
    tableHandle: RFC_TABLE_HANDLE,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_STRUCTURE_HANDLE

Appends a new empty row at the end of the table and moves the table cursor to that row.

\in tableHandle The table to enlarge. \out *errorInfo More information in case of errors (e.g. not enough memory). \return A handle to the newly created row.