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

Master Data Publishing to SQL Tables

Former Member
0 Likes
532

Hi there. I just want to ask is it possible to publish the master data of SAP to an external SQL database in real time. If so can you give me an idea how? I just need it badly for a project i'm involved in. Thank you very much!

4 REPLIES 4
Read only

Former Member
0 Likes
499

I done one project,we download the data from SAP R/3 Material master and file will be creating at Unix server and AS400 system will get the data from UNIX Server.

I did not use any native sql commands

Read only

Former Member
0 Likes
499

Hi. Thanks for the reply. How if my requirement is real time transferring of data? For example a material master was created or changed in SAP. The data must be replicated in the external SQL server. How can I do that?

Read only

0 Likes
499

Hi Andre ,

What i can suggest is that in SQL Server there is an option where we can periodicly update the data from one system to other , i.e. similar to a backup . Try doing that.

Regards

Arun

Read only

Former Member
0 Likes
499

Please help...