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

Set Handler

Former Member
0 Likes
388

Hi,

I have a program which calls a method of a class which is used for sending out mails in HTML format .Suppose that method is M1.

In the method M1 it calls another method M2 in which it is setting handler for an event .The code inside the event is sending out the mail in the desired format.

My doubt is , will this shoots out mails if initially the SET Handler is done for the event.

Please let me know the significance of SET HANDLER.

Thanks,

Neeraj

1 ACCEPTED SOLUTION
Read only

bpawanchand
Active Contributor
0 Likes
355

Hi

To link the EVENT to EVENT HANDLER we use SET HANDLER .

Check this Example

http://help.sap.com/saphelp_nw04/helpdata/en/53/414326127f11d3b9390000e8353423/frameset.htm

Regards

Pavan

1 REPLY 1
Read only

bpawanchand
Active Contributor
0 Likes
356

Hi

To link the EVENT to EVENT HANDLER we use SET HANDLER .

Check this Example

http://help.sap.com/saphelp_nw04/helpdata/en/53/414326127f11d3b9390000e8353423/frameset.htm

Regards

Pavan