<?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 error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-error/m-p/3472667#M834707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jijo,&lt;/P&gt;&lt;P&gt;           Declare a flag variable ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: GV_FLAG TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then put this folowing pseudo code and it will work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF GV_FLAG IS INITAL.&lt;/P&gt;&lt;P&gt;MESSAGE 'XSYZ'.&lt;/P&gt;&lt;P&gt;GV_FLAG = 'X'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then what it will do is the status message when it is displayed for first time the Flag is set to ''X' and as the flag is set once the code will not execute again to show the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2008 07:38:49 GMT</pubDate>
    <dc:creator>former_member182354</dc:creator>
    <dc:date>2008-03-12T07:38:49Z</dc:date>
    <item>
      <title>Alv grid error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-error/m-p/3472666#M834706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;I have simple issue in alv grid,&lt;/P&gt;&lt;P&gt;I have designed an alv grid, by default it has scroll bars.&lt;/P&gt;&lt;P&gt;when i scroll the alv grid, the last executed status message (ie in pai) is executed on every page and the message shows in &lt;/P&gt;&lt;P&gt;the status bar on every scroll...&lt;/P&gt;&lt;P&gt;how can i avoid this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 07:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-error/m-p/3472666#M834706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T07:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Alv grid error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-error/m-p/3472667#M834707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jijo,&lt;/P&gt;&lt;P&gt;           Declare a flag variable ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: GV_FLAG TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then put this folowing pseudo code and it will work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF GV_FLAG IS INITAL.&lt;/P&gt;&lt;P&gt;MESSAGE 'XSYZ'.&lt;/P&gt;&lt;P&gt;GV_FLAG = 'X'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then what it will do is the status message when it is displayed for first time the Flag is set to ''X' and as the flag is set once the code will not execute again to show the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 07:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-error/m-p/3472667#M834707</guid>
      <dc:creator>former_member182354</dc:creator>
      <dc:date>2008-03-12T07:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alv grid error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-error/m-p/3472668#M834708</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;actually i put a break point on that message, but the statement is executing only once, not all every scrolls &lt;/P&gt;&lt;P&gt;but the status message shows every scrolls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your code wont work because the message statement doesnt work everytime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 07:51:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-error/m-p/3472668#M834708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T07:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alv grid error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-error/m-p/3472669#M834709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;I got the same error, can you share the solution? (your question is answered)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Sinh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 08:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-error/m-p/3472669#M834709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-01T08:05:09Z</dc:date>
    </item>
  </channel>
</rss>

