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

about interfaces

Former Member
0 Likes
666

hi abapers,

tell about interfaces this is urgent

thanks and reagrds

5 REPLIES 5
Read only

Former Member
0 Likes
646

Primarily an interface is an interconnection between two systems for some sort of data/information exchange.

Please elaborate your requirements so as to what kind (File/RFC/ALE) interface you are looking at.

Read only

Former Member
0 Likes
646
Read only

Former Member
0 Likes
646

Hi Prasanna,

Interface is a facilty given to connect and communicate b/w the systems.

There are two types of interfaces as per me ie

1. BDC Interfaces

2. RFC interfaces.

<b>BDC interfaces</b> are used to upload or download the data from external file to SAP system. To explain this it takes more time.

Using <b>RFC interfaces</b> we send an IDOC from one system to another.

<b>IDOC</b> is data container used across distributed SAP system.

<b>IDOC</b> provides better security than flat files.

I think this is more enough for you if you want more give me reply.

Reward points if this has given some knowledge to you.

Thanks

Satish Raju

TCS

Read only

Former Member
0 Likes
646

hi,

interface is used when we are transferring data from /to R/3 from another system.

inbound interfaces, usually the different types of interfaces are Invoices , Material master update (in case of legacy system). You will need to process the inbound file and then use either a BAPI (SAP Provide Business interfaces) or BDC (in very rare cases when BAPIs are not available) to post the document to SAP.

outbound interfaces, usually there will a report program which will read the appropriate tables or BAPIs if available and write to output file in desired format.

check the below links too may be helpful for you

http://help.sap.com/saphelp_nw04/helpdata/en/78/217da751ce11d189570000e829fbbd/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

/people/kevin.wilson2/blog/2006/11/13/ale-scenario-development-guide

http://searchsap.techtarget.com/tip/0,289483,sid21_gci1230385,00.html

Reward useful points

SIva

Read only

abdul_hakim
Active Contributor
0 Likes
646

Hi,

Interfaces are generally used to exchange data between different system or used for

communication between different systems..

Eg of interfaces:

BDC,

LSMW,

FILE INTERFACE,

ALE,

XI,

BAPI,

FUNCTION MODULES,

STANDARD SELECTION SCREEN,

ABAP OBJECTS INTERFACES

Cheers,

Hakim

Mark all useful answers..