<?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: Problem in the interactive report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999160#M955487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This needs to be done in INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refresh all your screen fields in INITIALIZATION EVENT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2008 07:20:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-24T07:20:46Z</dc:date>
    <item>
      <title>Problem in the interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999152#M955479</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;I am getting interactive report. Customer wants when user clicks back button in the basic list selection screen fields should be empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where i have to write the code for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 06:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999152#M955479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T06:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999153#M955480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clear and refresh the values in INITIALIZATION event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its also the last event that gets triggered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 06:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999153#M955480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T06:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999154#M955481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use Submit 'ZReportprogname' via selection screen or clear&lt;/P&gt;&lt;P&gt;selectoption or parameter fields by using Clear stmt.&lt;/P&gt;&lt;P&gt;Do it in the End-of-selection event are in start-of-selection itself &lt;/P&gt;&lt;P&gt;after write stmt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 06:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999154#M955481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T06:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999155#M955482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SUBMIT stmt when the user presses the Back Buttn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: &lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When '&amp;lt;FunctionCode for BACK Button&amp;gt;'&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;Report Name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 06:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999155#M955482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T06:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999156#M955483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In At selection-screen output.  Use modify screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 06:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999156#M955483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T06:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999157#M955484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT event helps you...&lt;/P&gt;&lt;P&gt;There is a small thing you have to look into it... you have to maintain certain actions with which you should not clear the contents on the selection screen. like pressing enter and other key on selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so trap the SY-UCOMM ie function code and then use the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT SCREEN.
   MODIFY SCREEN.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else you can directly clear that parameter if it satisfies certain condition of fucntion code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this would help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narin Nandivada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 06:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999157#M955484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T06:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999158#M955485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is is sample program for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  Z_sdn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES:&lt;/P&gt;&lt;P&gt;  sflight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt; s_entry FOR sflight-carrid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;t_tab LIKE&lt;/P&gt;&lt;P&gt;STANDARD TABLE&lt;/P&gt;&lt;P&gt;OF sflight&lt;/P&gt;&lt;P&gt;WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    REFRESH s_entry.&lt;/P&gt;&lt;P&gt;    MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT *&lt;/P&gt;&lt;P&gt;  FROM sflight&lt;/P&gt;&lt;P&gt;  INTO TABLE t_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT t_tab.&lt;/P&gt;&lt;P&gt;    WRITE:&lt;/P&gt;&lt;P&gt;    / t_tab-carrid.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'DISPLAY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SUBMIT z_sdn VIA SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the pf-status 'DISPAY'  do only the followings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. in Function Key , just name BACK in corresponding location&lt;/P&gt;&lt;P&gt;2. Save and active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the minium requirment for your problem to solve.Plz don't focus on TABLES ,DATA , SELECT or LOOP AT ...statements. I have given them to show the effect only.&lt;/P&gt;&lt;P&gt;You may use this for any selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if find helpful.&lt;/P&gt;&lt;P&gt;all the best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban Bhattacharjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 06:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999158#M955485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T06:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999159#M955486</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;use this code it will help you out....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    REFRESH S_VBELN. "Select-options &lt;/P&gt;&lt;P&gt;    MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 06:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999159#M955486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T06:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999160#M955487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This needs to be done in INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refresh all your screen fields in INITIALIZATION EVENT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 07:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999160#M955487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T07:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999161#M955488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got  solution for my problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 11:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-interactive-report/m-p/3999161#M955488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-04T11:36:22Z</dc:date>
    </item>
  </channel>
</rss>

