Dear Gurus
We are currently implementing SAP ecc6 ehp7 on HANA.
I have created the view by using the following
@AbapCatalog.sqlViewName: 'z_cds_purch'
define view ZCDSV_DWMQHY_PURCH as select from mseg as t1 (i have not pasted the rest of the code).
I can see the view in SE11.
Then i create a report to use the alv grid.
REPORT z_itm_daily_summary.
cl_salv_gui_table_ida=>create( 'ZCDSV_DWMQHY_PURCH' )->fullscreen( )->display( ).
I am getting a dump for this.
I am attaching the st22 for reference.