mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
small fix, #251
This commit is contained in:
parent
39e95a36f6
commit
0761564040
|
@ -17916,7 +17916,8 @@ CLASS lcl_login_manager IMPLEMENTATION.
|
|||
FIELD-SYMBOLS: <ls_auth> LIKE LINE OF gt_auth.
|
||||
|
||||
|
||||
READ TABLE gt_auth WITH KEY uri = iv_uri TRANSPORTING NO FIELDS.
|
||||
READ TABLE gt_auth WITH KEY uri = lcl_url=>host( iv_uri )
|
||||
TRANSPORTING NO FIELDS.
|
||||
IF sy-subrc <> 0.
|
||||
APPEND INITIAL LINE TO gt_auth ASSIGNING <ls_auth>.
|
||||
<ls_auth>-uri = lcl_url=>host( iv_uri ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user