
In the source code editor, the following ABAP Quick Fixes are provided:
| Function | Description | Available since SAP NetWeaver 7.31 | Available since SAP NetWeaver 7.4 |
|---|---|---|---|
| Creating Method Implementations from the Method Definition | Creating an empty method implementation from an existing declaration in an ABAP class. | SP06 | SP02 |
| Creating Method Definitions from Implementation Parts | Creating the empty method implementations of the methods that are defined in an implemented ABAP interface and of other unimplemented methods within an ABAP class. | SP06 | SP02 |
| Creating Implementation Parts for Unimplemented Methods | Promoting the implementation part of methods that are defined in an ABAP interface and method stubs of other unimplemented methods. | SP06 | SP02 |
| Creating Methods from Method Calls | Creating a method from the method call. The signature is derived from the existing method call. | SP06 | SP02 |
| Creating ABAP Classes or ABAP Interfaces from Usage | Starting the creation wizard of a global ABAP class or interface directly from the name of the missing repository object. | SP06 | SP02 |
| Creating ABAP Includes from Usage | Starting the creation wizard of an ABAP include from the name of the missing repository object. | SP11 | SP05 |
| Creating ABAP Function Modules from Usage | Starting the creation wizard of an ABAP function module from the name of the missing repository object. | SP11 | SP05 |
You have the following options for executing quick fixes: