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 c6fc6bf commit 764ec1fCopy full SHA for 764ec1f
src/zcl_message_factory.clas.abap
@@ -126,7 +126,7 @@ class zcl_message_factory implementation.
126
endmethod.
127
method from_exception.
128
129
- cl_message_helper=>set_msg_vars_for_if_t100_msg( cast #( i_exception ) ).
+ cl_message_helper=>set_msg_vars_for_if_msg( cast #( i_exception ) ).
130
131
sy-msgty = cond #( when i_exception is instance of if_t100_dyn_msg
132
then cast if_t100_dyn_msg( i_exception )->msgty
0 commit comments