diff --git a/src/env/zcl_abapgit_user_record.clas.abap b/src/env/zcl_abapgit_user_record.clas.abap index 63e779566..f297f69f6 100644 --- a/src/env/zcl_abapgit_user_record.clas.abap +++ b/src/env/zcl_abapgit_user_record.clas.abap @@ -72,8 +72,7 @@ CLASS zcl_abapgit_user_record IMPLEMENTATION. METHOD get_title. -* the queried username might not exist, so this method is static -* refactored for open-abap compatibility +* the queried username might not exist, refactored for open-abap compatibility DATA lr_addr3 TYPE REF TO data. FIELD-SYMBOLS TYPE any. @@ -145,7 +144,7 @@ CLASS zcl_abapgit_user_record IMPLEMENTATION. ev_email = rs_user-email ). CATCH zcx_abapgit_exception. " 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. " If the user has been found add it to the list