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

how download: Data from Interface into SAP?

Former Member
0 Likes
759

In an Interface (out of SAP):

All stolen materials and their serial numbers are storaged in the Interface. User maintains this information manually in SAP.

User wants that be created/developed a new functionality, in SAP, that:

The stolen material and serial numbers data should be downloaded automatically and daily from Interface to SAP.

What are the options I have to give a solution for this purpose. If more the one option is possible, what is the simplest and faster solution?

Thanks,

Barbara

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
671

Hi

It depends on what the interface is, the faster and easier solution can be to generate a file with the data to be uploaded in SAP.

So u can create a BDC program reads that files and upload the data.

Max

Hi

It depends on what the interface is, the faster and easier solution can be to generate a file with the data to be uploaded in SAP.

So u can create a BDC program reads that files and upload the data.

Max

3 REPLIES 3
Read only

Former Member
0 Likes
672

Hi

It depends on what the interface is, the faster and easier solution can be to generate a file with the data to be uploaded in SAP.

So u can create a BDC program reads that files and upload the data.

Max

Read only

Former Member
0 Likes
671

Hi!

The easiest solution is to read directly the tables of the NON-SAP system directly from SAP.

For this you have to know, what kind of database server is the NON-SAP system running on? (oracle, ms-sql, etc...)

Then you have to write a batch job, which is using NATIVE SQL statements.

If you post any more details on the databes, we might help you in this.

Regards

Tamá

Read only

Former Member
0 Likes
671

Please go through these notes:

Multi-connect 323151, MSSQL: 178949 Note

Regards

Tamá