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 Layout problem

Former Member
0 Likes
684

I have define a form layout on the first screen (ALV) of my program then the program call another screen, the same layout is applied to the new screen 0200 (ALV). I don't want the same layout been applied to the new screen. What is my problem?

Regards,

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
483

Hi,

you have to use the handle parameter in IS_VARIANT.

Check this wiki by Clemens [Create unique handle for ALV layout (variant)|http://wiki.sdn.sap.com/wiki/display/Snippets/CreateuniquehandleforALVlayout%28variant%29]

3 REPLIES 3
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
484

Hi,

you have to use the handle parameter in IS_VARIANT.

Check this wiki by Clemens [Create unique handle for ALV layout (variant)|http://wiki.sdn.sap.com/wiki/display/Snippets/CreateuniquehandleforALVlayout%28variant%29]

Read only

Former Member
0 Likes
483

Hi,

Don't apply same layout to two screen.Instead of that you have to maintain another container for the layout of new screen(200).call that screen.I hope u r problem will be solved.

Read only

Former Member
0 Likes
483

Hi Daniel ,

Your problem can be solved by the following ways,

For example : you have 2 screens , screen 200 and screen 201 .

1)Go to T code SE51 , for 1st screen number 200. you create/drag a custom container as per your desired size.

2) For the same program now for the second screen 201 , you create/drag a custom container as per second screen requirement ,it should not same like 1st screen size (To see the difference between 1st and 2nd screens).

With this you can solve your problem

Regards,

Saravana.S