<?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 issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-issue/m-p/3452275#M829396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am displaying alv grid and then if i am clicking on standard back button it is showing other blank screen instead of selection screen, if i press again the back button it is moving to the selection screen what is  the solution for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2008 15:36:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-20T15:36:45Z</dc:date>
    <item>
      <title>alv grid issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-issue/m-p/3452275#M829396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am displaying alv grid and then if i am clicking on standard back button it is showing other blank screen instead of selection screen, if i press again the back button it is moving to the selection screen what is  the solution for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 15:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-issue/m-p/3452275#M829396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T15:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: alv grid issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-issue/m-p/3452276#M829397</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;Can u please paste the piece code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 15:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-issue/m-p/3452276#M829397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T15:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: alv grid issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-issue/m-p/3452277#M829398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Did you copy the Standard ALV Menu?&lt;/P&gt;&lt;P&gt;If not do like this.&lt;/P&gt;&lt;P&gt;SE80 -&amp;gt;function group -&amp;gt; SALV -&amp;gt; Right click on GUI status -&amp;gt;&lt;/P&gt;&lt;P&gt;copy STANDARD menu to your progarm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do any modification in that menu, go to SE41 -&amp;gt; do the changes and activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this Form for setting PF-status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM set_pf_status1 USING rt_extab TYPE slis_t_extab.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'MENU' excluding rt_extab.      "Copy from SALV .&lt;/P&gt;&lt;P&gt;ENDFORM.     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandeep Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 15:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-issue/m-p/3452277#M829398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T15:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: alv grid issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-issue/m-p/3452278#M829399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rocky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you must have a TOP-OF-PAGE declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove this and your problem should be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else you have a write statement within your END-OF-SELECTION and somewhere after you write your ALV to the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't work, post your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 15:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-issue/m-p/3452278#M829399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T15:59:33Z</dc:date>
    </item>
  </channel>
</rss>

