
In the ABAP source code editor, the ABAP code completion list is automatically displayed after have typed a component selector. This enables you, to select the component of the related identifier like a field of a structure or a method of a class to add it to the source code.
The following component selectors are supported:
| Component Selector | Displayed Proposals |
|---|---|
| - | Fields of structures |
| ~ | Components of interfaces |
| -> | Instance components of object references |
| => | Static components of ABAP classes / interfaces |
If one or more hits are found, all available components (for example methods or attributes of a class) are displayed.
Open the preferences page to deactivate the Automatic code completion after typing -,~,->,=> option.
The selected component is added in the source code at your current position.
Open the preferences page to create or edit templates.