Show TOC

Applying Other Quick AssistsLocate this document in the navigation structure

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 Available since SAP NetWeaver 7.5
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. 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  
Generating Getters and Setters       SP00
Regenerating a Constructor for Exception Classes       SP00

You have the following options for executing the generating functions:

  • Entry Start of the navigation path Edit Next navigation step Quick Fix End of the navigation path in the menu bar
  • Entry Quick Fix in the context menu
  • Entry in Quick Assist view
  • Shortcut Ctrl 1