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

Performance issue

Former Member
0 Likes
375

Hi,

I want to access the data from table BVOR, The only where clause which i m using is BUKRS, Its not fully specified Key, so thas why its taking a huge time for data retrieval for this select statement. How can I improve performance in this case. What if I use buffering for this table? What are the other solutions for performance improvement.

Thanks,

3 REPLIES 3
Read only

Former Member
0 Likes
347

Hi,

You can create a index for the table BVOR with key BUKRS.

Also you can try to give more conitions in the where clause.

Reward if helpful.

Read only

0 Likes
347

well for this table SAP has not mantained technical settings, If i create technical setting myself, is there any problem? Give me comments on Buffering this table...

Thanks,

Read only

0 Likes
347

Why you want to change technical setting. Define new Secondary index as per your requirement, and use in your report so performance will be increase.