Application Development 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: 

Data from MSAccess to be sent to SAP

Former Member
0 Kudos

Hi,

I have a MSAccess file which is filled up on some action now my requirement is whenever it is filled the data should be flowed to SAP for achiveving this what are the things I need to perform apart from writing an RFC Function Module.

Thanks and Regards,

Varun.K

2 REPLIES 2

Former Member
0 Kudos

Hi, use OLE method... this will help you for sure.....

search in wiki or blogs you will get complete information on how to use OLE for the same..

Regards,

Siddarth

Former Member
0 Kudos

Hi,

You can write a program for it which will check evertytime from the last entry or timestamp that whether any1 has changed the file and if yes then it will comparethe last send data with the new one and if change found then it will pass the data to SAP