Application Development 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: 

Two AlV Grids in a single screen

Former Member
0 Kudos

I want to bring two ALV GRIDS in a single report output screen.How can i achieve this through Classical coding( not OBJECT ORIENTED ). If possible please provide with codes.

thanks,

Venkat

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

you may check

[two ALV GRId in one list|http://sample-code-abap.blogspot.com/2008/06/displaying-two-alv-grid-on-screen.html]

for ur solution.

Regards,

Anirban

10 REPLIES 10

Former Member
0 Kudos

please check system code 'BALVBT01', i think that only 'ALV LIST' NOT 'ALV GRID'

0 Kudos

ya thats ALV LIST not ALV GRID.but my specific req was to give the output in ALVGRID.

Former Member
0 Kudos

Hi,

ALV list is possible using (blocked list Fuction modules) for displaying two ALV grids in one report its not possible

Regards

Ramakrishna Pathi

Former Member
0 Kudos

hi,

you may check

[two ALV GRId in one list|http://sample-code-abap.blogspot.com/2008/06/displaying-two-alv-grid-on-screen.html]

for ur solution.

Regards,

Anirban

0 Kudos

Hey Anirban,

With your Sample i was able to Create two alv's . I will try to implement it in my program.

Former Member
0 Kudos

Hi,

Using the ALV function module you cannot acheive this. You need to use the ALV Oop's Concept with container split. Then you can acheive.

uwe_schieferstein
Active Contributor
0 Kudos

Hello Venkat

I agree that using fm's this is an almost impossible task whereas using OO-based ALV lists it is just a piece of cake.

For a sample have a look at report ZUS_SDN_TWO_ALV_GRIDS in thread

or report ZUS_SDN_THREE_ALV_GRIDS in thread

Regards

Uwe

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Create two custom containers for 2 Grids.

For more info refer this link:-

Regards,

Joan

0 Kudos

Dear john,

is it possible to get the full coding for the sample given by Judith Jessie ??

thanks,

Venkat