2008 Feb 04 12:14 PM
Hi all,
I am developing an ALV report using SALV concepts..
My requirement is that when i select multiple rows of the ALV generated and if i click on a Use Command Button say 'Display'
i need to show one more ALV with some fields of the previous ALV...I amusing the SALV concep of designing ALV's.
Please suggest how these can be achieved..
Itz an urgent issue..
Regards,
Arun
Hi all,
I am developing an ALV report using SALV concepts..
My requirement is that when i select multiple rows of the ALV generated and if i click on a Use Command Button say 'Display'
i need to show one more ALV with some fields of the previous ALV...I amusing the SALV concep of designing ALV's.
Please suggest how these can be achieved..
Itz an urgent issue..
Regards,
Arun
2008 Feb 04 12:24 PM
Hi,
1) for this u hav 2 define a Pf-status for ur ALV
[http://www.sapdev.co.uk/reporting/alv/alvgrid_pfstatus.htm]
in that pf-status make a button display with some func code 'DISP'.
2) now when u press this button u hav to display another ALV for this see
[http://www.sapdev.co.uk/reporting/alv/alvgrid_ucomm.htm]
with in
case
when 'DISP'.
perform display_sec_alv.
endcase.
Cheers,
Will.
2008 Feb 04 12:26 PM
I am not allowd to use classical ALV..
I need to use the SALV concepts..
Please suggest how it can be done by SALV..
Regards,
Arun