cancel
Showing results for 
Search instead for 
Did you mean: 

Event Handler in sap crm

Former Member
0 Kudos

Hi,

    I am new to the crm. I want to know about the EVENT HANDLER. Please give examples about the event handler .

Regards,

Ravi S.

Accepted Solutions (0)

Answers (2)

Answers (2)

venkata_bharath
Participant
0 Kudos

Hi Ravi,

Refer the below link for GUI Event handlers.

http://www.sapgeek.net/2009/10/sap-crm-event-handler/

Thanks & Regards

Venkat

venkata_bharath
Participant
0 Kudos

Hi Ravi,

A event handler is a method, it triggers required action which we defined in that method.

For example take the standard save button on Web UI.

After clicking the save button for saving there will be a event will be triggered.

In this example we taken save button this has an event with a name EH_ONSAVE.

Generally a event handler starts with the name EH_ONXXXX.

Thanks & Regards

Venkat

Former Member
0 Kudos

Hi Venkat,

                 Ya i know about web ui, but i want to know the event handlers in GUI.

Regards,

Ravi S

Former Member
0 Kudos

HI Ravi,

   Where you found Event Handler in GUI, can you please say the location.

acoording to that i can explain.

Regards.

Ron

Former Member
0 Kudos

Hi Rohan,

               In the t code crmv_event we found the event handlers.

Former Member
0 Kudos

Hi Ravi,

  Sorry for the Late response,

   the events what we see in "CRMV_EVENT" i guess, are the standard Events which come in defaut

with any transaction. Ex: Select any transaction and click on the " Call back Event " button you can see all the standard events meant for that particular Transaction.

What is special about this feature in One Order Framework is that you can add custom code in these standard Event handlers.

In WEB Ui we ceate our custom events  where as in GUI for Standard Events we add custom code.

You can refer to this Link. for shory Description.

http://blog.acorel.nl/2011/08/adding-functions-to-events-using.html.

Thank You & Regards

Ron.