📖 ReferenceSQL ReferenceRFC Functionssap_rfc_invokeOn this pagesap_rfc_invokeSyntax Invoke functions and return values. The function has the following signature: SELECT * FROM sap_rfc_invoke('function_name', [path=<path name>]) Example usage SELECT * FROM sap_rfc_invoke('BAPI_FLIGHT_GETLIST', path='/FLIGHT_LIST')