CHECK_41 - Empty line in statement
Improve this pageRFC enabled
CODE
Checks for empty lines and comment lines inside of statements.
Examples:
READ TABLE lt_table
INDEX 1 INTO ls_table.
READ TABLE lt_table
" read index 1
INDEX 1 INTO ls_table.
Checks for empty lines and comment lines inside of statements.
Examples:
READ TABLE lt_table
INDEX 1 INTO ls_table.
READ TABLE lt_table
" read index 1
INDEX 1 INTO ls_table.