Skip to content

Commit b2d5379

Browse files
Update scope-of-variable.md
1 parent d903a18 commit b2d5379

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/checks/scope-of-variable.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# code pal for ABAP
2-
31
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [Scope of Variable](scope-of-variable.md)
42

53
## Scope of Variable
@@ -14,8 +12,7 @@ It searches for `DATA` and `FIELD-SYMBOLS` declaration inside of `IF`, `ELSEIF`,
1412
Relocate the declaration.
1513

1614
### What to do in case of exception?
17-
You can suppress Code Inspector findings generated by this check using the pseudo comment `"#EC SCOPE_OF_VAR`.
18-
The pseudo comment must be placed right after the variable usage/referece.
15+
In exceptional cases, you can suppress this finding by using the pseudo comment `"#EC SCOPE_OF_VAR` which should be placed right after the variable usage/referece:
1916

2017
```abap
2118
IF has_entries = abap_true.

0 commit comments

Comments
 (0)