Dear Experts
We are using BODS 4.2 sp1.
We have a simple dataflow where we pull data from SAP r3 using direct download and push it in our database.
Basically its like this:
SAP Table-->Query Transform-->Oracle Database
Issue with R3 user of 620 release
Inside query transform,we have applied some conditions in where clause,which are combinations of 'or' and 'and' operator.
However when we are generating optimized SQL for the same,we observe that the conditions in where clause are not being included in the optimized query.
But if we replace all conditions by only 'or' or by only 'and' condition,the optimized sql query with condition is generated.
With R3 user of 730 release
The optimized sql with mixed 'and' and 'or' is generated correctly.
The basis team has provided full rights to the user created in 620 release of R3,but still the optimized sql being generted is incorrect
However the user in 730 release ,even with minimum rights is generating correct optimized sql.
Both 620 and 730 release has latest BODS functions uploaded on them.
Please help me on this.