What problem does it solve?
This Skill enables rapid retrieval of data from SAP tables by issuing SE16N queries and exporting the result as a tab-delimited file, replacing manual table dumps and ad-hoc scripting with a repeatable, scriptable workflow.
Core Features & Use Cases
- Supports filtering by any combination of SE16N fields with operators such as EQ, NE, GT, LT, GE, LE, BT, NB, CP, NP, and IN, including multi-value and range selections.
- Optional SELECT list to limit exported columns; if omitted, all fields are returned.
- Exports data to a tab-delimited file suitable for downstream analysis, documentation, or data provisioning in development or testing environments.
- Works with an active SAP GUI session and uses a VBScript wrapper generated at runtime to drive SE16N.
- Typical use case: dump customer data from VBAK or material data from MARA for debugging or reference data creation.
Quick Start
Provide a table name and optional filters, then run the VBScript wrapper to export a tab-delimited file from SE16N.