Function sapnwrfc::binding::RfcCreateAbapObject [] [src]

pub unsafe extern "C" fn RfcCreateAbapObject(
    classDescHandle: RFC_CLASS_DESC_HANDLE,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_ABAP_OBJECT_HANDLE

Creates an ABAP object handle with the given class description handle.

\in classDescHandle class description handle. \out *errorInfo Contains more information, for example if memory runs out (code = RFC_MEMORY_INSUFFICIENT). \return A handle to the created ABAP object.