<?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 Re: 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/2910163#M684758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like u r using the same field catalog for both the ALVs..&lt;/P&gt;&lt;P&gt;Try using different ALVs and ur problem will be solved..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Shakir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2007 10:27:07 GMT</pubDate>
    <dc:creator>abdulazeez12</dc:creator>
    <dc:date>2007-10-11T10:27:07Z</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/2910161#M684756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I generating 2 alv reports within a program.In the selection screen there are 2 radio buttons for different alv reports. First i selected the 1st radio button and executed the prog to get a alv report.Then i went to change layout and selected the required columns from the columns set and then saved the layout as the default layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I came back to the selection screen again.Then i selected the 2nd radio button and executed the program.Here the program is again taking the default layout (even though i didn't any lauyout in the selection screen )and generating the alv report according to that.But i don't want to use the default layout when i select the 2nd radio button,unless i select it from the variant list.How can i do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 10:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/2910161#M684756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T10:24:23Z</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/2910162#M684757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use tow different fieldcatalogs and also two different alv grid and see.please try ....&lt;/P&gt;&lt;P&gt;clear the variant when u call second time for the other radio button..&lt;/P&gt;&lt;P&gt;clear : wa_variant1.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_save        = c_save&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      cs_variant    = wa_variant1&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      wrong_input   = 1&lt;/P&gt;&lt;P&gt;      not_found     = 2&lt;/P&gt;&lt;P&gt;      program_error = 3&lt;/P&gt;&lt;P&gt;      OTHERS        = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 10:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/2910162#M684757</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-10-11T10:26:53Z</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/2910163#M684758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like u r using the same field catalog for both the ALVs..&lt;/P&gt;&lt;P&gt;Try using different ALVs and ur problem will be solved..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Shakir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 10:27:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/2910163#M684758</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2007-10-11T10:27:07Z</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/2910164#M684759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*Try using different field catalogues and ur problem will be solved!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 10:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/2910164#M684759</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2007-10-11T10:28:20Z</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/2910165#M684760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;populate different values for the field &amp;lt;b&amp;gt;is_variant-handle&amp;lt;/b&amp;gt; when you change the radio buttons&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 10:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/2910165#M684760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T10:42:10Z</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/2910166#M684761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all ur replies.Actually i m using function module REUSE_ALV_FIELDCATALOG_MERGE and passing a standard structure.i m using this same funtion module for both alv displays.I can't use different filedcatalogues for both.For second alv i m filtering the fieldcatalogue with some conditions and displaying it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 10:51:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/2910166#M684761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T10:51:12Z</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/2910167#M684762</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;Check whether same fieldcatalog or layout or variant have been used for both the screens. And make sure those are clerared before going to second one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 10:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout-problem/m-p/2910167#M684762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T10:55:28Z</dc:date>
    </item>
  </channel>
</rss>

