Function sapnwrfc::binding::RfcGetAbapClassException
[−]
[src]
pub unsafe extern "C" fn RfcGetAbapClassException(
funcHandle: RFC_FUNCTION_HANDLE,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_ABAP_OBJECT_HANDLE
Gets the ABAP exception object handle from the given function handle.
If a call to #RfcInvoke() returned RFC_ABAP_CLASS_EXCEPTION, the RFC client calls this function afterwards with the original function handle in order to get access to the details of the class exception. \in funcHandle Function module data container. \out *errorInfo Should always return successfully. \return A handle to an ABAP class exception object .