Adding comments to your code

To make ABAP program readable and maintainable, comments are very important.

Which of the following allows you to add comments to your code?

Options

  • Add a * in the first column of statement
  • Add “ before the statement
  • Select the desired lines to comment, and press Ctrl + > key
  • Select the desired lines to comment, and press Ctrl + < key

Related Posts