remove use of cl_message_helper (#4205)

This commit is contained in:
Lars Hvam 2020-11-19 15:22:36 +01:00 committed by GitHub
parent b6afd31d6a
commit 7c1753613a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -292,10 +292,7 @@ CLASS ltcl_test IMPLEMENTATION.
ENDMETHOD.
METHOD get_exc_text.
cl_message_helper=>set_msg_vars_for_if_msg( ix_ex ).
MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno
WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
INTO rv_text.
rv_text = ix_ex->get_text( ).
ENDMETHOD.
METHOD get_t100_text.