sap-schema-expert
Installation
SKILL.md
SAP Schema Expert
Quick start
- Search
assets/TABLE_INDEX.yamlfor the table by name or description keyword. - Read
assets/schemas/<TABLENAME>.yamlfor full field definitions. - If the schema file is absent, look up the URL in
assets/TABLE_INDEX.yamland usefetch_webpage.
Workflows
Write a HANA SQL query
- Find the header table in
assets/TABLE_INDEX.yaml(e.g.OINV= A/R Invoice). - Lines table = strip leading
O+ append1→OINV→INV1. - Read field names from
assets/schemas/OINV.yamlandassets/schemas/INV1.yaml. - Build query — double-quote all identifiers (HANA is case-sensitive):