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

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

Peter_Inotai
Active Contributor
0 Likes
795

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
Read only

0 Likes
655

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

Read only

Former Member
0 Likes
655

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

Read only

Peter_Inotai
Active Contributor
0 Likes
655

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

Peter