Parameter Specification Rules

parameter_specification_500

phase_6 error case case_name

This rule checks the parameter identifier has proper case.

Refer to Configuring Uppercase and Lowercase Rules for more information.

Violation

for LV_THING in t_thing loop

Fix

for lv_thing in t_thing loop

parameter_specification_501

phase_6 error case case_keyword

This rule checks the in keyword has proper case.

Refer to Configuring Uppercase and Lowercase Rules for more information.

Violation

for lv_thing IN t_thing loop

Fix

for lv_thing in t_thing loop