sap_rfc_call
Invoke any RFC-enabled function module by specifying function name, import/export parameters, and tables. Execute operations on SAP systems via RFC.
Instructions
Call any RFC-enabled function module with explicit parameters and expected outputs.
The host LLM should first inspect/choose a function, then call this tool. Safety policy is enforced by environment variables, especially SAPMCP_READ_ONLY and SAPMCP_ALLOWED_RFC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes | ||
| import_params | No | ||
| input_tables | No | ||
| output_tables | No | ||
| table_fields | No | ||
| output_params | No | ||
| nested_fields | No | ||
| confirm_dangerous | No | ||
| buffer_size | No | ||
| destination | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||