Skip to content

Commit b6678e7

Browse files
Update returning-name.md
1 parent 82fd53d commit b6678e7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/checks/returning-name.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) > [Returning Name](returning-name.md)
42

53
## Returning Name
@@ -15,8 +13,7 @@ Calling the `RETURNING` parameter as `RESULT`.
1513

1614
### What to do in case of exception?
1715

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.
16+
In exceptional cases, you can suppress this finding by using the pseudo comment `"#EC RET_NAME` which should be placed after the method declaration:
2017

2118
```abap
2219
METHODS get_name

0 commit comments

Comments
 (0)