2017 Dec 03 7:09 AM
Dear ABAP HANA experts,
Can we use bapi or function module in cds view as well as amdp procdure .?
if the answer is no ,then what will be the cause. In abap enviormnet , every time we can not fetch the data from the corresponding table .. some times we need bap and function module and conversion exit..with out this how can we achieve the requirement..
2. Why the main reason to use marker interface that is IF_AMDP_HDB_MRAKER_HDB..
2017 Dec 05 9:59 AM
I think you need to know about code to data functionality through which you can code on the data base using DDL language and AMDP's. These follow different SQL languages so BAPI cannot be used .
https://blogs.sap.com/2014/02/03/abap-for-hana-code-push-down/
2017 Dec 05 10:29 AM
Ask yourself, where a CDS view is instantiated. And then you should be able to answer the question yourself.
2024 Feb 28 10:56 AM
is there any alternative way which we can consume BAPI in CDS view