<?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: Regarding the screen problem in 'back' command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-screen-problem-in-back-command/m-p/8249094#M1630896</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 This&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When 'BACK'.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CALL SELECTION-SCREEN 1000.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2011 10:06:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-13T10:06:03Z</dc:date>
    <item>
      <title>Regarding the screen problem in 'back' command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-screen-problem-in-back-command/m-p/8249092#M1630894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;  I am doing project on data scrambling an using the ldb PNP . currently i am facing one problem regarding the' BACK'. &lt;/P&gt;&lt;P&gt; i am calling one screen program in main  program. when i am  clicking on back button  from screen program ,the control flow back to the main program and the rest of the lines of the main program gets executed.&lt;/P&gt;&lt;P&gt;i want the control must  go back to the default selection screen.&lt;/P&gt;&lt;P&gt;  i have tried using leave to screen 0,leave program and exit.But these command are not working as per the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 09:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-screen-problem-in-back-command/m-p/8249092#M1630894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-13T09:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the screen problem in 'back' command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-screen-problem-in-back-command/m-p/8249093#M1630895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use a variable that you check after "call screen" (initialized in called screen) and then you can maybe use:&lt;/P&gt;&lt;P&gt;- STOP.&lt;/P&gt;&lt;P&gt;- or LEAVE LIST-PROCESSING.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 10:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-screen-problem-in-back-command/m-p/8249093#M1630895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-13T10:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the screen problem in 'back' command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-screen-problem-in-back-command/m-p/8249094#M1630896</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 This&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When 'BACK'.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CALL SELECTION-SCREEN 1000.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 10:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-screen-problem-in-back-command/m-p/8249094#M1630896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-13T10:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the screen problem in 'back' command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-screen-problem-in-back-command/m-p/8249095#M1630897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Please check the fct code for BACK button. if the fctcode is exist then use the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        if sy-ucomm = 'BACK'.       " USE CAPITAL LETTERS ONLY&lt;/P&gt;&lt;P&gt;         {&lt;/P&gt;&lt;P&gt;             LEAVE TO SCREEN 0. &lt;/P&gt;&lt;P&gt;         }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 10:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-screen-problem-in-back-command/m-p/8249095#M1630897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-13T10:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the screen problem in 'back' command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-screen-problem-in-back-command/m-p/8249096#M1630898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a random question. Do you haev statements in the PBO of SCREEN 0 ?. If so i guess those statemnets would get executed during the screen set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 10:19:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-screen-problem-in-back-command/m-p/8249096#M1630898</guid>
      <dc:creator>sivaprasad_ml</dc:creator>
      <dc:date>2011-10-13T10:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the screen problem in 'back' command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-screen-problem-in-back-command/m-p/8249097#M1630899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lots sir &lt;/P&gt;&lt;P&gt;my problem is solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 05:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-screen-problem-in-back-command/m-p/8249097#M1630899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-14T05:48:18Z</dc:date>
    </item>
  </channel>
</rss>

