sap_rfc_search_function

Lists all tables available in the SAP system.

Syntax

Search for available functions given the function name.

The function has the following signature:

SELECT * FROM sap_rfc_search_function(FUNCNAME='<function name>')

Example usage

SELECT * FROM sap_rfc_search_function(FUNCNAME='BAPI_FLIGHT*') ORDER BY 1