mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
Fix dump ASSERTION_FAILED during table content deserialization (#5586)
* Data import: fix dump ITAB_DUPLICATE_KEY System dumps during serialization of customizing table comprizing of include structures. Example: WCFC_GIL_COMPROP. * Fix error "Object type TABU is not supported" * Fix date format incorrect during serialization * Fix /data/ serialization package issue * Commit table content after deserialization * Cleaning some code * Rollback code change concerning /data/ folder Doesn't seem to be necessary in the end... * Renamed variable <tab> to <lt_tab> * Fix ASSERTION_FAILED table content deserialization Issue https://github.com/abapGit/abapGit/issues/5585 Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
0e5e3b0cf5
commit
a8ecd8fb77
|
@ -119,6 +119,9 @@ CLASS ZCL_ABAPGIT_FILE_DESERIALIZE IMPLEMENTATION.
|
||||||
ENDLOOP.
|
ENDLOOP.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
|
"ignore table content
|
||||||
|
DELETE rt_results WHERE path = zif_abapgit_data_config=>c_default_path.
|
||||||
|
|
||||||
SORT rt_results
|
SORT rt_results
|
||||||
BY obj_type ASCENDING
|
BY obj_type ASCENDING
|
||||||
obj_name ASCENDING
|
obj_name ASCENDING
|
||||||
|
|
Loading…
Reference in New Issue
Block a user