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

INTERACTIVE SALV

Former Member
0 Likes
940

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

5 REPLIES 5
Read only

Former Member
0 Likes
743

Hi,

Check dis...[http://www.sapdev.co.uk/reporting/alv/alvgrid.htm]

Cheers,

Will.

Read only

0 Likes
743

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

Read only

Former Member
0 Likes
743

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

Read only

RoySayak
Active Participant
0 Likes
743

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

Read only

Former Member
0 Likes
743

thanks..