โ2007 Oct 17 5:48 AM
hi friends,
could u plz tell me What is meant by interface??
thanks in advance.
regards,
Priya.S
โ2007 Oct 17 5:51 AM
Hi,
Its nothing but the interface that user interacts with:
https://wiki.sdn.sap.com/wiki/display/ABAP/ABAPUserInterfaces
Best regards,
Prashant
โ2007 Oct 17 5:52 AM
Hi
Interface means which helps/allows you to get data transfer from external systems to SAP R/3 or vice versa
Some of the interfaces are BAPI, RFC and IDOC etc
Regards
Anji
โ2007 Oct 17 5:57 AM
Dear,
Interface is simply a mean to communicate.
in simplest terms.
if we run a report from SE38, the selection screen which appears is a interface ( called user interface).
A interface is the one which is intermediate beween the two.
here user communicate with report program through his inputs.
In brodar term in SAp IDOC,bapi, rfc , fm are the other interfaces. But the work is same they all are interface.
reward if useful.
Amit Singla
โ2007 Oct 17 6:18 AM
Interface is code for getting data from external sources other dan SAP into R/3 SAP database..
AN example cud be u have a flat file in .txt or .xls format and u want that data to verified and then be stored in some transparent table..
Hope it clears ur query to some extent
Reward all helpful queries
Regards
โ2007 Oct 17 6:21 AM
Hi Priya
Interface means which helps/allows you to get data transfer from external systems to SAP R/3 or vice versa
Some of the interfaces are BAPI, RFC and IDOC etc.
BDC comes under Interface & Conversion.
Regards,
Sree
โ2007 Oct 17 6:54 AM
Hi
Interfaces
In ABAP interfaces are implemented in addition to, and independently of classes. An interface only has a declaration part,
and do not have visibility sections. Components (Attributes, methods, constants, types) can be defined the same way as in classes.
ยท Interfaces are listed in the definition part lof the class, and must always be in the PUBLIC SECTION.
ยท Operations defined in the interface atre impemented as methods of the class. All methods of the interface
must be present in the implementation part of the class.
ยท Attributes, events, constants and types defined in the interface are automatically available to the class
carrying out the implementation.
ยท Interface components are addressed in the class by