<?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: Screen navigation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676200#M1668795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Selection Screen you need not call screen as 100 and all( default screen 1000 is present ) , We can use it by declaring parameters , select-options etc directly  .If u have to manipulate Selection screen  then u can use &lt;STRONG&gt;Selection Screen EVENTS&lt;/STRONG&gt;  for more screen navigation and calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using multiple selection screens then set navigation using event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen output.&lt;/P&gt;&lt;P&gt;set pf-status '100'. "Set fcode  for back button as 'BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen &lt;/P&gt;&lt;P&gt; CASE sscrfields-ucomm.&lt;/P&gt;&lt;P&gt;    WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;     LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jacob K. George on Mar 2, 2012 11:25 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2012 10:22:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-03-02T10:22:30Z</dc:date>
    <item>
      <title>Screen navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676190#M1668785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to Abap and have a question concerning screen navigation: in my program I have a selection screen 0100 (created with SELECTION-SCREEN BEGIN OF SCREEN 100...., and called with CALL SELECTION-SCREEN 100) then, when pressing Execute (F8) the logics works and present the result via WRITE statements.&lt;/P&gt;&lt;P&gt;Up to here, no problems.&lt;/P&gt;&lt;P&gt;Now I would like that, when I press 'Back' (F3), I'm returning to the selection screen, for new selections. Instead, if I press 'Back' I'm going really back to the SE38 transaction, for instance, and then I need to run the program again to have a new selection.&lt;/P&gt;&lt;P&gt;This is maybe a basic question, but I already searched on the internet without success, and I'm really frustrated not being able to find a solution to this.&lt;/P&gt;&lt;P&gt;Hope you can help me.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jepi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 05:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676190#M1668785</guid>
      <dc:creator>jepi_flanders</dc:creator>
      <dc:date>2012-03-02T05:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Screen navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676191#M1668786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="message" id="11089224"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 05:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676191#M1668786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-02T05:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Screen navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676192#M1668787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Now I would like that, when I press 'Back' (F3), I'm returning to the selection screen, for new selections. Instead, if I press 'Back' I'm going really back to the SE38 transaction, for instance, and then I need to run the program again to have a new selection.&lt;/P&gt;&lt;P&gt;This is maybe a basic question, but I already searched on the internet without success, and I'm really frustrated not being able to find a solution to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your PF status for 'BACK'  do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
case sy-ucomm.
when 'back'.
   leave to screen 0.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 06:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676192#M1668787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-02T06:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Screen navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676193#M1668788</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;Create a module with AT-EXIT COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CASE SY-UCOMM.
  WHEN 'BACK'.
    LEAVE TO SCREEN 100.
ENDCASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Danish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 06:26:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676193#M1668788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-02T06:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Screen navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676194#M1668789</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;By writing "leave to screen 0100." will help you solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads,&lt;/P&gt;&lt;P&gt;Gaurav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 06:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676194#M1668789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-02T06:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Screen navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676195#M1668790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well since it is an executable program i guess you cannot use GUI statuses or Exit module.  Well normally if you hit the back button it should return to the program. may be some small logic error in your program if you can post your program here we could check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 07:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676195#M1668790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-02T07:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Screen navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676196#M1668791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ Danish: Could you please tell me where shall I create the module?&lt;/P&gt;&lt;P&gt;Do I have to create a new screen, say 200, and there write the result from the program, and in its flow logic add the module with AT-EXIT COMMAND?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 07:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676196#M1668791</guid>
      <dc:creator>jepi_flanders</dc:creator>
      <dc:date>2012-03-02T07:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Screen navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676197#M1668792</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;in same screen write module like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt; MODULE BACK AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in include program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module back.&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN u2018BACKu2019.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 100.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 08:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676197#M1668792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-02T08:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Screen navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676198#M1668793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for answering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In reality, the screen 100 flow logic is automatically created and has already a MODULE %_BACK AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;Maybe, have I to create a new screen, say 200, and there put my new flow logic?&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 10:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676198#M1668793</guid>
      <dc:creator>jepi_flanders</dc:creator>
      <dc:date>2012-03-02T10:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Screen navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676199#M1668794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you no need to create another screen.&lt;/P&gt;&lt;P&gt;You can clear the field as you click on BACK button after displaying your results, is that ok for you?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

      WHEN 'BACK'.
        LEAVE TO  SCREEN 100.
        cx_input  = ''. " if a checkbox is there
        CLEAR i_input." clear input field as i_input is input field for you
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 10:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676199#M1668794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-02T10:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Screen navigation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676200#M1668795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Selection Screen you need not call screen as 100 and all( default screen 1000 is present ) , We can use it by declaring parameters , select-options etc directly  .If u have to manipulate Selection screen  then u can use &lt;STRONG&gt;Selection Screen EVENTS&lt;/STRONG&gt;  for more screen navigation and calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using multiple selection screens then set navigation using event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen output.&lt;/P&gt;&lt;P&gt;set pf-status '100'. "Set fcode  for back button as 'BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen &lt;/P&gt;&lt;P&gt; CASE sscrfields-ucomm.&lt;/P&gt;&lt;P&gt;    WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;     LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jacob K. George on Mar 2, 2012 11:25 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 10:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-navigation/m-p/8676200#M1668795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-02T10:22:30Z</dc:date>
    </item>
  </channel>
</rss>

