‎2007 Aug 03 6:20 AM
Hi,
What is ABAP OOP objects ? and what is ABAP interface ?
How ABAP Objects are different from ABAP interface and where it is applicable is ABAP program?
Thanks in Advance !
‎2007 Aug 03 6:26 AM
Hi,
Check this ..<b>ABAP interfaces</b>
http://help.sap.com/saphelp_46c/helpdata/en/22/042434488911d189490000e829fbbd/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/ba/d4c23b95c8466ce10000000a114084/frameset.htm
<b>ABAP Objects</b>
http://help.sap.com/saphelp_nw2004s/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm
[Removed by the moderator.]
goto abapdocu->abap objects
Regards
‎2007 Aug 03 6:25 AM
Hi,
ABAP Objects is the Object-Oriented Programming part of ABAP.
There you can create classes, interfaces.
The classes can be local or Global.
ABAP interfaces are a means of NON-SAP systems to access ABAP code.
<b>There are two types of ABAP interfaces</b>
<b> RFC Programming in ABAP</b>
This section explains how the RFC interface works within SAP Systems, what functionality is provided and what the technical requirements are.
<b> ABAP as OLE Automation Controller</b>
An ABAP program can call up an OLE Automation Server (such as Excel) on the desktop. The ABAP OLE Automation Controller consists of a set of ABAP language elements that an ABAP client program can use to drive an OLE Automation server on either Windows or Apple Macintosh frontends. Special OLE functions contained in the SAPGUI are called via RFC. SAPGUI represents the actual OLE client that calls the server program.
Check
http://help.sap.com/saphelp_46c/helpdata/en/22/042427488911d189490000e829fbbd/frameset.htm
Regards,
Sesh
‎2007 Aug 03 6:26 AM
Hi,
Check this ..<b>ABAP interfaces</b>
http://help.sap.com/saphelp_46c/helpdata/en/22/042434488911d189490000e829fbbd/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/ba/d4c23b95c8466ce10000000a114084/frameset.htm
<b>ABAP Objects</b>
http://help.sap.com/saphelp_nw2004s/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm
[Removed by the moderator.]
goto abapdocu->abap objects
Regards
‎2007 Aug 03 6:27 AM
Check these links
ABAP - Objects
http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3530358411d1829f0000e829fbfe/frameset.htm
example of ABAP interface are
1)ole
2)rfc's
Check this ..ABAP interfaces
http://help.sap.com/saphelp_46c/helpdata/en/22/042434488911d189490000e829fbbd/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/ba/d4c23b95c8466ce10000000a114084/frameset.htm
If you are looking for ABAP Objects Interface then check this below link
http://help.sap.com/saphelp_nw70/helpdata/en/43/d4d1ecdf340d87e10000000a1553f7/frameset.htm
Regards
Gopi