Skip to content

Commit 82fd53d

Browse files
Update receiving-usage.md
1 parent 0cf0f90 commit 82fd53d

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/checks/receiving-usage.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
1-
# code pal for ABAP
2-
31
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [RECEIVING Statement Usage Check](receiving-usage.md)
42

53
## RECEIVING Statement Usage Check
64

75
### What is the Intent of the Check?
86

9-
The “Receiving Statement Usage” Check is part of the Clean Code Check Repository.
10-
11-
### How does the check work?
12-
13-
This check checks the usage of the `RECEIVING` statement.
14-
15-
### Which attributes can be maintained?
16-
17-
![Attributes](./imgs/receiving_statement_usage.png)
7+
This check searches for the `RECEIVING` statement which should no longer be used.
188

199
### How to solve the issue?
2010

@@ -26,7 +16,7 @@ DATA(sum) = aggregate_values( values ).
2616

2717
### What to do in case of exception?
2818

29-
In special cases you can suppress this finding by using the pseudo comment: `“#EC RECEIVING_USAGE`.
19+
In exceptional cases, you can suppress this finding by using the pseudo comment `“#EC RECEIVING_USAGE`:
3020

3121
```abap
3222
aggregate_values(

0 commit comments

Comments
 (0)