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

Types of Interfaces

Former Member
0 Likes
4,151

hi,

wat r the types of interfaces in ABAP?... and which is the best interface to tranfer data from legacy system to SAP?.. And also from SAP to SAP.

3 REPLIES 3
Read only

Former Member
0 Likes
975

Hello,

Generally interfaces are of file ,EDI-ALE or rfc object types.

File interfaces are used when data is transferred from non-sap system into sap-system required format.

EDI interfaces are used when data is transferred from legacy system in non-readable format(for SAP) & which is converted to EDI format by middleware & then brought into SAP.

ALE is used when data is tranferred between 2 SAP systems.

There are rfc related interfaces where some connectors can call RFC in SAP & load or extract data out of SAP.

Hope this helps.

Thanks.

Read only

Former Member