cancel
Showing results for 
Search instead for 
Did you mean: 

Down load/ upload of huge data(MIllions of records)

Former Member
0 Kudos

Hi All,

Please let me know the procedure to upload and download huge volumes of data (millions of records) using ABAP PROGRAM.

Thanks in advance.

Shailaja.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Can think of a program but here's a suggestion:

Avoid using internal table for huge records processing go for field groups.

Refer to this link below

http://help.sap.com/saphelp_47x200/helpdata/en/9f/db9ed135c111d1829f0000e829fbfe/frameset.htm

Reward points if found usefull

Former Member
0 Kudos

Hi Anand,

Thanks for the suggestion,

but my case I am getting data into Internal table through standard Function module, this case how can I build the logic?

thanks,