‎2009 Jun 23 4:27 AM
Hi I would like to write a utility tools to back up an entire table, what sort of option do i have in R3?
‎2009 Jun 23 4:46 AM
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.
‎2009 Jun 23 4:51 AM
So Where would you like to backup and what table is that?
Give more details on the purpose of your requirement.
Regards
Karthik D
‎2009 Aug 07 9:09 AM
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