cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Read SAP script in HANA

Ibrahem
Participant
0 Kudos
446

Dear experts,

We want to read data from SAP script.

In ABAB we use function module Read_Text. but how can we this data in HANA Calculation view??

Thank yo.

View Entire Topic
jassing
Explorer
0 Kudos

Hi Ahmed,

Build ABAP Program with READ_TEXT function module to collect relevant  TEXT from STXH table and store in custom table with long text fields. Schedule this program in background to run every hour so that custom table fill regularly. Setup SLT replication on this custom table to bring data in HANA. I hope this solution will help you..

regards,

Jas