cancel
Showing results for 
Search instead for 
Did you mean: 

Event handler as a method. How ?? ( WD for ABAP)

Former Member
0 Kudos

Hi All,

Can you tell me how i can use an event handler as a method. I mean i use the wizard and get the parameter list to be passed .. but then I dont know what to pass as WDEVENT. I am trying to call this within another method.

Regards,

Anoop

Message was edited by: Anoop Singh Saini

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In WD Java, I would create a separate method and call that from the event handler and from wherever you need to.

I think in WD ABAP you can do the same.

Armin

Former Member
0 Kudos

Hi Armin,

I did same and got the issue resolved. But still I would like to know if i can specify the WDEVENT name explicitly while calling this event handler as a normal method ??

Regards,

Anoop

Former Member
0 Kudos

Hello Anoop,

did you have a look at the event and event handler documentation?

http://help.sap.com/saphelp_nw2004s/helpdata/en/eb/ed6f4169e25858e10000000a1550b0/frameset.htm

Regards, Heidi

Former Member
0 Kudos

A good link indeed. I used to refer this for UI element related issues but for concepts I never thought if I should refer this. But i guess i was wrong.

Thanks Heidi.

Regards,

Anoop