mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
cleanup
This commit is contained in:
parent
274bd529d9
commit
24988c7e0c
5
src/env/zcl_abapgit_user_record.clas.abap
vendored
5
src/env/zcl_abapgit_user_record.clas.abap
vendored
|
@ -72,8 +72,7 @@ CLASS zcl_abapgit_user_record IMPLEMENTATION.
|
||||||
|
|
||||||
|
|
||||||
METHOD get_title.
|
METHOD get_title.
|
||||||
* the queried username might not exist, so this method is static
|
* the queried username might not exist, refactored for open-abap compatibility
|
||||||
* refactored for open-abap compatibility
|
|
||||||
|
|
||||||
DATA lr_addr3 TYPE REF TO data.
|
DATA lr_addr3 TYPE REF TO data.
|
||||||
FIELD-SYMBOLS <ls_addr3> TYPE any.
|
FIELD-SYMBOLS <ls_addr3> TYPE any.
|
||||||
|
@ -145,7 +144,7 @@ CLASS zcl_abapgit_user_record IMPLEMENTATION.
|
||||||
ev_email = rs_user-email ).
|
ev_email = rs_user-email ).
|
||||||
CATCH zcx_abapgit_exception.
|
CATCH zcx_abapgit_exception.
|
||||||
" Could not find user, try to get from other clients
|
" Could not find user, try to get from other clients
|
||||||
get_user_dtls_from_other_clnt( iv_user ).
|
rs_user = get_user_dtls_from_other_clnt( iv_user ).
|
||||||
ENDTRY.
|
ENDTRY.
|
||||||
|
|
||||||
" If the user has been found add it to the list
|
" If the user has been found add it to the list
|
||||||
|
|
Loading…
Reference in New Issue
Block a user