‎2017 Mar 27 12:22 PM
Hi,
to reduce the memory requirement, I would like to use ABAP Locators / Streams.
The good news is, that the data is already stored in a XString Field on the database.
But the XString got created with the help of the EXPORT TO BUFFER Command from
an internal deep table.
My question is: Is it possible to stream the content of such a field?
How many bytes do I read, to get valid Input Data for the IMPORT FROM BUFFER Command?
Thanks for your help.
With kind regards
Uwe Gebhardt
‎2017 Mar 27 1:14 PM
"Is it possible to stream the content of such a field?"
No, as SAP's own documentation says:
"The content of a data object filled by EXPORT TO DATA BUFFER can only be evaluated using IMPORT FROM DATA BUFFER. In other evaluations, for example when comparing data clusters, the result is not defined."
‎2017 Mar 27 2:15 PM
thanks a lot, I guessed / feared so, but there is always the chance, that I overlooked something.