‎2008 Feb 04 8:37 AM
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..
Regards,
Arun
‎2008 Feb 04 8:40 AM
Hi,
Check dis...[http://www.sapdev.co.uk/reporting/alv/alvgrid.htm]
Cheers,
Will.
‎2008 Feb 04 9:10 AM
Hi there
That link refers only to using FUNCTION MODULES. I think the OP wanted OO type concepts.
Unfortunately the SALV class doesn't alow editing however you can do things like cell selection etc etc.
For editable Grids you need to use the CL_GUI_ALV_GRID class. Loads of examples can be found in the ABAP OO forum or the ABAP UI Forum.
As soon as you see any SLIS type function modules ignore that code as that is the OLD DEPRECATED (I.e Obsolete) methhod of coding Grid applications.
You are definitely on the right track in wanting to use OO.
Look also at BCALV* sample reports on your system and search for applications etc in SE80 of type SALV.
Cheers
jimbo
‎2008 Feb 04 8:53 AM
Hi,
Use the class CL_SALV_DRAG_DROP
<REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>
Cheers,
Chandra Sekhar.
Edited by: Alvaro Tejada Galindo on Jan 8, 2009 4:33 PM
‎2008 Feb 04 8:56 AM
Hi Arun,
Go through this program: SALV_DEMO_TABLE_EVENTS
It is very helpful....
<REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>
thanks
Sayak..
Edited by: Alvaro Tejada Galindo on Jan 8, 2009 4:33 PM
‎2009 Jan 08 9:22 PM