‎2010 May 21 7:19 AM
I want to know how to use interfaces in ABAP oops with an example.
‎2010 May 21 7:24 AM
Hi,
You use it just the same way as you use them in other OO languages supporting this concept, e.g. Java. There are many examples in the SAP system itself as well as on the internet (at least for Java, here: http://java.sun.com/docs/books/tutorial/java/concepts/interface.html).
Regards, Gerd Rother
‎2010 May 21 7:24 AM
Hi,
You use it just the same way as you use them in other OO languages supporting this concept, e.g. Java. There are many examples in the SAP system itself as well as on the internet (at least for Java, here: http://java.sun.com/docs/books/tutorial/java/concepts/interface.html).
Regards, Gerd Rother
‎2010 May 21 9:41 AM
Gerd has given you good suggestions. Please note that these forums are not a substitute for learning for yourself - check out the sticky threads at the top of the forum for other suggestions. Thread locked.