Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Indexing

Former Member
0 Likes
395

hi all guru's,

I am working on a report which is giving dump due to exeeding of its execution time. on debugging i knew that its because of MSEG table which s being used in the report. wat i wana know is how to use indexing in a report to reduce the execution time. Please let me know.

Thank you all.

2 REPLIES 2
Read only

former_member386202
Active Contributor
0 Likes
370

Hi,

Pass all the keys in where clause while selecting data from MSEG, you can also create index on MSEG using SE11.

Regards,

Prashant

Read only

Former Member
0 Likes
370

Hi Bal,

If the problem with selecting data from MSEG

then try to use all primary key fields in select statement

if u doesn't have all primary keys data then go for secondary index

go to mseg table in SE11 and find for secondrty indexes and use proper in u r statement

if u not found then create new one but get approval befor creating

Kiran