mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
SHMA: Auto generate (#4005)
Automatically generate area class after deserializing. Closes https://github.com/abapGit/abapGit/issues/1201 Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
c0192df9ec
commit
5a0acf7a5a
|
@ -175,7 +175,7 @@ CLASS ZCL_ABAPGIT_OBJECT_SHMA IMPLEMENTATION.
|
||||||
area_name = lv_area_name
|
area_name = lv_area_name
|
||||||
attributes = ls_area_attributes
|
attributes = ls_area_attributes
|
||||||
force_overwrite = abap_true
|
force_overwrite = abap_true
|
||||||
no_class_generation = abap_true
|
no_class_generation = abap_false
|
||||||
silent_mode = abap_true.
|
silent_mode = abap_true.
|
||||||
|
|
||||||
CATCH cx_root.
|
CATCH cx_root.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user