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

what is the difference between conversion and interface?

Former Member
0 Likes
445

what is the difference between conversion and interface?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
424

Conversion: The legacy system may have a different representation for the data, from that of SAP. A conversion program basically aims at converting the data into a format that is acceptable for SAP.

Whereas an interface does the actual upload of the data into the SAP system through various means.

Regards,

Ravi

2 REPLIES 2
Read only

Former Member
0 Likes
425

Conversion: The legacy system may have a different representation for the data, from that of SAP. A conversion program basically aims at converting the data into a format that is acceptable for SAP.

Whereas an interface does the actual upload of the data into the SAP system through various means.

Regards,

Ravi

Read only

Former Member
0 Likes
424

did u mean data conversion and data inter face?

in that case conversion means uploading from legacy to SAP.

interface means updating data from application server or present.server to database.

Thanks