Skip to content

SE16N — General Table Display

Browse and query any transparent database table without writing ABAP.

Purpose

SE16N lets you inspect the contents of any transparent database table directly. It is the go-to tool for quickly checking what data exists in a table, verifying test results, or investigating issues in non-production systems.

How to open

  • Type SE16N in the command field and press Enter
  • SE16 is the classic version and is still widely used — both are available on most systems
  • Enter the table name on the initial screen and press Enter or F7 (Display)

Key features

  • Filter on any table field — multiple conditions supported
  • Set a maximum number of rows to avoid runaway queries
  • Export results to Excel or local file
  • Toggle technical field names via Settings → Technical Names
  • Display data from any client if you have the authorization

Tips & shortcuts

Always set a row limit

Before executing against large tables (e.g. BSEG, VBAP, EKPO), set the Maximum Number of Hits field. Omitting the limit on million-row tables can cause long runtimes or timeouts.

Field documentation on hover

In SE16N, hovering over a column header shows the field's data element documentation. Useful for understanding unfamiliar fields without opening the Data Dictionary.

Editing table entries

SE16N is display-only by default. For editing, use SM30 (maintenance views) or SE16 with the hidden edit function. Editing directly in production is high-risk — always use a change request and follow your system's change management process.

See also

Comments