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 i know some of the Realtime tickets that anyone has been faced ?
difference between Valuation type and valuation category?
Name the special commands of list?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What are the functions of lock objects?
Are you familiar with all steps for setting up a workflow?
What are the internal tables and work area?
What is table buffer?
Explain the difference between a pool table and a transparent table?
How is collect statement different from append?
Explain about sap fico testing and the tools used? : abap bdc
What are the function module in bdc?
Difference between sy-tabix and sy-index?
Does every abap/4 have a modular structure? : abap modularization
What are null values?