RFC System Information
sap_rfc_system_infoRetrieves SAP system metadata (SID, host, release, client, language) by calling RFC_SYSTEM_INFO. Returns structured output to identify system and support diagnostics.
Instructions
Call RFC_SYSTEM_INFO to retrieve SAP system metadata (SID, host, release).
Returns (json): { sysId, client, host, programId?, releaseVersion?, language? }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' (human-readable, default) or 'json' (structured). | markdown |