Answer Posted / prasanthi
In SAP R/3 system, 3 main types of interfaces are
System Interface,User Interface and Communications Interface.
In OOABAP, above two local and global.
But in ABAP, Outbound and Inbound Interfaces.
Outbound Interfaces - Retrieving data from SAP and sending
to other systems.
Inbound Interfaces - Sending data from other system to SAP.
Example:
Outbound interface is used to send IDocs to the ALE server.
Inbound interface is used to analyze the received Idoc.
Check this link.
http://help.sap.com/saphelp_nw04/helpdata/en/cd/0b733cb7d61952e10000000a11405a/content.htm
Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What is the difference between a structure and a table? : abap data dictionary
Is the basic list deleted when the new list is created?
what precautions or prerequisites do you follow to update a record into database table and how
What is generic buffering?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
Concepts of OO ABAP and why we are using it?
What happens Update command is used without where clause ?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
How to read files and process BDC's automatically ?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
Explain what are the different functions used in sap script? What are the parameters used in each function?
What are local objects? : abap data dictionary
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
Is main window mandatory in smartforms?
How do you work with semi colon se[arated files in BDC ?