11
Jun
Upload / Download Data from SAP Tables
Posted by Admin, under ABAP, Sample Code, SAP, Upload Download, UtilityThere have been some cases where we, as an ABAP programmer, want to take SAP table data backup. Specially for the case where Basis Team refuses to get it back-up and restore the data for us.
There have been some codes available on net where data is backed-up but not restored back to SAP.
It is basically Dynamic table export / import facility.
There are some restrictions for using the code:
* – Table definition MUST exist on target system for import.
* – Entire table is exported / imported.
* – Must be WIN95/98 WIN-NT long filenames.
Download code : Upload/Download Program
You might also be interested in these posts:


Post a Comment