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

Database View ---- Execution Time

former_member355168
Participant
0 Likes
406

Dear experts,

I hv to improve the performance of a report in which a view has been used.

I hv debugged the program, when control goes to query that is fetching data from view, taking very long time.

Can anything be done to improve the performance of the database view.

In view , MKPF , MSEG and MAKT tables has been used.

Regards,

Jaspal Kumar

1 REPLY 1
Read only

Former Member
0 Likes
362

MKPF and MSEG are big tables as they store header and item data of material documents created in process...

please zoom in the 'Selection condition used in programs'

also if require, you can try with secondary index (although too much use of secondary index can decrease performance)

You can look the time duration in ST05 trace...

Thanks