mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
repotext caching improvements #404
This commit is contained in:
parent
fed75b63ca
commit
16ba35664c
|
@ -1427,7 +1427,9 @@ CLASS lcl_objects_program IMPLEMENTATION.
|
||||||
WHERE progname = iv_program
|
WHERE progname = iv_program
|
||||||
AND r3state = 'A'.
|
AND r3state = 'A'.
|
||||||
|
|
||||||
_object_check_timestamp lv_date lv_time.
|
IF sy-subrc = 0. " Text not found ? Assuming no changes, see #404
|
||||||
|
_object_check_timestamp lv_date lv_time.
|
||||||
|
ENDIF.
|
||||||
|
|
||||||
IF iv_skip_gui = abap_true.
|
IF iv_skip_gui = abap_true.
|
||||||
RETURN.
|
RETURN.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user