Saturday, February 25, 2012

Sample program Download : how to upload and download a sap table programmatic way.

Complete Demo code for uploading sap table to sap system

Complete Demo code for downloading sap table to your computer.


When Downloading table data the following Steps are involved:
  1. Check the table is existed or not.
  2. If exist then
  3. Load the table data into internal
  4. download into your computer.
When Uploading table data to SAP system the Following Steps included :

1. get the table related data

2. Check the corresponding table.

3. if the table is exist then

4.Upload the table related data.

5.otherwise,throw the related error

Download the Code


No comments: