File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
- # code pal for ABAP
2
-
3
1
[ code pal for ABAP] ( ../../README.md ) > [ Documentation] ( ../check_documentation.md ) > [ RECEIVING Statement Usage Check] ( receiving-usage.md )
4
2
5
3
## RECEIVING Statement Usage Check
6
4
7
5
### What is the Intent of the Check?
8
6
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.
18
8
19
9
### How to solve the issue?
20
10
@@ -26,7 +16,7 @@ DATA(sum) = aggregate_values( values ).
26
16
27
17
### What to do in case of exception?
28
18
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 ` :
30
20
31
21
``` abap
32
22
aggregate_values(
You can’t perform that action at this time.
0 commit comments