mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
fix build error
This commit is contained in:
parent
eea42abdfb
commit
43a09e587e
|
@ -6549,7 +6549,7 @@ CLASS lcl_object_wdca DEFINITION INHERITING FROM lcl_objects_super FINAL.
|
|||
METHODS constructor
|
||||
IMPORTING
|
||||
is_item TYPE ty_item
|
||||
RAISING cx_sy_create_object_error. "Curious: Though the exception is a dynamic one, it needs to be declared so that it can be caught...
|
||||
RAISING cx_sy_create_object_error.
|
||||
|
||||
PRIVATE SECTION.
|
||||
METHODS read
|
||||
|
|
Loading…
Reference in New Issue
Block a user