Function sapnwrfc::binding::RfcDescribeAbapObject [] [src]

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

Returns the metadata description of the given ABAP object handle.

\in objectHandle An ABAP object. \out *errorInfo Can't possibly go wrong... \return The class description of the given ABAP object.