mraht-ewm-standard / LOGGING

Logging
MIT License
0 stars 0 forks source link

variable is assigned but never used; add pragma ##NEEDED (ABAP cleaner) #4

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 9 months ago

https://github.com/mraht-ewm-standard/LOGGING/blob/c40f36f9caa3166674266c020dc3157ab508df80/src/zial_cl_log_sap.clas.abap#L648


  METHOD error_handling.

    " TODO: variable is assigned but never used; add pragma ##NEEDED (ABAP cleaner)
    MESSAGE e017(zial_log) WITH iv_process INTO DATA(lv_msg).
    APPEND zial_cl_log=>to_bapiret( ) TO rt_bapiret.

    " Log general log data
    DATA(lv_msg_txt_gen) = CONV bapi_msg( |; OBJECT: { is_log_msg-hdr-object }; | &&
                                          |SUBOBJ: { is_log_msg-hdr-subobject }| &&
                                          |; EXTNUM: { is_log_msg-hdr-extnumber }; | &&
github-actions[bot] commented 9 months ago

Closed in 72a2b4017ec1731c1f9625084cabf498b8f4cfc9