sap_read_table_data_enhanced
Fetch SAP table records with optional WHERE filters and field validation. Use it to retrieve materials, purchase orders, sales orders, vendors, or customers, and enable audit mode when all records are required.
Instructions
Query data from an SAP table with optional WHERE clause filtering. Use this to retrieve business data like materials (MARA), purchase orders (EKKO), sales orders (VBAK), vendors (LFA1), customers (KNA1), etc. Supports ABAP WHERE clause syntax for filtering. For audit/compliance queries requiring ALL records, set audit_mode=true. Fields in WHERE clause and field_list are validated against table structure. Use sap_get_field_metadata or sap_read_table_structure first to discover correct field names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||