cancel
Showing results for 
Search instead for 
Did you mean: 

Pre-exist issue in Webdynpro abap

Former Member
0 Kudos

Hi ,

I have created Enchnacement for standard webdynpro component and i have written the some logic for standard method in Pre-exist.

Can you tell me , How can avoid to trigger the main method after triggering the Pre-exit method.

Regards,

Sri

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sri,

      Please go through the follwing link which gives you better understanding of Exits in WDA

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/dc/e6ba426b81da11e10000000a155106/frameset.htm

http://scn.sap.com/thread/3384743

Regards,

Rajashiva

Former Member
0 Kudos

Hi,

Overwriting  the main method is the correct solution for your problem..

Regards,

Waliullah.

former_member184578
Active Contributor
0 Kudos

Hi,

If you use Pre-Exit, first the Pre-Exit will be executed followed by main method. If you want to avoid execution of main method use Over Write Exit instead of Pre-Exit. Then the main method will be replaced with the over write exit.

Regards,

Kiran