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

Takes a long time to get data from a BAPI result when there are too many rows to be read. #89

Open
dhami48 opened this issue Jul 16, 2023 · 0 comments

Comments

@dhami48
Copy link

dhami48 commented Jul 16, 2023

RFCInterop.GetString method is called for reading each cell of type String for each row. Similar thing happens for other data types too. It results in too many calls to sapnwrfc and results in slowness in performance. There should be a way to read Complete Row or Complete table in one go.

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

No branches or pull requests

1 participant