sap_rfc_describe_function
Syntax
Inspect the full RFC interface of a function module.
sap_rfc_describe_function(function_name VARCHAR)
Example usage
SELECT * FROM sap_rfc_describe_function('BAPI_FLIGHT_GETLIST');
See sap_rfc_describe_function() in the function reference for full parameter details.