Function sapnwrfc::binding::RfcAppendRow [] [src]

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

Appends an existing row to the end of the table and moves the table cursor to that row.

\in tableHandle The table to enlarge. \in structHandle The row to append to the table. \out *errorInfo More information in case something goes wrong (e.g. the line types of the table and the structure don't match). \return RFC_RC