Hi Gurus,
We are planning to go with ECC on HANA.
Following are my understanding, please let me know if I am right,
* SLT is not required to pull the table data into HANA database, as HANA database is going to hold all of the ECC tables.
* We need to create attribute view, analytical view and calculation view over these ECC tables and use the BI tools like Design studio, WEBI
etc to create reports over these information models.
* BODS is needed to pull the data from 3rd party systems into the HANA database.
I have the following queries,
* As a beginner in HANA, should I focus more on SQL script or on ABAP script?
( I am core BW developer with more experience on BW-related ABAP like function modules,BADI, routines etc)
* Can we call ABAP methods within the ABAP/SQL scripts? for ex: there is a standard method for calculating inventory, can it be called from the ABAP/SQL scripts?
* Can we use the BW DataSources and create the views?