CHECK_43 - Parameter name can be omitted
Improve this pageCODE
Only works for functional style method calls, probably does not work very well for nested and chained method calls.
Example:
lo_column = lo_columns->get_column( columnname = 'FOOBAR' ).
can be changed to
lo_column = lo_columns->get_column( 'FOOBAR' ).