<?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 Functionality in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536268#M1657057</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;How do you call your CLASSICAL OUTPUT? If you used CALL TRANSACTION command,&lt;/P&gt;&lt;P&gt;better used it with SKIP FIRST SCREEN. See the sample below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SET PARAMETER ID 'AUN' FIELD gt_vbak-vbeln.
CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this work with your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;iostreamax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2012 06:06:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-20T06:06:15Z</dc:date>
    <item>
      <title>Back Button Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536263#M1657052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed a Block List ALV Report . In it I have made a Hyperlink on each column of cells. The Requirement for it is to view more details if any value is clicked. So I have called a Classical Output. Till here it is working fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I click BACK Button then it is navigating to Selection Screen but it should go to Block List ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried all the methods like by creating PF Status and capturing SY-UCOMM for BACK button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Feb 2012 03:41:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536263#M1657052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-18T03:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Back Button Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536264#M1657053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I did similar kind of thing..difference being when user clicks then i called another alv..in that case on clicking back, it used to take me to first alv not selection screen..you can also do the same&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Bansal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Feb 2012 04:10:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536264#M1657053</guid>
      <dc:creator>Harsh_Bansal</dc:creator>
      <dc:date>2012-02-18T04:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Back Button Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536265#M1657054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this code:&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;STRONG&gt;when 'BACK'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;        &lt;STRONG&gt;Leave to screen 0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   when ''EXIT' .&lt;/P&gt;&lt;P&gt;        Leave Program.           "You are using this functionality currently.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Feb 2012 05:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536265#M1657054</guid>
      <dc:creator>former_member213851</dc:creator>
      <dc:date>2012-02-18T05:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Back Button Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536266#M1657055</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;In the user command for back try calling screen itself rather than leave screen or leave to screen 0 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards.&lt;/P&gt;&lt;P&gt;Aswath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 05:43:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536266#M1657055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T05:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Back Button Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536267#M1657056</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;To display alv output you will call screen assume it is screen no 100.&lt;/P&gt;&lt;P&gt;after displaying alv if you press it will go to classical report in another screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you call .....leaave to screen 0 it will go to selection screen,&lt;/P&gt;&lt;P&gt;better you use leave to screen or leave to screen 100(previous) in pai (next screen i.e classsical report ,not in 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS,,,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 05:43:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536267#M1657056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T05:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Back Button Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536268#M1657057</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;How do you call your CLASSICAL OUTPUT? If you used CALL TRANSACTION command,&lt;/P&gt;&lt;P&gt;better used it with SKIP FIRST SCREEN. See the sample below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SET PARAMETER ID 'AUN' FIELD gt_vbak-vbeln.
CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this work with your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;iostreamax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 06:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536268#M1657057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T06:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Back Button Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536269#M1657058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM     CALL FUNCTION 'TXW_TEXTNOTE_EDIT'&lt;/P&gt;&lt;P&gt;                  EXPORTING&lt;/P&gt;&lt;P&gt;                      edit_mode = ' '&lt;/P&gt;&lt;P&gt;                 TABLES&lt;/P&gt;&lt;P&gt;                      t_txwnote = It_note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In User command of first list use the FM with extra text appanding into itab it_note.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 06:33:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536269#M1657058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T06:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Back Button Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536270#M1657059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the report use&lt;/P&gt;&lt;P&gt;DATA OK_CODE TYPE SY-UCOMM.&lt;/P&gt;&lt;P&gt;when you design the screen  in the screen element declare in elemnt list a term OK_CODE and activate it in the main program.&lt;/P&gt;&lt;P&gt;in the PAI write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE OK_CODE.&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 05:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-functionality/m-p/8536270#M1657059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-21T05:26:48Z</dc:date>
    </item>
  </channel>
</rss>

