<?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 Call screen back functionality in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-back-functionality/m-p/2762079#M643029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;I have a selection - screen , on execution of report I call a screen with ALV- first report display.&lt;/P&gt;&lt;P&gt;From that screen I again call another screen for ALV log -2nd report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Problem is like the when the user goes to 2nd report screen &amp;amp; then come back to 1st report screen &amp;amp; then from 1st screen to selection screen. &lt;/P&gt;&lt;P&gt;The values which were used on selection are disappeared .&lt;/P&gt;&lt;P&gt;The reason is I am calling submit report using selection screen as I can not use call &lt;/P&gt;&lt;P&gt;call screen 1000 (default-selection screen).&lt;/P&gt;&lt;P&gt;If I use set screen 0 .leave screen . It also doesn't work 1st time.&lt;/P&gt;&lt;P&gt;I need to press back button from 1st report  to come to selection screen as many times as I visited to 2nd report.&lt;/P&gt;&lt;P&gt;It will work fine If I don't go to 2nd report at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can maintain the values retained on selection screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2007 18:48:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-29T18:48:16Z</dc:date>
    <item>
      <title>Call screen back functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-back-functionality/m-p/2762079#M643029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;I have a selection - screen , on execution of report I call a screen with ALV- first report display.&lt;/P&gt;&lt;P&gt;From that screen I again call another screen for ALV log -2nd report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Problem is like the when the user goes to 2nd report screen &amp;amp; then come back to 1st report screen &amp;amp; then from 1st screen to selection screen. &lt;/P&gt;&lt;P&gt;The values which were used on selection are disappeared .&lt;/P&gt;&lt;P&gt;The reason is I am calling submit report using selection screen as I can not use call &lt;/P&gt;&lt;P&gt;call screen 1000 (default-selection screen).&lt;/P&gt;&lt;P&gt;If I use set screen 0 .leave screen . It also doesn't work 1st time.&lt;/P&gt;&lt;P&gt;I need to press back button from 1st report  to come to selection screen as many times as I visited to 2nd report.&lt;/P&gt;&lt;P&gt;It will work fine If I don't go to 2nd report at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can maintain the values retained on selection screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 18:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-back-functionality/m-p/2762079#M643029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T18:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen back functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-back-functionality/m-p/2762080#M643030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*******************************&lt;/P&gt;&lt;P&gt;REPORT  ZTRIP_TEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt;p_date like sy-datum,&lt;/P&gt;&lt;P&gt;P_TIME LIKE SY-UZEIT.&lt;/P&gt;&lt;P&gt;*******************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOW I CALL THIS REPORT FROM SECOND REPORT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************************************************&lt;/P&gt;&lt;P&gt;REPORT  ZTRIP_TEST2                             .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit ZTRIP_TEST VIA SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;WITH P_DATE = SY-DATUM&lt;/P&gt;&lt;P&gt;WITH P_TIME = SY-UZEIT.&lt;/P&gt;&lt;P&gt;**************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it fulfills your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful, get back in case of query...&lt;/P&gt;&lt;P&gt;Cheers!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 07:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-back-functionality/m-p/2762080#M643030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T07:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen back functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-back-functionality/m-p/2762081#M643031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey i have written another piece of code for ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U first run report ZTRIP_TEST. entering value into DATE and TIME field on selection-screen.&lt;/P&gt;&lt;P&gt;when you press F8 you are taken to another report ZTRIP_TEST2, there if u enter ur user-name correctly then you are taken back to the first program with selection-screen filled with previous date and time values entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************************************************&lt;/P&gt;&lt;P&gt;REPORT  ZTRIP_TEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt;p_date like sy-datum obligatory,&lt;/P&gt;&lt;P&gt;P_TIME LIKE SY-UZEIT obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'TDT' FIELD P_DATE.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'TUZ' FIELD P_TIME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT ZTRIP_TEST2 VIA SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;**************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;################################################################&lt;/P&gt;&lt;P&gt;REPORT  ZTRIP_TEST2                             .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;P_TDT LIKE SY-DATUM,&lt;/P&gt;&lt;P&gt;P_TUZ LIKE SY-UZEIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;P_UNAME LIKE SY-UNAME OBLIGATORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF P_UNAME EQ SY-UNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  GET PARAMETER ID 'TDT' FIELD P_TDT.&lt;/P&gt;&lt;P&gt;  GET PARAMETER ID 'TUZ' FIELD P_TUZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  submit ZTRIP_TEST VIA SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;  WITH P_DATE = P_TDT&lt;/P&gt;&lt;P&gt;  WITH P_TIME = P_TUZ.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MESSAGE  ID '0' type 'I' number '0' with P_UNAME ' is not your username. Enter correct username...'.&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;&lt;/P&gt;&lt;P&gt;Reward points if useful, get back in case of query...&lt;/P&gt;&lt;P&gt;Cheers!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 09:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-back-functionality/m-p/2762081#M643031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T09:01:51Z</dc:date>
    </item>
  </channel>
</rss>

