mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
abaplint fixes
This commit is contained in:
parent
75c2c07095
commit
7bc2e16260
|
@ -307,7 +307,7 @@ CLASS lcl_http_digest IMPLEMENTATION.
|
|||
internal_error = 3
|
||||
OTHERS = 4.
|
||||
IF sy-subrc <> 0.
|
||||
BREAK-POINT.
|
||||
|
||||
ENDIF.
|
||||
|
||||
rv_hash = lv_hash.
|
||||
|
|
|
@ -655,7 +655,6 @@ CLASS lcl_objects IMPLEMENTATION.
|
|||
iv_language = io_repo->get_master_language( )
|
||||
is_metadata = lo_xml->get_metadata( ) ).
|
||||
|
||||
break copat.
|
||||
READ TABLE lt_remote WITH KEY filename = <ls_result>-filename INTO ls_remote_file.
|
||||
IF ls_remote_file-filename NS '.abap'.
|
||||
|
||||
|
@ -673,7 +672,7 @@ CLASS lcl_objects IMPLEMENTATION.
|
|||
iv_text = 'Deserialization aborted by user'.
|
||||
ENDIF.
|
||||
ENDIF.
|
||||
endif.
|
||||
ENDIF.
|
||||
|
||||
li_obj->mo_files = lo_files.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user