sbcgua / ajson

Yet another json parser serializer for ABAP
MIT License
50 stars 15 forks source link

Data serialization: fix dump ITAB_DUPLICATE_KEY #103

Closed NicolasBusson closed 2 years ago

NicolasBusson commented 2 years ago

Hello, It looks like data serialization doesn't work on tables comprizing of "cascading" include structures. See also this pull request for pictures and more details: https://github.com/abapGit/abapGit/pull/5577 Cheers ! Nick.

mbtools commented 2 years ago

Hi Nick,

100 just changed this code to fix a similar issue. We added corresponding unit tests. Your change would revert this (partially).

Could you please add a unit test for your case so we see how this differs for the tests we already have (and causes a dump)?

Cheers, Marc

mbtools commented 2 years ago

I think it's actually the other way around... #100 fixed your problem but the change has not made it's way into abapGit (via the mirror). We will trigger the mirror there to update abapGit accordingly.

Suggest closing this one.