‎2006 Jul 27 1:23 PM
Hi,
is there anyway to improve the performance of SAP standard tr code IH08 for display equipment.
is there any chance to create index for the same? please advise me.
Thanks
Shiva
‎2006 Jul 27 1:50 PM
Certainly... run ST05 to see what DB reads are performing slowly or have your DBAs look for you.
Once you identify what table(s) is performing badly, build a new index to match the SQL issued by the system. This will allow SAP to access the data faster using this new index.
Don't forget to award points for helpful answers.