cancel
Showing results for 
Search instead for 
Did you mean: 

abap class usage in SAP HANA

lakshminarasimhan_n4
Active Contributor

Hi,

I have a generic datasource created for SAP BW purpose to pull data from ECC to BW.It contains 2 tables. Now we need to pull this into the HANA system,

1. We dont want to use DXC as it is not real time and also some one must be monitoring the loads.

2. We have planned to use SLT, but there the problem is, there is a ABAP class which links one table to another table. There are 2 tables in my generic datasource, which are linked via this ABAP class. Now via SLT i am able to replicate the tables, but in my HANA will i be able to use the "class" to link the 2 tables? or is there any standard way of using the ABAP class within HANA?

View Entire Topic
varma_narayana
Active Contributor
0 Kudos

Hi Lakshminarasimhan,

We can't use the same ABAP class in the HANA database. I believe, the solution in your case is to link the two tables in HANA, by creating a simple calculation view (by implementing the necessary joins and other calculations). Please let me know if that helps.

Regards,

Varma