
In addition to refactorings and quick fixes, the following other quick assists are provided:
| Function | Description | Available since SAP NetWeaver 7.31 | 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. Note
If the class has attributes, a dialog is opened where you can select the attributes that should be instantiated by the constructor. |
SP11 | SP05 |
| Generating Factory Methods | Creating a static create method in the public section of the current
ABAP class. Note If the class has attributes, a dialog
is opened where you can select the attributes that should be
instantiated by the factory method.
|
SP11 | SP05 |
| Creating a Text Symbol in the Text Pool | Creating a text symbol in the text pool of an ABAP program. | - | SP08 |
| Editing Text Symbols | Changing a text symbol in the text pool of an ABAP program. | - | SP08 |
| Correcting Inconsistencies Within Text Symbols | Balancing mismatches between source code and text pool. | - | SP08 |
| Switching Notations | Adopting text changes of an existing text symbol in the text pool or the source code and vice versa. | - | SP08 |
You have the following options for executing the generating functions: