<?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: Skip Previous session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206977#M1626969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;+now in ZTCODE1 when i press back button now going to ZTCODE3 but i want to go ZMAIN for that i code call transaction in ZTOCED1 back button and its working +&lt;/P&gt;&lt;P&gt;Instead of using call transaction here, either use LEAVE TO TRANSACTION  to goto Zmain... or try leave program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suzie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2011 07:49:52 GMT</pubDate>
    <dc:creator>lijisusan_mathews</dc:creator>
    <dc:date>2011-10-13T07:49:52Z</dc:date>
    <item>
      <title>Skip Previous session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206970#M1626962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Iu2019m using  CALL TRANSACTION to call another Tcode and if I click on the back button in their system came back to previous screen, I wonu2019t it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Suppose I am in Tcode u201CZTCODEu201D and Iu2019m calling u201CZTCODE1u201D u2026  (working)&lt;/P&gt;&lt;P&gt;2.Now Iu2019m in u201CZTCODE1u201D u2026 (working)&lt;/P&gt;&lt;P&gt;3.Now I click on the back button I want to go to u201CZTCODE2u201Du2026 (working)&lt;/P&gt;&lt;P&gt;4.Now Iu2019m in u201CZTCODE2u201D u2026 (working)&lt;/P&gt;&lt;P&gt;5.When I click on the BACK button it comes to u201CZTCODE1u201D as normal routing, but I wanted to go to u201CZTCODEu201D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, keep in mind in u201CZTCODEu201D back should be skip the system.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope you will clear my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me to solve my issue....&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>Wed, 12 Oct 2011 07:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206970#M1626962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-12T07:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Previous session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206971#M1626963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Try this way&lt;/P&gt;&lt;P&gt;Just see the gui status of the back button&lt;/P&gt;&lt;P&gt;and write code for your pf status as given below.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
when 'BACK'. " you must write the gui status code of back here
if sy-tcode = 'ZTCODE2'. 
CALL TRANSACTION 'ZTCODE'.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;koolspy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 07:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206971#M1626963</guid>
      <dc:creator>koolspy_ultimate</dc:creator>
      <dc:date>2011-10-12T07:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Previous session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206972#M1626964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear koolspy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;problem is when i click on the back button in "ZTCODE" it come to "ZTCODE2" i want to log out the system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 08:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206972#M1626964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-12T08:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Previous session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206973#M1626965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, as  Rahul Wagh    mentioned, try this&lt;/P&gt;&lt;P&gt;If you use this wil not be able to log off , but it wil be able to skip to SAP EASY ACCESS Screen.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF SY-TCODE =  'ZTCODE2'.
  EXIT.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 08:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206973#M1626965</guid>
      <dc:creator>koolspy_ultimate</dc:creator>
      <dc:date>2011-10-12T08:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Previous session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206974#M1626966</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;You can call /nex after clicking back button... try below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-tcode = 'ZTCODE2'. &lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 08:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206974#M1626966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-12T08:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Previous session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206975#M1626967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually what i want is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;I have main tcode like ZMAIN (its a area menu SE43)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;I call another tcode from area menu like ZTCODE1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Now I am in ZTCODE1 (This is selection screen)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;now I calling another screen from ZTCODE1 like ZTCODE3 by skiping ZTCODE2 through BDC&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;now in ZTCODE3 ... when I press back button I want to call ZTCODE1 (I using call transaction it's working)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;now in ZTCODE1 when i press back button now going to ZTCODE3 but i want to go ZMAIN for that i code call transaction in ZTOCED1 back button and its working &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;now in ZMAIN (se43)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;when i press back button its going to ZTCODE1 again, but i want to exit from the system. their are no way to code back button in SE43 screen.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope you all understand the situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 07:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206975#M1626967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-13T07:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Previous session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206976#M1626968</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;instead of CALL TRANSACTION CODE, use LEAVE TO TRANSACTION CODE. That will get rid of the previous stack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 07:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206976#M1626968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-13T07:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Previous session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206977#M1626969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;+now in ZTCODE1 when i press back button now going to ZTCODE3 but i want to go ZMAIN for that i code call transaction in ZTOCED1 back button and its working +&lt;/P&gt;&lt;P&gt;Instead of using call transaction here, either use LEAVE TO TRANSACTION  to goto Zmain... or try leave program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suzie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 07:49:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206977#M1626969</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-10-13T07:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Previous session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206978#M1626970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of all the things if u r create screen for all tcode like ztcode1 and ztcode2 ur try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ztode screen no 1 and&lt;/P&gt;&lt;P&gt;  ztode1 screen no 2 and&lt;/P&gt;&lt;P&gt;  ztode2 screen no 3 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u r in ztcode2 screen and u want if u click on back and go on in main ztcode  write &lt;STRONG&gt;leave to screen 001.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vshal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 08:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206978#M1626970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-13T08:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Previous session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206979#M1626971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It solved with LEAVE to TRANSACTION. points granted... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 08:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-previous-session/m-p/8206979#M1626971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-13T08:50:37Z</dc:date>
    </item>
  </channel>
</rss>

