Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Why can't we use BAPI , function module use in cds view as well as amdp procedure

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..

3 REPLIES 3

VijayCR
Active Contributor

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/

horst_keller
Product and Topic Expert
Product and Topic Expert

Ask yourself, where a CDS view is instantiated. And then you should be able to answer the question yourself.

Joy_107
Newcomer
0 Kudos

is there any alternative way which we can consume BAPI in CDS view