hi all,
I am using ABAP data flow to pull data from ECC standard tables in BODS 4.0 version.
To pull only required data, i introduced where clause inside ABAP data flow, but
this is having performance issue since i started using many values using IN() caluse.
Can i use Lookup() inside ABAP, instead of filters in where clause?