cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement Implementation in standard WebDynPro

Former Member
0 Kudos

Hi,

I would like to add a piece of code to an existing SAP standard WebDynPro ABAP Component View Controller method.

I have created the enhancement but I dont know how I can i implement the same to add the code in the same.

Do I need the object keys!!

Can anyone please help me out.

Best Regards

Sid

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U does not need the object key for enhancements.

When u are in enhnacement mode, then in the methods tab of view u can see the Pre-exit and post-exit for all the methods.

Pre-exit run's befor the method and post-exit run's after method.

U can follow this link also.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/c5/f4b9422e0fb911e10000000a1550b0/frameset.htm

Regards,

Pankaj Aggarwal

Former Member
0 Kudos

Hi guys

I have the tried to enhance an existing standard SAP method (in a component controller); i used both the Post-exit and overwrite exit.

It successfully compiles and is activated.

But for some strange reasons at run-time; the standard SAP code is run-time instead of my enhanced version.

Use are using SAP_basis 701 level 4.

Any idea why? Is there any other steps i need to take?

Kind regards

John

Answers (1)

Answers (1)

Former Member
0 Kudos

Enhancement framework allows to add your code at :

1. Post-exit of existing method.

2. Pre-exit of existing method.

Once you are in enhancement mode , you will see all these methods for each of the existing methods in standard component.