Ashg1402
Contributor
Member since ‎01-31-2014

User Statistics

  • 248 Posts
  • 22 Solutions
  • 0 Kudos given
  • 16 Kudos received

User Activity

Hello all,This is the 3rd part of event handling in ABAP OOPS. In my previous documents ( Simple event handling in ABAP OOPS / Simple event handling in ABAP OOPS Part 2 ), I showed about the working of global events and local event.  In first documen...
Hello all,          In my other document ( Simple event handling in ABAP OOPS ) I showed how to use the standard events which are present in standard classes (for ex. cl_gui_alv_grid). Sometimes we create our programs or reports by using our own cus...
Introduction: - This document is to show how to make a simple interactive report in OOPS by using event 'HOTSPOT_CLICK' present in standard sap class 'CL_GUI_ALV_GRID'.               I have taken a scenario of displaying the PO (Header and Item) data...