mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
fix build
This commit is contained in:
parent
32746e5bca
commit
b8eb94546a
|
@ -1513,7 +1513,7 @@ CLASS lcl_objects_program IMPLEMENTATION.
|
||||||
not_found = 1
|
not_found = 1
|
||||||
OTHERS = 2.
|
OTHERS = 2.
|
||||||
IF sy-subrc <> 0.
|
IF sy-subrc <> 0.
|
||||||
* if moving code from SAPlink, see https://github.com/larshp/abapGit/issues/562
|
* if moving code from SAPlink, see https://github.com/larshp/abapGit/issues/562
|
||||||
lcx_exception=>raise( 'error from RS_CUA_INTERNAL_WRITE' ).
|
lcx_exception=>raise( 'error from RS_CUA_INTERNAL_WRITE' ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user