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
Can you show multiple alvs on a single screen?
How to insert a line into abap internal tables?
What is append search help? : sap abap data dictionary
How to create user interfaces for lists?
Explain the properties of selection screen?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What is sap script? Describe its components.
What are the different types of data dictionary objects? : abap data dictionary
when does a list get sent to the screen on the presentation layer?
Sal abap on hana interview
Is it possible to pass data to and from include programs explicitly? : abap modularization
What are the other modules integrated with om? : sap abap hr
What is the full form of spro? : sap abap hr
What is the difference between collect and append statements?
Is it possible to bring select option in module pool screens?