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:
NicolasBusson 2022-05-23 10:35:19 +02:00 committed by GitHub
parent 0e5e3b0cf5
commit a8ecd8fb77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,9 @@ CLASS ZCL_ABAPGIT_FILE_DESERIALIZE IMPLEMENTATION.
ENDLOOP.
ENDIF.
"ignore table content
DELETE rt_results WHERE path = zif_abapgit_data_config=>c_default_path.
SORT rt_results
BY obj_type ASCENDING
obj_name ASCENDING