Applying Other Quick Assists
Context
In addition to refactorings and quick fixes, the following other quick assists are provided:
| Function | Description | Available since SAP NetWeaver 7.3 EHP1 | Available since SAP NetWeaver 7.4 |
|---|---|---|---|
| Generating Class Constructor Methods | Creating an empty class constructor method in the public section of the current ABAP class. | SP11 | SP05 |
| Generating Constructor Methods | Creating a constructor in the public section of the current ABAP class. | SP11 | SP05 |
| Generating Factory Methods | Creating a static create method in the public section of the current ABAP class. | SP11 | SP05 |
| Creating a Text Symbol in the Text Pool | Creating a text symbol in the text pool of an ABAP program. | SP14 | SP08 |
| Editing Text Symbols | Changing a text symbol in the text pool of an ABAP program. | SP14 | SP08 |
| Correcting Inconsistencies Within Text Symbols | Balancing mismatches between source code and text pool. | SP14 | SP08 |
| Switching Notations | Adopting text changes of an existing text symbol in the text pool or the source code and vice versa. | SP14 | SP08 |
You have the following options for executing the generating functions:
- Entry in the menu bar
- Entry Quick Fix in the context menu
- Entry in Quick Assist view
- Shortcut Ctrl 1

