SSST: Suppress list output for warnings (#5666)

Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
Christian Günter 2022-06-27 13:09:38 +02:00 committed by GitHub
parent 2857f5f3fb
commit bfdbee9990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,7 @@ CLASS zcl_abapgit_object_ssst IMPLEMENTATION.
CALL FUNCTION 'SSF_ACTIVATE_STYLE'
EXPORTING
i_stylename = ls_header-stylename
redirect_error_msg = abap_true " otherwise warnings write list output
EXCEPTIONS
no_name = 1
no_style = 2