Align Parameters
align_parameters
Description
Checks for vertially aligned parameters
Extended Information
Checks:
* function module calls
* method calls
* VALUE constructors
* NEW constructors
* RAISE EXCEPTION statements
* CREATE OBJECT statements
* RAISE EVENT statements
https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md#align-parameters
Does not take effect on non functional method calls, use https://rules.abaplint.org/functional_writing/
If parameters are on the same row, no issues are reported, see
https://rules.abaplint.org/max_one_method_parameter_per_line/ for splitting parameters to lines