
You have the following options for commenting source code:
ABAP comments start with * or ".
| Shortcut | Function | Description |
|---|---|---|
| Ctrl + < | Add Comment | The editor pastes an asterisk (*) at the beginning of the line. |
| Ctrl + > | Remove Comment | The editor removes the existing asterisk (*) at the beginning of the line. |
| Ctrl + 7 | Toggle Comment | The editor pastes or removes an asterisk (*) at the beginning of the line. |