<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ALV Grid Layout problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/8365239#M1641479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2011 11:56:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-06T11:56:37Z</dc:date>
    <item>
      <title>ALV Grid Layout problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/8365239#M1641479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 11:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/8365239#M1641479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T11:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid Layout problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/8365240#M1641480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to use the handle parameter in IS_VARIANT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this wiki by Clemens [Create unique handle for ALV layout (variant)|http://wiki.sdn.sap.com/wiki/display/Snippets/Create&lt;EM&gt;unique&lt;/EM&gt;handle&lt;EM&gt;for&lt;/EM&gt;ALV&lt;EM&gt;layout&lt;/EM&gt;%28variant%29]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 12:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/8365240#M1641480</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-12-06T12:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid Layout problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/8365241#M1641481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 12:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/8365241#M1641481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T12:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid Layout problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/8365242#M1641482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your problem can be solved by the following ways,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example : you have 2 screens , screen 200 and screen 201 .&lt;/P&gt;&lt;P&gt;1)Go to T code SE51 , for 1st &lt;STRONG&gt;screen number 200&lt;/STRONG&gt;. you create/drag a custom container as per your desired size.&lt;/P&gt;&lt;P&gt;2) For the same program now for the second  &lt;STRONG&gt;screen 201&lt;/STRONG&gt; , 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).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this you can solve your problem &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saravana.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 04:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/8365242#M1641482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-07T04:53:06Z</dc:date>
    </item>
  </channel>
</rss>

