Hi all,
Iam trying to extract VBAP table from ECC into DS using dataflow instead of ABAP dataflow. I can’t use ABAP as we have some issues with it.
So the only option is to use dataflow. This is a stop gap solution. We troubleshooted by checking trace log in ECC what actually is happening at source level and found below issues.
-
I need only 5 fields from VBAP table and iam pulling these fields only into query transform. when i see optimized sql in Data services its showing me these 5 fields but when i check the query in ECC side it is selecting all the fields in VBAP table.
-
Iam using filter conditions in where clause but ECC is not picking those filter conditions instead reading whole table. One more interesting thing was when i use one condition using ‘AND’ operator it works but when i use ‘OR’ it is not selecting any of the conditions.
I appreciate your help.
Thanks,
Arun.
arunnura17 (BOB member since 2007-03-30)