SE11
Quick answer
SE11 opens the ABAP Dictionary to view/maintain database tables, data elements, domains, views and other dictionary objects, the reference for SAP’s data structures.
Key takeaways
- Object type (table, data element, domain, view).
- Table fields, data types, keys and indexes.
- Technical settings (buffering, size category).
- Watch out: Using the wrong variant (create vs change vs display).
Purpose
It opens the ABAP Dictionary to view/maintain database tables, data elements, domains, views and other dictionary objects, the reference for SAP’s data structures.
Key fields and screen
- Object type (table, data element, domain, view).
- Table fields, data types, keys and indexes.
- Technical settings (buffering, size category).
- Where-used and documentation.
Tips
- Use SE11 to understand a table’s structure before querying it.
- Follow a field to its data element and domain.
- Check indexes when troubleshooting query performance.
Common errors
- Editing dictionary objects without proper change management.
- Confusing transparent tables with pooled/cluster tables.
- Missing authorization to change dictionary objects.
Common pitfalls
- Using the wrong variant (create vs change vs display).
- Missing prerequisite master data or authorization.
- Not checking the resulting document/log.
Want to learn this properly?
Our live, instructor-led SAP Training covers this hands-on, with real projects and a certification path.
Check your understanding
Which statement is true of SE11?
- A. An IDoc (Intermediate Document) is SAP’s standard structured document format for exchanging business data…
- B. Where-used and documentation.
- C. BAPIs are SAP’s stable, released, remote-enabled interfaces to business objects, the reference set of safe…
Show answer
B. Where-used and documentation.
Covered in the “Key fields and screen” section of this lesson.
Which part of the Learn SAP curriculum covers SE11?
- A. SAP projects
- B. SAP TCodes
- C. SAP administration
Show answer
B. SAP TCodes
This lesson sits in the SAP TCodes section of the Learn SAP course.
Frequently asked questions
What does SE11 stand for in SAP?
SE11 is the SAP transaction code for ABAP Dictionary (ABAP/Basis). It opens the ABAP Dictionary to view/maintain database tables, data elements, domains, views and other dictionary objects, the reference for SAP’s data structures.
Which related transactions work alongside SE11?
Use SE11 to understand a table’s structure before querying it. Follow a field to its data element and domain. Check indexes when troubleshooting query performance.
What is worth remembering about SE11 in practice?
Object type (table, data element, domain, view). Table fields, data types, keys and indexes. Technical settings (buffering, size category).
What tends to go wrong with SE11?
Using the wrong variant (create vs change vs display). Missing prerequisite master data or authorization. Not checking the resulting document/log.