!--a11y-->
Controls and the ABAP Workbench
Use of the Control Framework
The table below shows the controls that are used to implement the Object Navigator:
Control |
Is used to |
Custom Container |
Embed a control (for example, the SAP Picture) within an area defined using the Screen Painter. |
Docking Container |
Attach an area to the screen. |
Splitter Container |
Divide an area into cells, into each of which you can insert a control. |
Tree Control |
Display the tree structure of the object list. |
TextEdit Control |
Implement the ABAP Editor. |
Picture Control |
Display the background picture in the Object Navigator. |
ALV Grid Control |
Display various lists (method signature in the Class Builder, error list after the syntax check in the ABAP Editor). |
Toolbar Control |
Create the navigation toolbar in the Object Navigator |
Example: Editing a Program and Using the Syntax Check

