We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fd53d commit b6678e7Copy full SHA for b6678e7
docs/checks/returning-name.md
@@ -1,5 +1,3 @@
1
-# code pal for ABAP
2
-
3
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [Returning Name](returning-name.md)
4
5
## Returning Name
@@ -15,8 +13,7 @@ Calling the `RETURNING` parameter as `RESULT`.
15
13
16
14
### What to do in case of exception?
17
18
-You can suppress Code Inspector findings generated by this check using the pseudo comment `"#EC RET_NAME`.
19
-The pseudo comment has to be placed after the method declaration.
+In exceptional cases, you can suppress this finding by using the pseudo comment `"#EC RET_NAME` which should be placed after the method declaration:
20
21
```abap
22
METHODS get_name
0 commit comments