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
Explain lsmw?
What is the difference of update types in call transaction method ? : abap bdc
Badi concepts
What is table pool?
How the transaction that are programmed by the user can be protected?
How can I make a differentiation between dependent and independent data? : abap hr
What is example class
What does an exec sql statement do in abap? What is the disadvantage of using it?
Explain the differences between interactive and drill down reports?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
In which time constraint does the infotype records depend on the subtype ? : abap hr
Can you define a field without a data element?
What is the purpose of sum statement?
What is use of transparent table in abap? How it is different from pool tables?
How can you access the function code from menu painter?