Hello,
We have a DSO which we refer in many places on our system with ABAP code (select from /BIC/AOXXX00 ) . After upgrading to HANA we don’t need this DSO anymore, instead we can use a view on top of more granular DSO and save the loading time and disk space of this DSO.
Is there a way to create a view on top of the granular DSO (CDS view or DB view..) that will have the same name as the original DSO (/BIC/AOXXX00) and will replace it? This way we won't have a rewrite our code.
Thanks,
Amir