Thursday, February 05, 2009

Performance Tips

When using For all entries,
To improve performance
1) Sort the driver table
2) Remove the duplicates from the driver table

Performance tips

In most of the FI related modules ,BSEG table is needed.
Since performance may be an issue when hitting BSEG table
Any of the below accounting tables can be used.
1.BSAD
2.BSAK
3.BSAS
4.BSID
5.BSIK
6.BSIS

These are normal database tables, not clusters. Normally every record from BSEG can be found in one of these 6 tables. The program which selects data from these tables runs faster than from BSEG.


Regards,
Ramya

Labels:

0 Comments:

Post a Comment

<< Home