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 0f28208 commit 170ca00Copy full SHA for 170ca00
src/01/zoblomov_cl_api_user.clas.locals_imp.abap
@@ -65,12 +65,12 @@ CLASS lcl_util IMPLEMENTATION.
65
error_message = 2
66
OTHERS = 1. " Message Short Text
67
IF sy-subrc <> 0.
68
- ms_config-text = zoblomov_cl_util=>msg_get_s( sy )-text.
+ ms_config-text = zoblomov_cl_util=>msg_get( sy )-text.
69
ms_config-check_error = abap_true.
70
RETURN.
71
ENDIF.
72
CATCH cx_root INTO DATA(x).
73
- ms_config-text = zoblomov_cl_util=>msg_get_s( x )-text.
+ ms_config-text = zoblomov_cl_util=>msg_get( x )-text.
74
75
76
ENDTRY.
0 commit comments