‎2011 Dec 06 11:56 AM
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,
‎2011 Dec 06 12:18 PM
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]
‎2011 Dec 06 12:18 PM
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]
‎2011 Dec 06 12:20 PM
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.
‎2011 Dec 07 4:53 AM
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