sap-se16n

Query SAP tables via SE16N and export tab-delimited text files.

7|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-se16n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sap-se16n
Source: https://github.com/sapdev-ai/sap-dev/tree/main/plugins/sap-dev-core/skills/sap-se16n
Command: npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-se16n

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about sap-se16n

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export SAP table data to a text file using SE16N?

You can export SAP table data by running a generated VBScript wrapper that drives SE16N to query tables and output a tab-delimited text file. Provide a table name and optional filters to retrieve filtered data dumps.

Can I filter SAP table queries with multi-value selections and specific columns?

Yes, SE16N table queries support multi-value filters and range selections using operators like EQ, NE, BT, and IN. You can also specify an optional SELECT list to limit the exported columns, returning all fields if omitted.

Do I need an active SAP GUI session to automate SE16N data extraction?

Yes, SE16N data extraction requires an active SAP GUI session and 32-bit cscript execution on Windows. The Skill generates a VBScript wrapper at runtime to drive the SE16N interface for data retrieval.

What is the best way to automate SAP table dumps for debugging?

Automating SAP table dumps is best handled by a scriptable workflow that queries SE16N and exports results as tab-delimited files. This approach replaces manual table dumps with repeatable VBScript-driven extraction.

What limitations apply when exporting SAP table data via VBScript?

Limitations include requiring a Windows environment with 32-bit cscript execution and an active SAP GUI session. The exported output is specifically a tab-delimited text file, which may require conversion for other formats.