sap_get_field_metadata
Understand SAP table fields before querying: get semantic classifications for amounts, customer roles, status flags, dates, and currencies, with filter recommendations.
Instructions
Get enriched metadata for SAP table fields with semantic classification. Returns field classifications including: - Amount fields (for SUM) with their currency field mappings - Customer fields distinguished by role (sold_to=KUNAG, payer=KUNRG, bill_to, ship_to) - Status/flag fields (deletion, cancellation indicators) with filter recommendations - Date fields for filtering - Currency fields USE THIS BEFORE building queries to understand which fields to use! Example: For 'top customers by sales', this tells you to use KUNAG (sold-to) not KUNRG (payer).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||