‎2007 Oct 01 4:09 AM
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
‎2007 Oct 01 4:33 AM
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
‎2007 Oct 01 5:19 AM
‎2007 Oct 01 11:17 AM
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 *