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

Problem in Interactive SALV : Urgent

Former Member
0 Likes
414

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

2 REPLIES 2
Read only

Former Member
0 Likes
397

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.

Read only

0 Likes
397

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