<?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: Control ALV: Problem with Fieldcat buffer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538449#M245511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh man...i did activated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2006 17:46:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-01T17:46:37Z</dc:date>
    <item>
      <title>Control ALV: Problem with Fieldcat buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538447#M245509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have developed an ALV report using grid controls.&lt;/P&gt;&lt;P&gt;However when i change the fieldcatalog(moving coloumns order and so....) and run again i dont see the effect on the list. I tried logging off and in but still same problem. Also is passed below buffer parameters also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the issue with controls?&lt;/P&gt;&lt;P&gt;Any hint/ideas greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD GRID_100-&amp;gt;SET_TABLE_FOR_FIRST_DISPLAY&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        I_BYPASSING_BUFFER            = 'X'&lt;/P&gt;&lt;P&gt;        I_BUFFER_ACTIVE               = ' '&lt;/P&gt;&lt;P&gt;        IS_VARIANT                    = gv_variant&lt;/P&gt;&lt;P&gt;        I_SAVE                        = gv_save&lt;/P&gt;&lt;P&gt;        IS_LAYOUT                     = x_layout&lt;/P&gt;&lt;P&gt;      CHANGING&lt;/P&gt;&lt;P&gt;        IT_OUTTAB                     = &amp;lt;gt_table&amp;gt;&lt;/P&gt;&lt;P&gt;        IT_FIELDCATALOG               = it_fieldcat[]&lt;/P&gt;&lt;P&gt;        IT_SORT                       = it_sortcat[]&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        INVALID_PARAMETER_COMBINATION = 1&lt;/P&gt;&lt;P&gt;        PROGRAM_ERROR                 = 2&lt;/P&gt;&lt;P&gt;        TOO_MANY_LINES                = 3&lt;/P&gt;&lt;P&gt;        others                        = 4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 17:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538447#M245509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T17:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Control ALV: Problem with Fieldcat buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538448#M245510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you activated your code after did changes to it??&lt;/P&gt;&lt;P&gt;If not make it active and test once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 17:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538448#M245510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T17:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Control ALV: Problem with Fieldcat buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538449#M245511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh man...i did activated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 17:46:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538449#M245511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T17:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Control ALV: Problem with Fieldcat buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538450#M245512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj, please make sure a layout variant is not being applied to the output either internally in the program or when the ALV is display.  Check layout manangement for any "Default" layouts.  This could be your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich HEilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 17:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538450#M245512</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-09-01T17:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Control ALV: Problem with Fieldcat buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538451#M245513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there you go....thanks Rich Abap Man &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 18:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538451#M245513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T18:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Control ALV: Problem with Fieldcat buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538452#M245514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah ha!!!!!   I knew it.  I have seen this a couple times before and it always comes down to a default variant faking you out.  I remember this because, I had this same problem, it took me 2 days and countless head--&amp;gt;wall sessions before it clicked.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad it worked out for ya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 18:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538452#M245514</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-09-01T18:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Control ALV: Problem with Fieldcat buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538453#M245515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just wanna let everyone know that &amp;lt;b&amp;gt;today&amp;lt;/b&amp;gt; i suffered the same and exactly issue like in this entry. It was really causing me to bang my head -&amp;gt; wall like Rich....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't see my result after i insert a new column and move a column... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yeah, guys out there, when you move your ALV fieldcat... make sure you check your layout management tooo...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise you go around the world to look what's going on!....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;phew... thanks to this post... oh god!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;william wilstroth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 03:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-alv-problem-with-fieldcat-buffer/m-p/1538453#M245515</guid>
      <dc:creator>Wil_Wilstroth</dc:creator>
      <dc:date>2006-11-30T03:22:33Z</dc:date>
    </item>
  </channel>
</rss>

