<?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 Back Button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608889#M1086080</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;Use this&lt;/P&gt;&lt;P&gt;IF SY-UCOMM = 'WB_BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will go to prevous screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2008 12:05:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-16T12:05:26Z</dc:date>
    <item>
      <title>Regarding Back Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608887#M1086078</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;    I have created one module pool program which has screen no's 100, 200 300. I have one docking container on the main screen i.e. screen 100. When i go to screen 200 and click Back button i am not getting the docking container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried these two codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;********************&lt;/P&gt;&lt;P&gt;Case SY-UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both are not working. Can anyone help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 12:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608887#M1086078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T12:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Back Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608888#M1086079</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;U try with SET SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or CALL SCREEN..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 12:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608888#M1086079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T12:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Back Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608889#M1086080</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;Use this&lt;/P&gt;&lt;P&gt;IF SY-UCOMM = 'WB_BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will go to prevous screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 12:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608889#M1086080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T12:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Back Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608890#M1086081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; make sure you have to write this code in PBO of screen 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen '100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BACK must be defined in gui status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 12:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608890#M1086081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T12:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Back Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608891#M1086082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi eveyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 12:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608891#M1086082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T12:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Back Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608892#M1086083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&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 SCREEN 0. (or) CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;Endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write it in PAI of screen 200. ( dont forget to set the PF status for screen 200).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Goutham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 10:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608892#M1086083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T10:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Back Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608893#M1086084</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 you have given the function code for back button as 'BACK' in the pf status of screen '200' then you dont have to code for that as the working of that button will be taken care by sap.&lt;/P&gt;&lt;P&gt;But if yougave some other Function code for back button lets say 'BK'.&lt;/P&gt;&lt;P&gt;then for that you have to do coding in the USER_command module in PAI in the screen 200.&lt;/P&gt;&lt;P&gt;You can code like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'BK'.&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;ENDCASE.&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;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 12:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-back-button/m-p/4608893#M1086084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T12:56:15Z</dc:date>
    </item>
  </channel>
</rss>

