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

Saving a file generated in SAP system into an SQL system

Former Member
0 Likes
398

Hi Friends,

I have an requirement where i need to save a file generated in my CRM system into an SQL server system.

These both systems exists in the same network.

We will be generating an XML file from a report in our CRM system (Ver 5.0)on a daily basis and this file needs to be saved directly into an SQLServer System.

The RFC connections for these systems exists.

Can any one please let me know the possibility of this requirement.

If yes, how to approach??

It would be great help if you can send me ur ideas on this requirement.

Thank you

Hari

Hi Friends,

I have an requirement where i need to save a file generated in my CRM system into an SQL server system.

These both systems exists in the same network.

We will be generating an XML file from a report in our CRM system (Ver 5.0)on a daily basis and this file needs to be saved directly into an SQLServer System.

The RFC connections for these systems exists.

Can any one please let me know the possibility of this requirement.

If yes, how to approach??

It would be great help if you can send me ur ideas on this requirement.

Thank you

Hari

1 REPLY 1
Read only

Former Member
0 Likes
368

Hi,

1. I suggest, as an idea to create the file and then save it via FTP to the sql server.

2. Download the file directly into the sql server and create a job on the sql in order to read and upload the file.

Hope this helps....it´s just an approach.

Gabriel