‎2007 May 21 10:39 AM
hi all,
In CALL FUNCTION REUSE_ALV_GRID_DISPLAY, i have pass this parameter
EXPORTING
it_event_exit = g_event_exit.
is there any parameter which is similar to these in SET_TABLE_FOR _FIRST _DISPLAY using oops.
thanks,
Padma.
‎2007 May 21 10:41 AM
Hi Padmasri,
You have to declare the events and then handle them using eventhandler in OOPS>>>>
Regards,
Jayant
‎2007 May 21 10:47 AM
Hi,
there is no parameter with in the method SET_TABLE_FOR _FIRST _DISPLAY to handle events.
but u can gor for another method LIST_PROCESSING_EVENTS ,SET_USER_COMMAND (for usercommands) , where u can handle some events
Revrt back if nay issue
Reward with points if helpful.
Regards
Naveen
Message was edited by:
Naveen Deva
‎2007 May 21 10:47 AM
Hello Padma
Search the <i>ABAP Objects</i> forum for my sample reports (beginning with <b>ZUS_SDN</b>). All of them contain at least one example of OO-based event handling. These are <u>simplified </u>reports showing the only the crucial points of event handling.
Regards
Uwe
‎2007 May 21 11:21 AM
Hi,
There is no such parameter in the method SET_TABLE_FOR _FIRST DISPLAY. U need to handle the events. U can learn how to handle events by looking at the standard program 'BCALVTEST_GRID_EVENTS'.