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

Multiple ALV Grid in output

Former Member
0 Likes
2,843

Requirement is to have three ALV grids on output. Further, once data of first grid is over than only the second should appear in output and so on. How to write logic for the same.

thanks

anya

Requirement is to have three ALV grids on output. Further, once data of first grid is over than only the second should appear in output and so on. How to write logic for the same.

thanks

anya

5 REPLIES 5
Read only

Former Member
0 Likes
1,053

hi,

means u need more than one ALV on screen....

If so then u can use block ALV but it will not in Grid it will be simple List....

Read only

Former Member
0 Likes
1,053

Hi Anya,

With alv grid its not possible without Containers,

but it is possible in ALV list , Have a look at sap standard program BALVBT01 .

Reward if it helps,

Regards,

Talwinder

Read only

GauthamV
Active Contributor
0 Likes
1,053

hi,

first select data into first grid ,then with user command u can pick up the remaining two .

Read only

Former Member
0 Likes
1,053

gautam,

pls explain further how to do it. like once all the contents of first table are displayed in ALV Grid 1 then only second should be displayed.

anya

Read only

Former Member
0 Likes
1,053

problem solved through searching on SDN. used following code

very good code.

anya