Skip to Content
0
Sep 01, 2023 at 01:14 PM

Get Long Text with analytic query based CDS Views

312 Views

Hey there,

we know the function module 'READ_TEXT'. Is there a possibility to output the long texts (CLUSTD type STXLDUMMY2) from the STXL table converted as string via an analytic query based CDS view (@analytic.query.true)?

The character length of the long texts is restricted and therefore does not matter.

The use of an OData service and Fiori Elements

(as explained in https://blogs.sap.com/2020/04/07/read-long-texts-using-read_text-in-cds-views/)

and the persistent storage of the converted texts in a separate customizing table

(as explained in https://blogs.sap.com/2019/12/02/standard-text-objects-search-using-cds-views/)

does not meet our model requirements and should be avoided. We want to display the texts directly via an analytic query.

Thanks in advanced.