From sapcli-abap-tools
Fetches and displays ABAP system information (SID, client, user details) via sapcli. Useful for troubleshooting and confirming connection details.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sapcli-abap-tools:abap-system-infoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
I connect to an ABAP system and retrieve essential information such as the
I connect to an ABAP system and retrieve essential information such as the system ID, client, and user details. This information is then displayed to the user in a clear and concise manner.
Use me when you need to quickly access and display key information about the ABAP system you are connected to. This can be particularly useful for troubleshooting, system monitoring, or when you need to confirm your connection details.
sapcli abap systeminfo
sapcli abap systeminfo --key SID
npx claudepluginhub jfilak/sapcli-claude-plugin --plugin sapcli-abap-toolsProbes a target SAP system and writes system-info.md with SID, release, components, feature flags, RAP constraints, and ARC-1 lint preset to ground the assistant for coding. Use when bootstrapping context for a new or upgraded SAP system.
Executes ABAP SQL (OpenSQL) SELECT queries against a connected SAP system via sapcli datapreview osql. Supports row limits, JSON output, and suppression of headings.
Assists with ABAP code for SAP systems: internal tables, structures, ABAP SQL, OOP, RAP, CDS views, EML statements, ABAP Cloud, strings, dynamic programming, RTTI/RTTC, field symbols, data references, exceptions, unit testing.