Hi folks,
I have a project requirement that has a component that requires extracting pieces of information from text tables STXH and STXL. Apparently we have data being concatenated into single text fields with pipe delimiters that will need to be extracted and parsed for a reporting requirement. We have discussed possibility of replicating these tables into HANA but in our environment these tables are enormous. Not to mention the ABAP logic that typically reads these tables via READ_TEXT function module is apparently quite complex. I've been asked by our ABAP developers to find out if there is a way to call the READ_TEXT function module directly inside a HANA view and if not there must be others using HANA that are having the same issue and how have you handles retrieving this data?
Thanks,
-Patrick