<?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: Problem with call screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523507#M1560720</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 it out once the 0100 screen is in activate state or not and check FCT code for BACK/exit in that particular screen.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;otherwise check in 0100 screen attribures . IN next screen place empty option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use LEAVE TO PROGRAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope ur doubt will clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: praveenreddys on Dec 15, 2010 10:11 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Dec 2010 04:40:13 GMT</pubDate>
    <dc:creator>praveen_reddy2</dc:creator>
    <dc:date>2010-12-15T04:40:13Z</dc:date>
    <item>
      <title>Problem with call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523505#M1560718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody, I did work a program with Tx SE38, in the program I call a screen.&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  PERFORM completa_lista.&lt;/P&gt;&lt;P&gt;  CALL SCREEN 0100.&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program run very well, but. When the program is in screen 0100 and push the button BACK or button EXIT. Don't return to program that called to screen 0100, always return to the program SAPMSSY0 and then push again the button  BACK or EXIT to return the program that called to screen 0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code in the PAI:&lt;/P&gt;&lt;P&gt;MODULE user_command_0100 INPUT.&lt;/P&gt;&lt;P&gt;  CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;    WHEN 'EXIT' OR 'BACK'.&lt;/P&gt;&lt;P&gt;      LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try with SET SCREEN 0. or LEAVE TO SCREEN 0. But always return to the program SAPMSSY0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to skip the program SAPMSSY0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 00:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523505#M1560718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-15T00:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523506#M1560719</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;    For push button BACK , EXIT try to give the functional  type as 'E' in the menu painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 04:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523506#M1560719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-15T04:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523507#M1560720</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 it out once the 0100 screen is in activate state or not and check FCT code for BACK/exit in that particular screen.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;otherwise check in 0100 screen attribures . IN next screen place empty option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use LEAVE TO PROGRAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope ur doubt will clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: praveenreddys on Dec 15, 2010 10:11 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 04:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523507#M1560720</guid>
      <dc:creator>praveen_reddy2</dc:creator>
      <dc:date>2010-12-15T04:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523508#M1560721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SET SCREEN 0.
      LEAVE SCREEN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nafran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 04:44:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523508#M1560721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-15T04:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523509#M1560722</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;LEAVE TO SCREEN 0 will work in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it comes back to the point from where it triggered screen 0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to leave the program and come back to the easy access screen then you have to use LEAVE PROGRAM.&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;Regards,&lt;/P&gt;&lt;P&gt;Soumya Ranjan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Soumya Ranjan on Dec 15, 2010 5:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 04:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523509#M1560722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-15T04:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523510#M1560723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Have you debug the program ? If not then start the debug by &lt;STRONG&gt;/h&lt;/STRONG&gt;  before pressing the BACK button then check where does the control goes. Then revert back .&lt;/P&gt;&lt;P&gt;&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;Madhukar Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 05:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523510#M1560723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-15T05:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523511#M1560724</link>
      <description>&lt;P&gt;I ran into similar (same) issue, the cause in my case was a SKIP statement in SELECTION-SCREEN. The BACK button on ALV is taking to a blank screen (whose Program(GUI) = &lt;STRONG&gt;SAPMSSY0&lt;/STRONG&gt; &amp;amp; GUI status = STLI). &lt;/P&gt;&lt;P&gt;SKIP statement on selection-screen causes a NEW-LINE written(WRITE statement) in program SAPMSSY0, put a break point at &lt;STRONG&gt;FORM new-line&lt;/STRONG&gt; &amp;amp; debug BACK button to get a feel of it.&lt;/P&gt;&lt;P&gt;Remove SKIP from selection screen and try.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 18:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-screen/m-p/7523511#M1560724</guid>
      <dc:creator>kartikrajag</dc:creator>
      <dc:date>2020-01-08T18:41:05Z</dc:date>
    </item>
  </channel>
</rss>

