<?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: Redefine Back button function in the report program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632876#M1282404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karthik, this is Z program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2009 00:12:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-22T00:12:07Z</dc:date>
    <item>
      <title>Redefine Back button function in the report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632872#M1282400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;Is there any way that we can redefine 'Back' function, instead going back it will write a pop up message.  There is workaround if we using Module Program(Screen), I'm looking if its can be done in Report program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 02:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632872#M1282400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T02:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Redefine Back button function in the report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632873#M1282401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try event at PF-STATUS.&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; perform popup.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 03:31:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632873#M1282401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T03:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Redefine Back button function in the report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632874#M1282402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a Standard or Z program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 04:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632874#M1282402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T04:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Redefine Back button function in the report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632875#M1282403</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; Copy the standard pf-status ot zstatus.&lt;/P&gt;&lt;P&gt; change the function code of back to give other name.&lt;/P&gt;&lt;P&gt; Then write the code at PAI leal&lt;/P&gt;&lt;P&gt; when 'BCK'.&lt;/P&gt;&lt;P&gt;   &amp;lt;&amp;lt;&amp;lt;write u'r own code&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naveeen M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 05:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632875#M1282403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T05:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Redefine Back button function in the report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632876#M1282404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karthik, this is Z program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 00:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632876#M1282404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T00:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Redefine Back button function in the report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632877#M1282405</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Module Pool&lt;/U&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Everyone knows it is possible by controlling the screen going forth and back with the "SET SCREEN, LEAVE SCREEN TO..., or LEAVE TO SCREEN...." and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Report Programming&lt;/U&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the normal standard report, I dont know whether it is possible.  &lt;/P&gt;&lt;P&gt;But, it is possible in the Interactive Listing Program by controlling it thro "SY-LSIND = &amp;lt;List No&amp;gt;."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Ramani N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 01:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632877#M1282405</guid>
      <dc:creator>former_member229729</dc:creator>
      <dc:date>2009-05-22T01:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Redefine Back button function in the report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632878#M1282406</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;Check this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN.
  CASE sy-ucomm.
      WHEN 'BACK'.
              "Show your popup here
              "Leave to Screen 0 - incase u want to go back after showing the popup
  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 02:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632878#M1282406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T02:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Redefine Back button function in the report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632879#M1282407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can create ur own gui status&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 02:58:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefine-back-button-function-in-the-report-program/m-p/5632879#M1282407</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2009-05-22T02:58:41Z</dc:date>
    </item>
  </channel>
</rss>

