<?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: Back button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button/m-p/3555375#M855524</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;  After call transaction ,Pick the sy-ucom 'BACK'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction  ..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA ref1 TYPE REF TO cl_gui_alv_grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-ucomm eq 'BACK'.  " here write the function code of back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'&lt;/P&gt;&lt;P&gt;         IMPORTING&lt;/P&gt;&lt;P&gt;              e_grid = ref1.&lt;/P&gt;&lt;P&gt;    CALL METHOD ref1-&amp;gt;check_changed_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD ref1-&amp;gt;refresh_table_display.&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;P&gt;  ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2008 03:58:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-21T03:58:12Z</dc:date>
    <item>
      <title>Back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button/m-p/3555373#M855522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am calling transaction IW29 using function RS_HDSYS_CALL_TC_VARIANT from a screen in a Z program.  The problem is when I am in IW29 and I click the 'Back' button it will not take me back to the Z screen.  It will only take me back to the SAP main screen.  Does anyone know how I can get it to go back to the previous screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 17:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button/m-p/3555373#M855522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T17:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button/m-p/3555374#M855523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the parameters passed to the FM RS_HDSYS_CALL_TC_VARIANT like the mode of call.&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;Thanks&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 03:39:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button/m-p/3555374#M855523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T03:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button/m-p/3555375#M855524</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;  After call transaction ,Pick the sy-ucom 'BACK'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction  ..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA ref1 TYPE REF TO cl_gui_alv_grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-ucomm eq 'BACK'.  " here write the function code of back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'&lt;/P&gt;&lt;P&gt;         IMPORTING&lt;/P&gt;&lt;P&gt;              e_grid = ref1.&lt;/P&gt;&lt;P&gt;    CALL METHOD ref1-&amp;gt;check_changed_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD ref1-&amp;gt;refresh_table_display.&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;P&gt;  ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 03:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button/m-p/3555375#M855524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T03:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button/m-p/3555376#M855525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for this do coding fo back button like:&lt;/P&gt;&lt;P&gt;when back&lt;/P&gt;&lt;P&gt;call screen.&lt;/P&gt;&lt;P&gt;(where screen is d screen you actually want to call n not the main SAP screen).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 12:07:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button/m-p/3555376#M855525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T12:07:04Z</dc:date>
    </item>
  </channel>
</rss>

