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

Display 2 outputs using ALV

Former Member
0 Likes
534

Hi all,

I am doing an ALV report using grid display. I have 2 internal tables and i am using radio buttons to display the 2 internal tables separately. Now i want to create some link in the grid display itself where i can switch between 2 outputs. Can anyone give me a solution for this. Thanx in advance.

Regards,

Karthik

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
504

How to use the events

You pobably can think of displaying multiple grids at the same time on the screen.

Detailed examples are here

http://www.geocities.com/mpioud/Abap_programs.html

Specific to your case

http://www.geocities.com/mpioud/Z_DEMO_2_ALV_LIST.html

Regards,

Ravi

Note - Please mark all the helpful answers

Hi all,

I am doing an ALV report using grid display. I have 2 internal tables and i am using radio buttons to display the 2 internal tables separately. Now i want to create some link in the grid display itself where i can switch between 2 outputs. Can anyone give me a solution for this. Thanx in advance.

Regards,

Karthik

2 REPLIES 2
Read only

Former Member
0 Likes
505

How to use the events

You pobably can think of displaying multiple grids at the same time on the screen.

Detailed examples are here

http://www.geocities.com/mpioud/Abap_programs.html

Specific to your case

http://www.geocities.com/mpioud/Z_DEMO_2_ALV_LIST.html

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
504

Hi Karthik:

OO alv is a good way to solve your request.