2010 May 24 11:40 AM
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.
2010 May 24 12:08 PM
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
2010 May 24 12:24 PM
My recommendation is to read the forum rules and the sticky threads at the top of this forum.
matt