Function sapnwrfc::binding::RfcCreateTable
[−]
[src]
pub unsafe extern "C" fn RfcCreateTable(
typeDescHandle: RFC_TYPE_DESC_HANDLE,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_TABLE_HANDLE
Creates a data container for a table.
\in typeDescHandle The metadata description (blueprint) for the line type of the table to be created. \out *errorInfo More details in case there was an invalid parameter or not enough memory. \return The freshly created table.