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

ALV grid display

Former Member
0 Likes
665

Hi Senior ABAP folks,

How can I display ALV grid by different sections?

I have three different internal tables ,I want to display all the three internal tables on one page with three different ALV grids as sections .

Now i can able to display only one section .

Please let me know how is it possible.

Thanks in advance .

Jaga.

Hi Senior ABAP folks,

How can I display ALV grid by different sections?

I have three different internal tables ,I want to display all the three internal tables on one page with three different ALV grids as sections .

Now i can able to display only one section .

Please let me know how is it possible.

Thanks in advance .

Jaga.

5 REPLIES 5
Read only

Former Member
0 Likes
644

Hi,

Create a screen & place 3 containers. Use OO-ALV to pass the data to 3 containers.

BCALV_GRID_DEMO is the sample program.

Best regards,

Prashant

Read only

Former Member
0 Likes
644

Hi,

Try to create 3 container areas on the screen and then call the ALV grid display using the method : SET_TABLE_FOR_FIRST_DISPLAY...

This will display 3 ALV grids on the screen and at a different areas

Regards

Shiva

Read only

Former Member
0 Likes
644

Hi,

Please refer SAP standard demo Program as BCALV*.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
644

try creating multiple containers on the same screen and then using different ALV objects to have different ALVs...

Read only

Former Member
0 Likes
644

Hi,

You can create three different containers on the screen.

And display three different ALV