<?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: Submitting Report with selection screen options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-with-selection-screen-options/m-p/902481#M55435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can make it thru&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SUBMIT report WITH param IN range.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;... where "range" is an internal table (it's recommended to declare it as "RANGES range FOR ...", filled with the specification of all the values/ranges/exclusions/patterns etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let us know if it helped. BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2005 15:50:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-27T15:50:59Z</dc:date>
    <item>
      <title>Submitting Report with selection screen options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-with-selection-screen-options/m-p/902479#M55433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a situation, in my report i am using a selection screen which contains  input select-options are store(range), date (from ..to)....after that i am calling other report with submit.. in that report, selection screen fields store and date fields will be inserted by previously entered values... we have to pass parameters to the second selection screen... how can we do this.. can anybody help me ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;R Nittala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2005 15:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-with-selection-screen-options/m-p/902479#M55433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-27T15:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Submitting Report with selection screen options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-with-selection-screen-options/m-p/902480#M55434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With a SUBMIT statement !&lt;/P&gt;&lt;P&gt;Check the online help.&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;Erwan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2005 15:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-with-selection-screen-options/m-p/902480#M55434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-27T15:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Submitting Report with selection screen options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-with-selection-screen-options/m-p/902481#M55435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can make it thru&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SUBMIT report WITH param IN range.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;... where "range" is an internal table (it's recommended to declare it as "RANGES range FOR ...", filled with the specification of all the values/ranges/exclusions/patterns etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let us know if it helped. BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2005 15:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-with-selection-screen-options/m-p/902481#M55435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-27T15:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Submitting Report with selection screen options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-with-selection-screen-options/m-p/902482#M55436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the sample...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SUBMIT ztest&lt;/P&gt;&lt;P&gt;        WITH sel_mat IN sel_mat "Sel Opt&lt;/P&gt;&lt;P&gt;        WITH sel_wrk EQ l_werks "Parameter&lt;/P&gt;&lt;P&gt;        WITH sel_anw EQ '3'&lt;/P&gt;&lt;P&gt;        WITH sel_alt EQ '01'&lt;/P&gt;&lt;P&gt;        WITH p_aennr EQ p_baennr "Parameter&lt;/P&gt;&lt;P&gt;      AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to fill the Select Option / Parameters from the calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2005 15:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-with-selection-screen-options/m-p/902482#M55436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-27T15:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Submitting Report with selection screen options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-with-selection-screen-options/m-p/902483#M55437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh, &lt;/P&gt;&lt;P&gt;             I think that you will find this FM - 'RS_REFRESH_FROM_SELECTOPTIONS' really helpful. All you have to do is give the input as the report whose selection screen you need in the next report you will submit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: &lt;/P&gt;&lt;P&gt;DATA T_rsparams TYPE TABLE OF rsparams.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    CURR_REPORT           = &amp;lt;Report Name&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SP                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    SELECTION_TABLE       = T_rsparams&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NOT_FOUND             = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_REPORT             = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;Report Name&amp;gt; WITH SELECTION-TABLE T_rsparams&lt;/P&gt;&lt;P&gt;                                  AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Aditya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Aditya  Niyogi on Oct 16, 2008 12:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 06:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-with-selection-screen-options/m-p/902483#M55437</guid>
      <dc:creator>aditya_niyogi</dc:creator>
      <dc:date>2008-10-16T06:59:33Z</dc:date>
    </item>
  </channel>
</rss>

