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

Problrm while Downloading BSEG table

Former Member
0 Likes
1,410

Hi Guys,

My program dumps the data from SAP to a text files.the tables which i am Downloading are BKPF , BSEG , BSAK BSIK and ZMMTT_WARRANTS.I am running my program in Background.But for downloading BSEg table it's taking so much of time.I kept in Backgroung1/2 hr back.BKPF got downloaded in 4 to 5 min's but for BSEG it took 25 minutes still the file is not created in the Application Server i sawed in AL11.Can any body suggest me how to increase the performance for BSEG table download.?(In se16 i entered BSEG table click enter.After that i clicked on Number of Entrieds button.It took 5 minutes still it didnot gave me the total number of entries.)

Thanks,

Gopi.

Hi Guys,

My program dumps the data from SAP to a text files.the tables which i am Downloading are BKPF , BSEG , BSAK BSIK and ZMMTT_WARRANTS.I am running my program in Background.But for downloading BSEg table it's taking so much of time.I kept in Backgroung1/2 hr back.BKPF got downloaded in 4 to 5 min's but for BSEG it took 25 minutes still the file is not created in the Application Server i sawed in AL11.Can any body suggest me how to increase the performance for BSEG table download.?(In se16 i entered BSEG table click enter.After that i clicked on Number of Entrieds button.It took 5 minutes still it didnot gave me the total number of entries.)

Thanks,

Gopi.

10 REPLIES 10
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,094

Performance may not get better due to the fact that BSEG is a HUGE table.

Regards

RIch Heilman

Read only

0 Likes
1,094

Hi Rich,

In my development serverwe are having 6 million records for BSEG.I am doing Background job.Its already 51 minutes the file didn't get created in Application server AL11.so what shall i do shall i wait for some more time or shall i kill the processs?

Thanks,

Gopi.

Read only

0 Likes
1,094

Well, if it is still doing the SELECT, then there wouldn't be a file yet. Check the progress via SM50, and evaluate how far it is into the SELECT statement, then make a decision.

Regards,

Rich Heilman

Read only

0 Likes
1,094

Hi gopi,

BSEG is a huge table and normally takes a longer time. To my knowledge u need to wait.

Also depends on the biz need...whether u need all the fields or specific fields if specific fields u can get the fields from accessing the related tables also.

thank you

Ajay

Read only

0 Likes
1,094

Hi Vijay,

I need all the fields .

Thanks,

Gopi.

Read only

rodrigo_paisante3
Active Contributor
0 Likes
1,094

Try to verify nested loops, change select ... endselect to select ... into table, use read table and select ... for all entries when possible.

Read only

former_member194669
Active Contributor
0 Likes
1,094

Hi,

Instead of downloading data from BSEG why don't you use

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)

BSID Accounting: Secondary index for customers

BSIK Accounting: Secondary index for vendors

BSIM Secondary Index, Documents for Material

BSIS Accounting: Secondary index for G/L accounts

aRs

Read only

0 Likes
1,094

Hi aRs,

can you send me the relaion between all tables and how i have to dump the data?

Thanks,

Gopi.

Read only

0 Likes
1,094

Download this file which has a nice pdf file of all the links between the FI/CO/SD tables. I found it pretty clear.

http://www.sap-img.com/sap-download/sap-tables.zip

<i><b>

Points are always welcome!</b></i>

Minami

Read only

Former Member
0 Likes
1,094

If you are downloading BKPF, BSAK and BSIK, why do you need BSEG?

Rob