Skip to content
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

Use model when filling entity #6

Merged
merged 1 commit into from Jun 26, 2017
Merged

Use model when filling entity #6

merged 1 commit into from Jun 26, 2017

Conversation

grahamrobbo
Copy link
Owner

There have been reports of poor performance on some systems in the CALL_ALL_GETTERS method where it uses RTTS (run-time type services) to walk through the entity to determine the ABAP field names. Now if you pass the model and the entity name to the ZIF_GW_METHODS~MAP_TO_ENTITY method it will use the model to determine the ABAP field names.

There have been reports of poor performance on some systems in the CALL_ALL_GETTERS method where it uses RTTS (run-time type services) to walk through the entity to determine the ABAP field names. Now if you pass the model and the entity name to the ZIF_GW_METHODS~MAP_TO_ENTITY method it will use the model to determine the ABAP field names.
@grahamrobbo grahamrobbo merged commit 3c3507b into master Jun 26, 2017
@grahamrobbo grahamrobbo deleted the rtts_v_model branch June 26, 2017 01:24
grahamrobbo added a commit that referenced this pull request Jun 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant