βš™οΈSAPTools
πŸ—‚οΈ

SAP Table Field Lookup

UtilitiesNew

Look up fields, data types, and descriptions for the most common SAP database tables: MARA, KNA1, VBAK, BKPF, EKKO, LFA1, and 50+ more. Offline reference.

Select a table to view its fields

Advertisement

Frequently Asked Questions

Where can I find all fields of an SAP table?

In a live SAP system, use transaction SE11 (ABAP Dictionary) or SE16 to see table fields. The table DD03L stores all field metadata. This tool provides an offline reference for the most commonly used tables.

What does the key icon mean in the field list?

A key icon indicates that the field is part of the table's primary key. In SAP, primary key fields uniquely identify a record and are always defined first in the table structure.

What is the MANDT field?

MANDT (Mandant = Client) is the first key field of most SAP application tables. SAP is a multi-client system; each client is an independent business environment. MANDT has type CLNT (length 3).