Application Development 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: 

FBRA performance issue

Former Member
0 Kudos

Hi All,

We have an performance issue with FBRA t-code which uses the BKORM table.

Can the building of an index to this table will imporve the performance? How about the buffering of the table?

Also, provide us the difference between unique and non unique index types.

Thanks,

DVRK

2 REPLIES 2

ThomasZloch
Active Contributor
0 Kudos

> We have an performance issue with FBRA t-code which uses the BKORM table.

>

> Can the building of an index to this table will imporve the performance? How about the buffering of the table?

Standard transaction, check in SAP Service Marketplace for possible fixes. Don't switch on buffering for such a potentially large table with frequent changes.

> Also, provide us the difference between unique and non unique index types.

This you can find out yourself with a little research effort.

Thomas

Former Member
0 Kudos

Hi,

The issue has been solved after creating the index in database.

Thx