sap_lookup_error
Analyze SAP error messages using T100, SAP Help, web, and SAP Notes to identify root causes. Get ranked results with documentation links.
Instructions
Analyze a SAP error message using all available external knowledge sources. Queries: T100 message table, SAP Help Portal, web search (SAP community, StackOverflow), SAP Notes (if S-user configured), and previously learned error patterns. Use this AFTER getting dump/syslog data to understand root cause. Returns ranked results from multiple sources with links to documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Optional additional context: transaction code, program name, or description of what was happening when the error occurred. | |
| sources | No | Optional list of sources to query. Defaults to all. Values: t100 (SAP messages), sap_help (documentation), web (community/StackOverflow), sap_notes (SAP Notes), learned (previously seen patterns). | |
| error_message | Yes | The error message to analyze. Can include SAP message codes like 'ME 003', dump error texts, or any error description from SAP. |