Takes a long time to get data from a BAPI result when there are too many rows to be read.
dhami48 opened this issue · 0 comments
dhami48 commented
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.