SAP TCodes · LessonReviewed by Ravi M, SAP Trainer, 10 yrs · Updated · Published · SAP S/4HANA 2023 · all levels
SAP SE80
SE80 is the SAP transaction code for Object Navigator (ABAP). It opens the Object Navigator, an integrated workbench to browse and develop all repository objects, programs, classes, function groups, packages, Web Dynpro, in one place.
Quick answer
SE80 opens the Object Navigator, an integrated workbench to browse and develop all repository objects, programs, classes, function groups, packages, Web Dynpro, in one place.
Key takeaways
- Integrated editors for each object type.
- Navigation between related objects.
- Watch out: the where-used list answers in seconds what browsing the tree rarely does.
Purpose
It opens the Object Navigator, an integrated workbench to browse and develop all repository objects, programs, classes, function groups, packages, Web Dynpro, in one place.
Key fields and screen
- Object list (by package, program, class, etc.).
- Integrated editors for each object type.
- Navigation between related objects.
- Where-used and activation.
Tips
- SE80 is the classic all-in-one workbench; ADT is the modern alternative.
- Browse a package to see all its objects.
- Use it to navigate from a program to the objects it uses.
Common errors
- Getting lost in a large object tree.
- Editing standard objects (modifications).
- Not activating dependent objects.
Common pitfalls
- Browsing the tree instead of searching. The where used list answers most real questions in seconds, and walking a package rarely does.
- Activating one object and not its dependents. The package is left inconsistent and the error appears somewhere else.
- Using it for work ADT does better. The classic workbench is complete and no longer where the tooling investment is.
- Changing an object without checking the transport. Somebody else's task may already hold it, and you will find out at release.
- Assuming a package tells you what is used. Unused code sits in packages for years, so membership is not evidence of anything.