<?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: Back to Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382212#M528904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for reply&lt;/P&gt;&lt;P&gt;i have use call selection-screen 110. but its not working. Actualy when use this and click on back. screen title is being change but output screen is still there. means I have put title "Input " for selection screen and "Output" for report output screen . when i click no back button title being change "Output" to "Input " but I m not getting  selection screen's  input fields . report output is still here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once I have use these codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'BACK'.&lt;/P&gt;&lt;P&gt;Call Selection-screen 110.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and once this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'BACK'.&lt;/P&gt;&lt;P&gt;Call Selection-screen 110.&lt;/P&gt;&lt;P&gt;Leave screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both r not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 10:05:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T10:05:23Z</dc:date>
    <item>
      <title>Back to Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382206#M528898</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 a problem in call screen and leave sreen in my report program.&lt;/P&gt;&lt;P&gt;I have a selection screen '110' for input values and another screen which  i have created in se51 for report output. now i wanna go back output sreen to selection screen without overlapping any screen. I have tried leave screen, call screen, set screen and return to screen on UCOMM Back . but its not working. call screen and set screen gives error because my input screen is selection screen. plz give me any solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 09:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382206#M528898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T09:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Back to Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382207#M528899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you created the screen in SE51 for the same program. if not then use a call screen statement in the report program for that screen and call this report program using the SUBMIT statement from your program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try using LEAVE TO LIST PROCESSING to come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Priyank Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 09:34:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382207#M528899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T09:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Back to Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382208#M528900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If ur screen is an Standard Screen then U can use LEAVE TO LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 09:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382208#M528900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T09:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Back to Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382209#M528901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have your second screen in another program and do a submit report and return. This way you will get back to the calling screen. I think this should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 09:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382209#M528901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T09:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Back to Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382210#M528902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;call selection-screen 110.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 09:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382210#M528902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T09:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Back to Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382211#M528903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can try set screen 110 followed by leave screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 09:43:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382211#M528903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T09:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Back to Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382212#M528904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for reply&lt;/P&gt;&lt;P&gt;i have use call selection-screen 110. but its not working. Actualy when use this and click on back. screen title is being change but output screen is still there. means I have put title "Input " for selection screen and "Output" for report output screen . when i click no back button title being change "Output" to "Input " but I m not getting  selection screen's  input fields . report output is still here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once I have use these codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'BACK'.&lt;/P&gt;&lt;P&gt;Call Selection-screen 110.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and once this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'BACK'.&lt;/P&gt;&lt;P&gt;Call Selection-screen 110.&lt;/P&gt;&lt;P&gt;Leave screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both r not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 10:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382212#M528904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T10:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Back to Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382213#M528905</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;Try like this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My O/P screen number is 9001 &amp;amp; below is my code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PF status  , i have back,exit or cancel on Function Keys &amp;amp; i have not declared OK code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  USER_COMMAND_9001  INPUT
*&amp;amp;---------------------------------------------------------------------*
*       Screen 9001 User Command
*----------------------------------------------------------------------*
module user_command_9001 input.
  set screen 0.
  leave screen.
endmodule.                 " USER_COMMAND_9001  INPUT

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesnt worrk .. try this option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*---------------------------------------------------------------------*
*       MODULE PAI_100 INPUT                                          *
*---------------------------------------------------------------------*
*       ........                                                      *
*---------------------------------------------------------------------*
MODULE pai_100 INPUT.

  CASE ok_code.

    WHEN 'BACK' OR 'CANC' OR 'EXIT'.

      CALL METHOD custom_container1-&amp;gt;free.

      CALL METHOD cl_gui_cfw=&amp;gt;flush.
      CLEAR ok_code.

      SUBMIT zdependent_object_list. &amp;lt;i&amp;gt;&amp;lt;b&amp;gt;[ Here give ur Report Program Name ]&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;

  ENDCASE.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is Useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 10:16:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382213#M528905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T10:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Back to Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382214#M528906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 09:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-selection-screen/m-p/2382214#M528906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-07T09:34:36Z</dc:date>
    </item>
  </channel>
</rss>

