Application Development 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: 

Aspect-oriented programming in ABAP - Did anyone try it?

Peter_Inotai
Active Contributor
0 Kudos

Did anyone try <a href="http://en.wikipedia.org/wiki/Aspect-oriented_programming">Aspect-oriented Programming</a> in ABAP?

I'm just curious....

Peter

1 ACCEPTED SOLUTION
4 REPLIES 4

0 Kudos

Hi Ravi,

I also found a tons of info about this in the net, but none of them ABAP specific.

As far as I know there is no ABAP specific tool to support this concept.

When I have some more time, I'll try to implement the examples in ABAP to understand the concept.

Regards,

Peter

Former Member
0 Kudos

HI

GOOD

YOU CAN GO THROUGH THIS LINKS WHICH CONTAIN DETAIL INFORMATION REGARDING THE ASPECT ORIENTED PROGRAMMING

http://www.absoluteastronomy.com/enc3/aspectj1

http://www.ispras.ru/%7Eknizhnik/goods.html

http://whatis.techtarget.com/definition/0,,sid9_gci213777,00.html

THANKS

MRUTYUN

Peter_Inotai
Active Contributor
0 Kudos

<a href="/people/achim.bangert/blog/2006/08/02/dynamic-proxies-in-abap proxies in ABAP weblog</a> explains a possible approach.

Peter