-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON_TO_ABAP: fix compressed JSON array to sorted/hashed table keeping components problem #182
JSON_TO_ABAP: fix compressed JSON array to sorted/hashed table keeping components problem #182
Conversation
tried that at first but that is outside of the loop of the array items so it wouldn't work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx :-) i only noticed it because in abapgit we have "skip initial fields" set to true for some TABU entries and when pulling it to a new system the tables where completely messed up :-) @larshp once that is merged/fixed abapgit would need to also get the mirror updated or? Should i create an issue there too? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This PR reproduces the issue that is tracked #181 and contains a fix proposal.