mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
background: remove unused variables
This commit is contained in:
parent
06d06e23fe
commit
e5c75da12c
|
@ -31,7 +31,7 @@ ENDCLASS.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CLASS zcl_abapgit_background IMPLEMENTATION.
|
CLASS ZCL_ABAPGIT_BACKGROUND IMPLEMENTATION.
|
||||||
|
|
||||||
|
|
||||||
METHOD build_comment.
|
METHOD build_comment.
|
||||||
|
@ -64,11 +64,7 @@ CLASS zcl_abapgit_background IMPLEMENTATION.
|
||||||
|
|
||||||
METHOD determine_user_details.
|
METHOD determine_user_details.
|
||||||
|
|
||||||
DATA: lt_return TYPE TABLE OF bapiret2,
|
DATA: lo_user_master_record TYPE REF TO zcl_abapgit_user_master_record.
|
||||||
ls_address TYPE bapiaddr3,
|
|
||||||
lt_smtp TYPE TABLE OF bapiadsmtp,
|
|
||||||
ls_smtp TYPE bapiadsmtp,
|
|
||||||
lo_user_master_record TYPE REF TO zcl_abapgit_user_master_record.
|
|
||||||
|
|
||||||
* IF the method is to use real user values, call the BAPI
|
* IF the method is to use real user values, call the BAPI
|
||||||
IF iv_method = zcl_abapgit_persist_background=>c_amethod-user.
|
IF iv_method = zcl_abapgit_persist_background=>c_amethod-user.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user