Hi,
Requirement:
1. Display data from tables like BSEG, BKPF, CSKS etc..,
2. Amount of data , which needs to be display is very huze.
3. Changing of requirement will be happen, only if we agree ABAP can not increase performance more than this.
Result:
1. Bad Performance, perticulerly at BSEG.
2. Some times falling into Memory Over flow issue. Because of number of records pulling from tables are very high.
What I did:
1. I used for all entreis methid.
2. Used availble Indexs in where conditions.
3. Using Clear and Refresh statement where ever neccassary.
4. Applied all performance related options , as of my knowledge.
5. There are syntax, exended check, code inspector errors or warings.
I know this is because of huze data, but as a developer how can reduce the runtime..still...?
---How can solve this problem...?
Is there any way to modify my program acrchitecture to get result...!
Thanks,
Naveen Inuganti.