Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

About interface

former_member282968
Contributor
0 Likes
469

I want to know how to use interfaces in ABAP oops with an example.

1 ACCEPTED SOLUTION
Read only

gerd_rother
Active Participant
0 Likes
441

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

2 REPLIES 2
Read only

gerd_rother
Active Participant
0 Likes
442

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

Read only

matt
Active Contributor
0 Likes
441

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.