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

BSEG TABLE PERFORMANCE

Former Member
0 Likes
941

Dear Friend,

I am developing a finace report,

In this report i am using BSEG table but

the problem is that even i am trying to extract

the single record from this table .

reports takes lots of time and cause a dummp error,

due to time exceed.

Please help me out.

Thanks and Regards

vivek kumar srivastava

6 REPLIES 6
Read only

Former Member
0 Likes
657

Can you tell me the fields you are using in the select statement?.

Read only

0 Likes
657

i want to extract the DMBTR field, data.

Read only

0 Likes
657

please paste the select statement...that u are using...

Read only

0 Likes
657

Hello ,

Did you see the blog mentioned in the earlier reply.

It wont matter even if you extract one field or all the fields. Its the matter of number of records and in that blog you can see how to achieve faster performance with hundreds of thousands of records.

regards,

Advait

Read only

Former Member
0 Likes
657

Hi,

BSEG is a cluster table of the below specified transparent tables... instead of it retrieve the related data from the below tables

BSID Accounting: Secondary Index for Customers(Open Items)

BSIK Accounting: Secondary Index for Vendors

BSIM Secondary Index, Documents for Material

BSIS Accounting: Secondary Index for G/L Accounts

BSAD Accounting: Secondary Index for Customers(Cleared Items)

BSAK Accounting: Secondary Index for Vendors(Cleared Items)

BSAS Accounting: Secondary Index for G/L Accounts(Cleared Items)

Check this blog aslo..

Regards,

Omkaram.

Read only

Former Member
0 Likes
657

THANKS ALOT TO ALL.