Skip to content

Commit 170ca00

Browse files
authored
Update zoblomov_cl_api_user.clas.locals_imp.abap
1 parent 0f28208 commit 170ca00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/01/zoblomov_cl_api_user.clas.locals_imp.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ CLASS lcl_util IMPLEMENTATION.
6565
error_message = 2
6666
OTHERS = 1. " Message Short Text
6767
IF sy-subrc <> 0.
68-
ms_config-text = zoblomov_cl_util=>msg_get_s( sy )-text.
68+
ms_config-text = zoblomov_cl_util=>msg_get( sy )-text.
6969
ms_config-check_error = abap_true.
7070
RETURN.
7171
ENDIF.
7272
CATCH cx_root INTO DATA(x).
73-
ms_config-text = zoblomov_cl_util=>msg_get_s( x )-text.
73+
ms_config-text = zoblomov_cl_util=>msg_get( x )-text.
7474
ms_config-check_error = abap_true.
7575
RETURN.
7676
ENDTRY.

0 commit comments

Comments
 (0)