Skip to content

Commit 764ec1f

Browse files
committed
fix factory method for exceptions
1 parent c6fc6bf commit 764ec1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zcl_message_factory.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class zcl_message_factory implementation.
126126
endmethod.
127127
method from_exception.
128128

129-
cl_message_helper=>set_msg_vars_for_if_t100_msg( cast #( i_exception ) ).
129+
cl_message_helper=>set_msg_vars_for_if_msg( cast #( i_exception ) ).
130130

131131
sy-msgty = cond #( when i_exception is instance of if_t100_dyn_msg
132132
then cast if_t100_dyn_msg( i_exception )->msgty

0 commit comments

Comments
 (0)