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: 

Download data from BSIS

Former Member
0 Kudos

Hi,

I am involved in data migration from one SAP system to another SAP system.In the current SAP system,

the total number of records in BSIS table is around 5 lakh. I want to download all the record from BSIS table and need to send the data in an Excel format. When I try to view the entries in SE16 , I could view the entries but I couldn't able to download the data.

Please let me know how to download all the records from BSIS table.Any inputs on this will be helpful.

Regards,

Raj

3 REPLIES 3

Former Member
0 Kudos

Hi,

1.To down load the data from use this path

system->list->save->localfile .

Thanks

Former Member
0 Kudos

Hi,

In excel you can not have entries more than 65000. so you need to take out data in chunks of 65000 if you want to download in Excel only.

Else write a small ABAP program to place data on Application Server and read the data from the other SAP system if both system are visible to each other,

or use FM GUI_DOWNLOAD to place the data on Presentation server ( Not in Excel Format) and then send the same to target SAP system using some technique like LSMW etc...

Hope this would be helpful!

Regards,

Lalit

Former Member
0 Kudos

Hi,

If you are trying to download the data from table, download it to text tab delimited, If you try to download thru excel you cannot download more than 65530.

Thanks,

Sriram Ponna.