mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Clear the variables
This commit is contained in:
parent
57a3539ae7
commit
9ccfc4feda
|
@ -117,7 +117,7 @@ CLASS zcl_abapgit_background IMPLEMENTATION.
|
|||
DELETE ADJACENT DUPLICATES FROM lt_users.
|
||||
|
||||
LOOP AT lt_users INTO lv_changed_by.
|
||||
CLEAR ls_comment.
|
||||
CLEAR: ls_comment, ls_address, lt_return, lt_smtp.
|
||||
|
||||
CALL FUNCTION 'BAPI_USER_GET_DETAIL'
|
||||
EXPORTING
|
||||
|
|
Loading…
Reference in New Issue
Block a user