<?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 Loading multiple entries into database table through selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loading-multiple-entries-into-database-table-through-selection-screen/m-p/12318435#M1991041</link>
    <description>&lt;P&gt;I am trying to load multiple entries at a time into database table through selection screen. For this I used select-options but still it's allowing a single entry at a time. There is one column &lt;STRONG&gt;Select Single Values&lt;/STRONG&gt; here I can only select multiple entries to display but not able to load multiple entries into the table.&lt;/P&gt;
  &lt;P&gt;SELECT-OPTIONS: s_id FOR zsample_tab-cid OBLIGATORY .&lt;/P&gt;
  &lt;P&gt;please let me know how to achieve this..&lt;/P&gt;</description>
    <pubDate>Wed, 17 Mar 2021 12:45:34 GMT</pubDate>
    <dc:creator>former_member791715</dc:creator>
    <dc:date>2021-03-17T12:45:34Z</dc:date>
    <item>
      <title>Loading multiple entries into database table through selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loading-multiple-entries-into-database-table-through-selection-screen/m-p/12318435#M1991041</link>
      <description>&lt;P&gt;I am trying to load multiple entries at a time into database table through selection screen. For this I used select-options but still it's allowing a single entry at a time. There is one column &lt;STRONG&gt;Select Single Values&lt;/STRONG&gt; here I can only select multiple entries to display but not able to load multiple entries into the table.&lt;/P&gt;
  &lt;P&gt;SELECT-OPTIONS: s_id FOR zsample_tab-cid OBLIGATORY .&lt;/P&gt;
  &lt;P&gt;please let me know how to achieve this..&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 12:45:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loading-multiple-entries-into-database-table-through-selection-screen/m-p/12318435#M1991041</guid>
      <dc:creator>former_member791715</dc:creator>
      <dc:date>2021-03-17T12:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Loading multiple entries into database table through selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loading-multiple-entries-into-database-table-through-selection-screen/m-p/12318436#M1991042</link>
      <description>&lt;P&gt;Thank you for
visiting SAP Community to get answers to your questions. Since you're asking a
question here for the first time, I recommend that you familiarize yourself
with: &lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;,
as it provides tips for preparing questions that draw responses from our
members.&lt;/P&gt;&lt;P&gt;For example, you
can:&lt;/P&gt;&lt;P&gt;- outline what steps
you took to find answers (and why they weren't helpful)&lt;/P&gt;&lt;P&gt;- share screenshots
of what you've seen/done&lt;/P&gt;&lt;P&gt;- make sure you've
applied the appropriate tags&lt;/P&gt;&lt;P&gt;- use a more
descriptive subject line&lt;/P&gt;&lt;P&gt;The more details you
provide, the more likely it is that members will be able to respond. Feel free
to also take our Q&amp;amp;A  tutorial at: &lt;A href="https://developers.sap.com/tutorials/community-qa.html"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Should you wish, you
can revise your question by selecting Actions, then Edit.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Your SAP Community
moderator&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 12:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loading-multiple-entries-into-database-table-through-selection-screen/m-p/12318436#M1991042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-03-17T12:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loading multiple entries into database table through selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loading-multiple-entries-into-database-table-through-selection-screen/m-p/12318437#M1991043</link>
      <description>&lt;P&gt;Please read carefully the ABAP documentation. Use IN operator:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * FROM table 
WHERE id IN s_id                            "&amp;lt;======= use "IN"
INTO TABLE @DATA(rows_from_table).&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Mar 2021 13:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loading-multiple-entries-into-database-table-through-selection-screen/m-p/12318437#M1991043</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-03-17T13:09:03Z</dc:date>
    </item>
  </channel>
</rss>

