<?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: Output Screen Problem. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636734#M1091689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Here are you talking about a simple Interactive list display.&lt;/P&gt;&lt;P&gt;When you execute it must go to your Basic list. You pls check events END-OF-SELECTION and AT LINE-SELECTION written properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy coding.&lt;/P&gt;&lt;P&gt;/Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2008 14:42:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-15T14:42:20Z</dc:date>
    <item>
      <title>Output Screen Problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636733#M1091688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Executing a report,once i got the output (which includes various screens),after my final output screen  when i press BACK i am going to actual selection screen&lt;/P&gt;&lt;P&gt;here my problem comes,when i press EXECUTE, basically we need to get initial output screen,but here in my case my control is going to one of the output screens not the initial output screen.how to fix this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vijaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 14:37:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636733#M1091688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T14:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Output Screen Problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636734#M1091689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Here are you talking about a simple Interactive list display.&lt;/P&gt;&lt;P&gt;When you execute it must go to your Basic list. You pls check events END-OF-SELECTION and AT LINE-SELECTION written properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy coding.&lt;/P&gt;&lt;P&gt;/Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 14:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636734#M1091689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T14:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Output Screen Problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636735#M1091690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How you get back to SELECTION SCREEN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use following code;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  SET SCREEN 0.
  LEAVE SCREEN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you used 'CALL SELECTION-SCREEN XXXX' statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.Nagarajan.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt; We can -&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 14:46:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636735#M1091690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T14:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Output Screen Problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636736#M1091691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nagaranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You havn't catch my problem,&lt;/P&gt;&lt;P&gt;i am have used set screen and going back to my selection screen,&lt;/P&gt;&lt;P&gt;from there when i press EXECUTE i am not getting the initial output screen.&lt;/P&gt;&lt;P&gt;here the control goes to one of the screen included in my output,but not the intial output screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vijaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 15:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636736#M1091691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T15:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Output Screen Problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636737#M1091692</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;Could anybody plz help me,how to fix this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 21:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636737#M1091692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T21:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Output Screen Problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636738#M1091693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you hit 'BACK' on your last screen, use leave to transaction (your transaction) instead of leaving the screens.  This should reset everything.  Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lamont&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 21:15:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636738#M1091693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T21:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Output Screen Problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636739#M1091694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,Problem was Solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO Module (just at starting)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;MODULE tab2_change_tc_attr OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF ( sy-ucomm = 'BACK' AND sy-lsind = 0 ).&lt;/P&gt;&lt;P&gt;    PERFORM refresh_internal_data.&lt;/P&gt;&lt;P&gt;    Leave to list-processing.&lt;/P&gt;&lt;P&gt;    call transaction 'ZBESTFIT'.(Tcode for our Report Program)&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DESCRIBE TABLE it_horder LINES tab2-lines.&lt;/P&gt;&lt;P&gt;ENDMODULE.                    "TAB2_change_tc_attr OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: vijaya on Oct 16, 2008 2:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 12:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636739#M1091694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T12:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Output Screen Problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636740#M1091695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have come across the same situation as you.&lt;/P&gt;&lt;P&gt;can you please clearly explain me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 10:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636740#M1091695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T10:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Output Screen Problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636741#M1091696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i Expect your report has multiple screens,&lt;/P&gt;&lt;P&gt;in your last screen which you have designed &lt;/P&gt;&lt;P&gt;in the PBO module (at starting )&lt;/P&gt;&lt;P&gt;you create module say MODULE tab2_change_tc_attr OUTPUT.&lt;/P&gt;&lt;P&gt;in this module you write this logic&lt;/P&gt;&lt;P&gt;IF ( sy-ucomm = 'BACK' AND sy-lsind = 0 ).&lt;/P&gt;&lt;P&gt;PERFORM refresh_internal_data. "(refresh all of ur itabs)&lt;/P&gt;&lt;P&gt;Leave to list-processing.&lt;/P&gt;&lt;P&gt;call transaction 'ZBESTFIT'.(Tcode for our Report Program)"(U should create tcode else will not work.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE. "TAB2_change_tc_attr OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-screen-problem/m-p/4636741#M1091696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:52:33Z</dc:date>
    </item>
  </channel>
</rss>

