<?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 Enter data to multiple selection with submit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-data-to-multiple-selection-with-submit/m-p/12681511#M2017014</link>
    <description>&lt;P&gt;Hi, I was wondering if there is any way to fill multiple selection from the code in a SUBMIT stantement. &lt;/P&gt;
  &lt;P&gt;For now i'm filling the range of my dates, but I still can't figure it out how to maintain ranges in the original program, and fill just the multiple selection from my SUBMIT&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2139626-image.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 18:12:22 GMT</pubDate>
    <dc:creator>zhlish</dc:creator>
    <dc:date>2023-02-14T18:12:22Z</dc:date>
    <item>
      <title>Enter data to multiple selection with submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-data-to-multiple-selection-with-submit/m-p/12681511#M2017014</link>
      <description>&lt;P&gt;Hi, I was wondering if there is any way to fill multiple selection from the code in a SUBMIT stantement. &lt;/P&gt;
  &lt;P&gt;For now i'm filling the range of my dates, but I still can't figure it out how to maintain ranges in the original program, and fill just the multiple selection from my SUBMIT&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2139626-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 18:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enter-data-to-multiple-selection-with-submit/m-p/12681511#M2017014</guid>
      <dc:creator>zhlish</dc:creator>
      <dc:date>2023-02-14T18:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Enter data to multiple selection with submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-data-to-multiple-selection-with-submit/m-p/12681512#M2017015</link>
      <description>&lt;P&gt;check this out: &lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abapsubmit_selscreen_parameters.htm#!ABAP_ADDITION_3@3@" target="_blank"&gt;SUBMIT WITH SELECTION-TABLE rspar&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 18:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enter-data-to-multiple-selection-with-submit/m-p/12681512#M2017015</guid>
      <dc:creator>Maciej_DomagaBa</dc:creator>
      <dc:date>2023-02-14T18:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Enter data to multiple selection with submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-data-to-multiple-selection-with-submit/m-p/12681513#M2017016</link>
      <description>&lt;P&gt;To complete Maciej answer, you may also use WITH ... IN :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA range TYPE RANGE OF ...
range = VALUE #( sign = 'I' option = 'EQ' ( low = 'V1' ) ( low = 'V2' ) ).
SUBMIT program ... WITH selopt IN range ...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapsubmit_selscreen_parameters.htm#!ABAP_ADDITION_4@4@"&gt;SUBMIT, selscreen_parameters &amp;gt; ... WITH expr_syntax1 WITH expr_syntax2 ... &amp;gt; sel IN range_tab&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 18:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enter-data-to-multiple-selection-with-submit/m-p/12681513#M2017016</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-02-14T18:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Enter data to multiple selection with submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-data-to-multiple-selection-with-submit/m-p/12681514#M2017017</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;maciej.domagaa&lt;/SPAN&gt;  thank you so much, it was exactly what I was searching for, i didn't notice it while reading the documentation.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 08:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enter-data-to-multiple-selection-with-submit/m-p/12681514#M2017017</guid>
      <dc:creator>zhlish</dc:creator>
      <dc:date>2023-02-15T08:41:59Z</dc:date>
    </item>
  </channel>
</rss>

