mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
fix PROGDIR update, close #179
This commit is contained in:
parent
1d1b124ba8
commit
242e513d3c
|
@ -2991,6 +2991,8 @@ CLASS lcl_objects_program IMPLEMENTATION.
|
|||
ENDIF.
|
||||
ENDIF.
|
||||
|
||||
ENDIF.
|
||||
|
||||
CALL FUNCTION 'READ_PROGDIR'
|
||||
EXPORTING
|
||||
i_progname = is_progdir-name
|
||||
|
@ -3026,8 +3028,6 @@ CLASS lcl_objects_program IMPLEMENTATION.
|
|||
_raise 'PROG, error inserting'.
|
||||
ENDIF.
|
||||
|
||||
ENDIF.
|
||||
|
||||
lcl_objects_activation=>add( iv_type = 'REPS'
|
||||
iv_name = is_progdir-name ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user