mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
SSST: Suppress list output for warnings (#5666)
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
parent
2857f5f3fb
commit
bfdbee9990
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user