Application Development 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: 

How to handle Events in OO abap.

Former Member
0 Kudos
100

Hii all as im new to SAP and ABAP , i want to know , what are events all about and how to handle events?

Like how to guide double click to call a transaction , or to create a hot sopt and then , calling the transaction...........

Please Help.

2 REPLIES 2

Clemenss
Active Contributor
0 Kudos
55

Hi Chandan,

possibly you are not just new to ABAP but new to obeject oriented programming in general. In oo, you use events to trigger methods that are registered as 'listeners' for the event.

As I have no idea on your current knowledge, I don't know what I could recommend to start with.

My personal approach is first to have a task I want to complete and then find and understand the methods to get there.

Regards,

Clemens

matt
Active Contributor
0 Kudos
55

My recommendation is to read the forum rules and the sticky threads at the top of this forum.

matt