Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
schneidermic0
Advisor
Advisor

One of my favorite features in ADT has been introduced with the new version (2.13): the automatic syntax check for source code objects. It tells you whether you have introduced new  syntax errors while you are editing the source code without starting the syntax check manually. This improves the feedback cycle about syntax errors during development.

If the automatic syntax check is enabled, a syntax check executed for the source code object you are working on

  • when you open an editor,
  • when you stop typing and
  • when you save it.

If you save also all other source code objects in your other open editors will be checked.

You can enable/disable the functionality in the preferences: "Windows > Preferences > ABAP Development > Editors > Source Code Editors > Automatic syntax check on all open ABAP source editors". It is enabled by default.

The functionality works for all backend systems that supports ADT (i.e., SAP Netweaver 7.31 SP4 and higher). :smile:

We hope you like it!

1 Comment