Upload / Download Data from SAP Tables

There 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.

backup

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:

  1. Upload File from Application Server into ABAP Internal Table in SAP
  2. Downloading PF-Status(GUI Status) in SAP
  3. ABAP HR program to download Employee data
  4. Download your SAP work II
  5. Check Tables and Value Tables in SAP

No Responses to “Upload / Download Data from SAP Tables”

Post a Comment