Hi, Experts!
The goal of our project is a modified Z-reports, which are made in SAP ERP. Reports in ERP contain many z-abap code and work very long time.
We want to adapt the reports that they called to the table, which are at the SAP HANA.
Report work in SAP ERP 7.0.
Do we choose the right algorithm:
1. Portable abap reports to ERP 7.3 (NetWeaver 7.3 on HANA)
2. Portable table that uses the reports to HANA. With SLT.
3. Rewrite ABAP code to use tables that are in the SAP HANA, not in ERP.
Are the right above steps?
How much do have to rewrite the code in addition to direct access tables?
Thank you for any comments!