Show TOC

Version 2.44Locate this document in the navigation structure

Here is an overview of the most significant changes in the context of ABAP core development that relate to the:

  • Back end: SAP NetWeaver Release 7.40 SP11
  • Client: ABAP Development Tools (ADT) 2.44
Note The following features that are highlighted with a '*' are available for all ABAP systems supported by ADT.
Editing ABAP Source Code

Configuring Code Completion to Automatically Insert the Full Signature*

When you perform code completion, you can now configure the preferences to insert the full signature of a method, function module, or form routine automatically.

Note This functionality is not enabled by default. To use it, you need to select the Always insert full signature on completion option in the Code Completion preferences.

For more information, look here Inserting a Full Signature Automatically

Configuring Code Completion to Overwrite Source Code*

When you perform code completion, you can now configure the preferencs to overwrite the existing keyword or identifier with the selected proposal from the code completion list.

Note This functionality is not enabled by default. To use it, you need to select the Completion overwrites radio button in the Code Completion preferences.

For more information, look here Inserting or Overwriting Source Code