Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelwiejkut committed May 26, 2019
1 parent e2a1617 commit 17a8144
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 168 deletions.
4 changes: 2 additions & 2 deletions src/ycl_bw_logger.clas.abap
Expand Up @@ -26,13 +26,13 @@ CLASS ycl_bw_logger IMPLEMENTATION.

CALL FUNCTION 'BAL_LOG_CREATE'
EXPORTING
i_s_log = header " Log header data
i_s_log = header. " Log header data
* IMPORTING
* e_log_handle = " Log handle
* EXCEPTIONS
* log_header_inconsistent = 1
* others = 2
.
* .
IF sy-subrc <> 0.
* MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
* WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
Expand Down

0 comments on commit 17a8144

Please sign in to comment.