<?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 Back to selection screen problem? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032429#M1609942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved ....   Need to pass  &lt;STRONG&gt;rs_selfield-exit = 'X'.&lt;/STRONG&gt;   Then it dirctly goes to selection screen instead of previous grid display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  es_exit_caused_by_user TYPE  slis_exit_by_user.&lt;/P&gt;&lt;P&gt;  CASE r_ucomm.&lt;/P&gt;&lt;P&gt;    WHEN comand_to_show_second_grid.&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                i_callback_program      = g_repid&lt;/P&gt;&lt;P&gt;           IMPORTING&lt;/P&gt;&lt;P&gt;                es_exit_caused_by_user  = es_exit_caused_by_user&lt;/P&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;                t_outtab                = second_outtab&lt;/P&gt;&lt;P&gt;           EXCEPTIONS&lt;/P&gt;&lt;P&gt;                program_error           = 1&lt;/P&gt;&lt;P&gt;                OTHERS                  = 2.&lt;/P&gt;&lt;P&gt;      IF NOT es_exit_caused_by_user IS INITIAL.&lt;/P&gt;&lt;P&gt;        rs_selfield-exit = 'X'.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jul 2011 16:30:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-11T16:30:01Z</dc:date>
    <item>
      <title>ALV Back to selection screen problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032423#M1609936</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;Iam using Grid_display , and i kept a PF-Status and calling another grid based on the check box selected . now my output is in second display . when i press back button it should come to the selection screen . i used call selection-screen 1000 . its coming to selection screen . when i press back again its gng back to the 2nd grid , its not gng to the program from selection screen . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to resolve this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 12:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032423#M1609936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-11T12:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Back to selection screen problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032424#M1609937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;in 2nd grid use this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'back'.&lt;/P&gt;&lt;P&gt;leave to current program.&lt;/P&gt;&lt;P&gt;leave to transaction.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 12:11:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032424#M1609937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-11T12:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Back to selection screen problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032425#M1609938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Harita&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried but no luck .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 14:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032425#M1609938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-11T14:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Back to selection screen problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032426#M1609939</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;Remove the call selection screen.Create the transaction for Program and run the program using the t.code.&lt;/P&gt;&lt;P&gt;Try with below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When 'BACK'.&lt;/P&gt;&lt;P&gt;  Call Transaction 'Transaction Name'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(OR).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When 'BACK'.&lt;/P&gt;&lt;P&gt;  Leave to screen 0.&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;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 14:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032426#M1609939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-11T14:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Back to selection screen problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032427#M1609940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried using Leave to screen 0 . but its going back to first grid instead of selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kuladeep reddy on Jul 11, 2011 5:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 14:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032427#M1609940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-11T14:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Back to selection screen problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032428#M1609941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to the "Status" for the program you entered in the PF-Status in SE41 and look for the button code for the green back arrow under the Function Keys (you need to expand it).&lt;/P&gt;&lt;P&gt;In ECC 6.0 it is '&amp;amp;F03' in some statuses it's 'BACK' then use that code in your User command of ALV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 15:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032428#M1609941</guid>
      <dc:creator>sjeevan</dc:creator>
      <dc:date>2011-07-11T15:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Back to selection screen problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032429#M1609942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved ....   Need to pass  &lt;STRONG&gt;rs_selfield-exit = 'X'.&lt;/STRONG&gt;   Then it dirctly goes to selection screen instead of previous grid display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  es_exit_caused_by_user TYPE  slis_exit_by_user.&lt;/P&gt;&lt;P&gt;  CASE r_ucomm.&lt;/P&gt;&lt;P&gt;    WHEN comand_to_show_second_grid.&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                i_callback_program      = g_repid&lt;/P&gt;&lt;P&gt;           IMPORTING&lt;/P&gt;&lt;P&gt;                es_exit_caused_by_user  = es_exit_caused_by_user&lt;/P&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;                t_outtab                = second_outtab&lt;/P&gt;&lt;P&gt;           EXCEPTIONS&lt;/P&gt;&lt;P&gt;                program_error           = 1&lt;/P&gt;&lt;P&gt;                OTHERS                  = 2.&lt;/P&gt;&lt;P&gt;      IF NOT es_exit_caused_by_user IS INITIAL.&lt;/P&gt;&lt;P&gt;        rs_selfield-exit = 'X'.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 16:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-back-to-selection-screen-problem/m-p/8032429#M1609942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-11T16:30:01Z</dc:date>
    </item>
  </channel>
</rss>

