<?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: ABAP - WebDynpro - submit report with range in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-webdynpro-submit-report-with-range/m-p/353354#M7115</link>
    <description>&lt;P&gt;'WITH SELECTION-TABLE' option expects an internal table of type RSPARAMS or RSPARAMSL_255. &lt;/P&gt;&lt;P&gt;In your case just use the 'IN' operator.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;submit ZSOME_REPORT
 with par1  EQ ls_selections-par1 " parameter name EQ parameter value
 with t_ids IN t_ids. " selection name IN table of range type&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2016 14:29:58 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2016-11-23T14:29:58Z</dc:date>
    <item>
      <title>ABAP - WebDynpro - submit report with range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-webdynpro-submit-report-with-range/m-p/353353#M7114</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to submit a report which has defined such parameters:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters: par1 type string.
tables: zsome_table.
select-options t_ids for zsome_table-id.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I submit report on button click in webdynpro like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;submit ('ZSOME_REPORT')
 with par1= ls_selections-par1
 with selection-table t_ids.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;when report is loaded all fields are filled except t_ids which is empty.&lt;/P&gt;&lt;P&gt;How should I pass range to report via webdynpro?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 14:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-webdynpro-submit-report-with-range/m-p/353353#M7114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-11-23T14:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - WebDynpro - submit report with range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-webdynpro-submit-report-with-range/m-p/353354#M7115</link>
      <description>&lt;P&gt;'WITH SELECTION-TABLE' option expects an internal table of type RSPARAMS or RSPARAMSL_255. &lt;/P&gt;&lt;P&gt;In your case just use the 'IN' operator.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;submit ZSOME_REPORT
 with par1  EQ ls_selections-par1 " parameter name EQ parameter value
 with t_ids IN t_ids. " selection name IN table of range type&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 14:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-webdynpro-submit-report-with-range/m-p/353354#M7115</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-11-23T14:29:58Z</dc:date>
    </item>
  </channel>
</rss>

