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

Data Transfer from Oracle/Access

Former Member
0 Likes
470

Hi,

How we can do transfer data from oracle/access to our sap R/3 system by using call transaction(recording) or session method. Plz help

3 REPLIES 3
Read only

Former Member
0 Likes
441

Hi Sourav,

You can get all the data from oracle/access into the flat file and then you can use that file to upload data in SAP.

Regards,

Atish

Read only

Former Member
0 Likes
441

Hi Sourav,

Please refer the following thread:

Best regards,

Prashant

Read only

Former Member
0 Likes
441

Dear Sourav,

First of all, get the text dump from Access/ Oracle pertaining to your list of required data.

In ABAP, write a program using Function Module 'GUI_UPLOAD'. Using this Function Module you can upload the data into an Internal Table.

Please take care, while declaring the structure in the program.

Regards,

Abir

**************************************

  • Don't forget to reward Points *