how many types of interfaces are there in abap ?
Answers were Sorted based on User's Feedback
Answer / prasanthi buddepu
In ABAP, there are 2 types of interfaces.
1. Local interfaces and
2. Global interfaces.
Is This Answer Correct ? | 29 Yes | 9 No |
Answer / 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 |
Answer / keshav
Three Interfaces are there:
-Presentation Interface
-Database Interface
-Operating System Interface
Is This Answer Correct ? | 0 Yes | 29 No |
Explain how to create any functions? How to go about it?
How do you retrieve the data for repetitive structures
what is diff b/w user exits and cutomer exits
5 Answers Deloitte, iYogi Technical Services,
Name the abap/4 modularization techniques? : abap modularization
After the SESSION is created where is it stored?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What are reference fields in data dictionary ? how do u assign them to a table field?
what is the difference between at selection-screen output and at selection screen?
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
What is the differences between structure and table in the data dictionary in abap?
how to transfor the data from flat file to bdc plz send the steps as well as example
What is meant by performance analysis?