‎2013 Nov 13 5:17 AM
It is mandatory to write END-OF-SELECTION event in Reports....without END-OF-SELECTION event,can we call RESUE_ALV_GRID_DISPLAY
‎2013 Nov 13 5:20 AM
‎2013 Nov 13 5:26 AM
‎2013 Nov 13 5:32 AM
How the Event will help to our Report...Is it possible to cal FM without write END-OF-SELECTION event....
‎2013 Nov 13 5:21 AM
Hi Rajesh ,
Yes you can use Resuse_ALV_GRID_DISPLAY without END-OF-SELECTION event.
Regards,
Shiv
‎2013 Nov 13 5:29 AM
‎2013 Nov 13 5:31 AM
Hii Rajesh,
No ! It's not mandatory to write END-OF-SELECTION event.
Yes.You can call FM 'REUSE_ALV_GRID_DISPLAY' without writing END-OF-SELECTION.
But make sure it's not before START-OF-SELECTION which is the default event always after START-OF-SELECTION event.
regards
Syed
‎2013 Nov 13 5:34 AM
‎2013 Nov 13 5:32 AM
Hi rajesh,
Yes, you can write the fm RESUSE_ALV_GRID_DISPLAY without end-of-selection event. You can also refer the programs in " SLIS " package . It has all the standard report program regarding alv , this will give you a better understanding .
Regards,
Sivaganesh
‎2013 Nov 13 5:35 AM
Hi rajesh, I never found it mandatory to write end-of-selection in reports..you can use reuse_alv with out that too...
‎2013 Nov 13 6:32 AM
Hi Rajesh,
I think it is not mandatory ! But wen u write select queries it always interact with the database throughout the program to access data to display output..so by writing end-of-selection we can come out from database after picking data to internal table avoiding frequent interaction with database will increase performance ...yes we can call reuse_alv_grid_display without writing end-of-selection!!
Thanks & Regards,
kishore