Project Transformation : Push persistent BW dataflows to HANA Virtual Data Marts, Consume HANA models via Virtual provider
Project Transform is about redesigning BW data flows while leveraging HANA's number crunching power. Goals : 1. Utilize HANA in-memory computing by pushing Stat/End Routines/Field Routines onto DB layer 2. Reduce intermediate staging DSO's there by reducing data foortprint, avoiding activation times 3. Promoting Virtual data mart layer 4. Providing users with up-to-date data rather than pre-computed data 5. Enabling users to query at item level rather than at summarized level(Cubes) 1. Utilize HANA in-memory computing by pushing Stat/End Routines/Field Routines onto DB layer Routines from data flow will be included in the generated program and DTP spends lot of time doing processing on ABAPAS. An ABAP program spends more than 50% of its execution time in ABAPAS normally. These routines can be efficiently pushed down to HANA layer by creating Stored procedures and calling them from Routines. Else we can create a Calculation/Analytic view /Stored...