To comment ABAP source code, you can:
- Type * (asterisk) in the first columm. This will comment the entire line;
- “ (double quote). Text after double quote will be commented;
- To comment a block of code, select lines and press ‘CTRL+,‘. To undo uncomment, press ‘CTRL+.‘.