cancel
Showing results for 
Search instead for 
Did you mean: 

Does Web Dynpro support adding Enhancement Points/Sections

Former Member
0 Kudos

Hi,

Can someone answer whether the ABAP Web Dynpro framework is supposed to support add enhancement points/sections to code within a component method?

Cheers

Michael Arter

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi there,

So I'm assuming you can't add your own explicit enhancement sections within the method code?

Also where do you assign the overwrite exit method. I can see the interface where you can add pre/post exit methods but can't see where you can assign an overwrite method.

Michael

Former Member
0 Kudos

hi,

check out this link :

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/c21ba177be3376e10000000a421937/frameset.htm

also check out the foll post:

hope this will surely help you!!!

Thanks & regards,

Punit Raval.

Edited by: punit raval on Jul 9, 2009 10:53 AM

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>So I'm assuming you can't add your own explicit enhancement sections within the method code?

Because of the way WD methods are dynamically hooked into the generated classes, you canu2019t use source code enhancements. You can only use the pre, post and overwrite method enhancements.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use pre-exit, post exit and overwrite exit methods to modify methods of standard WD component.

You may use the little swirlly icon to go into enhancment mode, and once you are in enhancement mode, you will get additional columns in the methods tab of the controller. Here you can create Pre and Post exits for the methods.

Regards,

Runal