Dear All,
I want to add my different opinion to this discussion.
Instead of using JOIN and FAE,
1. Initially fetch data from ekko table, with where conditions related to ekko table
2. Now fetch data from ekpo table, with where conditions related to ekpo table
3. Now use loop at ekpo table and reading statements from ekko table within loop delete data from ekpo table
4. Here you will get exact result what JOIN and FAE will give.
What i want to explain, fetch bunch of data from database to application server and after that manipulate it.
Experts kindly put light on my opinion.
Regards,
Vj