2007 Jun 20 7:29 PM
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.
2007 Jun 20 7:35 PM
2007 Jun 20 7:40 PM
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.
2007 Jun 20 7:45 PM
2007 Jun 20 7:54 PM
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
2007 Jun 20 7:58 PM
2007 Jun 20 7:38 PM
Try to verify nested loops, change select ... endselect to select ... into table, use read table and select ... for all entries when possible.
2007 Jun 20 7:46 PM
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
2007 Jun 20 8:17 PM
Hi aRs,
can you send me the relaion between all tables and how i have to dump the data?
Thanks,
Gopi.
2007 Jun 20 9:07 PM
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
2007 Jun 20 9:00 PM
If you are downloading BKPF, BSAK and BSIK, why do you need BSEG?
Rob