📖 ReferenceSQL ReferenceRFC Functionssap_rfc_search_functionOn this pagesap_rfc_search_functionSyntax 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