Application Development 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: 

how can each group in ALV in a different page ?

Former Member
0 Kudos

hi

i am creating my alv report using method cl_salv_table =>factory.

this alv display the workers in a department and it is sort by pernt and department number

i want it to dispaly each deartment and its workers in a DIFFERENT PAGE .

how can i do that ?

Ami

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

u need to develop an interactive alv report..on double click of a field like department number the secondary alv list is generated..

use the class CL_SALV_EVENTS.

use the methods like double_click and pass the selected fieldname to the method, this intern generates a secondary alv list on different page with selected field.

This will work...

try out!

thanks

1 REPLY 1

Former Member
0 Kudos

Hi,

u need to develop an interactive alv report..on double click of a field like department number the secondary alv list is generated..

use the class CL_SALV_EVENTS.

use the methods like double_click and pass the selected fieldname to the method, this intern generates a secondary alv list on different page with selected field.

This will work...

try out!

thanks