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

Table backup - develop utility in R3

Former Member
0 Likes
515

Hi I would like to write a utility tools to back up an entire table, what sort of option do i have in R3?

3 REPLIES 3
Read only

Former Member
0 Likes
485

Hi,

One option to backup would be to use function module GUI_DOWNLOAD so that you can fetch all data into internal table and then pass to this function module to download into excel sheet.

Hope this helps.

Regards,

Mansi.

Read only

Former Member
0 Likes
485

So Where would you like to backup and what table is that?

Give more details on the purpose of your requirement.

Regards

Karthik D

Read only

Former Member
0 Likes
485

Just in any case any would like to know how i managed to back up was that i backed up to a cluster table, saves time and work efficiently. anyhow gui_download is an option, but my records exceeds more than 200k records, gui_download would surely trigger a memory dump, thanks