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 layout selection

Shky
Product and Topic Expert
Product and Topic Expert
0 Likes
366

Hi

I have a application in which there are 2 ALVs: ALV1 in screen1, ALV2 in screen2(pop up from screen1).

I save the layout of ALV1 as Layout1 and the layout of ALV2 as Layout2.

Now if I click on "select Layout" in the ALV toolbar, the selection shows both Layout1 and Layout2.

But I want to see only Layout1 when I select layout from screen1, and only Layout2 when I select layout from screen2.

Is this possible? Or is this the standard behavior to show all the layouts of an application.

Thanks and regards,

Shalini

1 ACCEPTED SOLUTION
Read only

franois_henrotte
Active Contributor
0 Likes
317

this is the standard behavior to show all the layouts

but in the key of layouts you can add a "handle" which is numeric so that you can have different layouts on different grids

so you have to assign the full key (with handle) to each grid in order to maintain separate layouts

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
318

this is the standard behavior to show all the layouts

but in the key of layouts you can add a "handle" which is numeric so that you can have different layouts on different grids

so you have to assign the full key (with handle) to each grid in order to maintain separate layouts