sap_rfc_invoke

Executes a specified function module in the SAP system.

Syntax

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')