
For methods, events, functions modules, and subroutines, you can document parameters and exceptions. This function supports you in listing all undocumented parameters and exceptions that relate to the selected element.
The name of an existing parameter or an exception must be specified using the following syntax:
| Parameters and Exceptions | Syntax |
|---|---|
| Parameters | @parameter <parameter name> | <parameter documentation> |
| Class-based exceptions | @raising <exception name> | <exception documentation> |
| Classic exceptions | @exception <exception name> | <exception documentation> |
The documentation is saved and displayed in the source code editor of the ADT and the SAP GUI.