<?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>Question Re: Editable Data Table and Searches in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/editable-data-table-and-searches/qaa-p/13874779#M4885100</link>
    <description>&lt;P&gt;A page with Editable Data Table would be one option but you also mentioned it not being available on the web client.&lt;/P&gt;&lt;P&gt;Another would be a page of Form Cells or combination of Section/FormCell. I am thinking maybe a title form cell for the item and then a simple property for the quantity pair for each item.&amp;nbsp; Could also include more depending on what you needed to show for each item.&amp;nbsp; Could also do an Object cell followed by a simple property for the quantity for each item.&amp;nbsp; All depends on what you want / need.&lt;/P&gt;&lt;P&gt;You would generate most of the page dynamically based on the selected items and then need a rule on the Save to process all the data accordingly.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2024 17:10:13 GMT</pubDate>
    <dc:creator>bill_froelich</dc:creator>
    <dc:date>2024-09-23T17:10:13Z</dc:date>
    <item>
      <title>Editable Data Table and Searches</title>
      <link>https://community.sap.com/t5/technology-q-a/editable-data-table-and-searches/qaq-p/13873951</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two requirement.&lt;/P&gt;&lt;P&gt;The first requirement is to find a smart way to search and add products in a list with over 20K products.&lt;/P&gt;&lt;P&gt;The products list picker have only Live Search and if i need to filter two attribute, for example Brand and Description, this is not possible. The alternative solution is to have cascade list pickers, for example the first one with brands and second one with pre filtered products, unfortunately the customer need a fast way to do this.&lt;/P&gt;&lt;P&gt;The question is, what is the smartest and fast way to search(with more than one attribute), select and add products to the Order ?&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;The second requirement is to have a smart way to add Items to an Order with as little click/tap possible &lt;U&gt;and modify the main attribute of Item in a fast way&lt;/U&gt;. This is needed both in mobile(tablet) and desktop app.&lt;/P&gt;&lt;P&gt;I tried to use DataTable in Edit Mode like this with editable Quantity:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Angelo_Ab_0-1727081364730.png" style="width: 535px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/169672iD4600B399B342EB1/image-dimensions/535x198?v=v2" width="535" height="198" role="button" title="Angelo_Ab_0-1727081364730.png" alt="Angelo_Ab_0-1727081364730.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Unfortunately this solution doesn't works in Desktop App due to non supported Data Table Control.&lt;/P&gt;&lt;P&gt;How I can manage this ?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 09:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/editable-data-table-and-searches/qaq-p/13873951</guid>
      <dc:creator>Angelo_Ab14</dc:creator>
      <dc:date>2024-09-23T09:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Data Table and Searches</title>
      <link>https://community.sap.com/t5/technology-q-a/editable-data-table-and-searches/qaa-p/13874063#M4885020</link>
      <description>To answer Q1: An out-of-the-box filter option is available. Users can access the filter action via a button in the action bar or toolbar, which opens a filter page from the list (Object Table) page. On this filter page, users can select their desired criteria, which are then applied to the list page. A clear example can be found in the MDK Demo Application in the sample repository: &lt;A href="https://github.com/SAP-samples/cloud-mdk-samples/tree/main/Sample_Applications/MDK_Demo_Application" target="_blank"&gt;https://github.com/SAP-samples/cloud-mdk-samples/tree/main/Sample_Applications/MDK_Demo_Application&lt;/A&gt; By tapping the "All Products" link under the Promotion Items section in the upper right corner, users can access a Filter button that initiates the filter action, allowing them to effectively choose and apply their selections.</description>
      <pubDate>Mon, 23 Sep 2024 10:12:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/editable-data-table-and-searches/qaa-p/13874063#M4885020</guid>
      <dc:creator>panushjain</dc:creator>
      <dc:date>2024-09-23T10:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Data Table and Searches</title>
      <link>https://community.sap.com/t5/technology-q-a/editable-data-table-and-searches/qaa-p/13874714#M4885083</link>
      <description>&lt;P&gt;In addition to the filtering already mentioned you could consider using the Object Table in multii-select mode to let the user pick multiple products and then have a single Add button to add all the selected ones.&lt;/P&gt;&lt;P&gt;When done you could dynamically generate a page of all the items added with the default quantity field pre-populated to allow updates to the quantity values if needed before a final save to the backend (offline or online).&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 16:01:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/editable-data-table-and-searches/qaa-p/13874714#M4885083</guid>
      <dc:creator>bill_froelich</dc:creator>
      <dc:date>2024-09-23T16:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Data Table and Searches</title>
      <link>https://community.sap.com/t5/technology-q-a/editable-data-table-and-searches/qaa-p/13874747#M4885093</link>
      <description>&lt;P&gt;Thank you Bill.&lt;/P&gt;&lt;P&gt;You Wrote "you could dynamically generate a page of all the items added with the default quantity field pre-populated".&lt;/P&gt;&lt;P&gt;What this means exactly ?&lt;/P&gt;&lt;P&gt;A page with a Data Table with all the added items and editable quantity column ?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 16:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/editable-data-table-and-searches/qaa-p/13874747#M4885093</guid>
      <dc:creator>Angelo_Ab14</dc:creator>
      <dc:date>2024-09-23T16:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Data Table and Searches</title>
      <link>https://community.sap.com/t5/technology-q-a/editable-data-table-and-searches/qaa-p/13874779#M4885100</link>
      <description>&lt;P&gt;A page with Editable Data Table would be one option but you also mentioned it not being available on the web client.&lt;/P&gt;&lt;P&gt;Another would be a page of Form Cells or combination of Section/FormCell. I am thinking maybe a title form cell for the item and then a simple property for the quantity pair for each item.&amp;nbsp; Could also include more depending on what you needed to show for each item.&amp;nbsp; Could also do an Object cell followed by a simple property for the quantity for each item.&amp;nbsp; All depends on what you want / need.&lt;/P&gt;&lt;P&gt;You would generate most of the page dynamically based on the selected items and then need a rule on the Save to process all the data accordingly.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 17:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/editable-data-table-and-searches/qaa-p/13874779#M4885100</guid>
      <dc:creator>bill_froelich</dc:creator>
      <dc:date>2024-09-23T17:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Data Table and Searches</title>
      <link>https://community.sap.com/t5/technology-q-a/editable-data-table-and-searches/qaa-p/13874915#M4885119</link>
      <description>Thank you Bill for your time. I will try your suggestions. After the tests I will return back for the Accepted Solution.</description>
      <pubDate>Mon, 23 Sep 2024 20:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/editable-data-table-and-searches/qaa-p/13874915#M4885119</guid>
      <dc:creator>Angelo_Ab14</dc:creator>
      <dc:date>2024-09-23T20:42:05Z</dc:date>
    </item>
  </channel>
</rss>

