cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

I am using ECC ODP Objects (extractors) to pull the data from ECC in BODS job. For performance optimization can I use pushdown when extracting data using ECC extractors?

0 Likes
View Entire Topic
werner_daehn
Active Contributor
0 Likes

Yes, the ODP supports pushdown, in regular data flows and ABAP dataflows. The main difference is that in ABAP dataflows you can do post processing of the data while still on the ABAP side.

But keep in mind, ODP is not SQL like. It depends on what condition types, fields and combinations the API supports and the ODP "table" has activated. Most basic should work. You can proof that by looking at the "display optimized SQL" under the debug menu.

(I hope I did not confuse that and it was implemented in Hana SDI ABAP Adapter only, but not in the BODS engine)