Application Development and Automation 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: 
Read only

QUESTION FOR REPORTS

Former Member
0 Likes
1,157

It is mandatory to write END-OF-SELECTION event in Reports....without END-OF-SELECTION event,can we call RESUE_ALV_GRID_DISPLAY

10 REPLIES 10
Read only

paul_bakker2
Active Contributor
0 Likes
987

Are you asking us or telling us?

Read only

0 Likes
987

i am asking sir

Read only

0 Likes
987

How the Event will help to our Report...Is it possible to cal FM without write END-OF-SELECTION event....

Read only

Former Member
0 Likes
987

Hi Rajesh ,

                    Yes you can use Resuse_ALV_GRID_DISPLAY without END-OF-SELECTION event.

Regards,

Shiv

Read only

0 Likes
987

Thank u Shiva

Read only

Former Member
0 Likes
987

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

Read only

0 Likes
987

Thank u Sir.

Read only

sivaganesh_krishnan
Contributor
0 Likes
987

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

Read only

Former Member
0 Likes
987

Hi rajesh, I never found it mandatory to write end-of-selection in reports..you can use reuse_alv with out that too...

Read only

Former Member
0 Likes
987

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