<?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: Sapui5  how can refresh batch requests before submit changes in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sapui5-how-can-refresh-batch-requests-before-submit-changes/qaa-p/672385#M176510</link>
    <description>&lt;P&gt;one loop to check data, if it goes well, then another loop to call create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Sep 2018 14:28:24 GMT</pubDate>
    <dc:creator>junwu</dc:creator>
    <dc:date>2018-09-27T14:28:24Z</dc:date>
    <item>
      <title>Sapui5  how can refresh batch requests before submit changes</title>
      <link>https://community.sap.com/t5/technology-q-a/sapui5-how-can-refresh-batch-requests-before-submit-changes/qaq-p/672383</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;var oModel = this.getView().getModel();
oModel.setDeferredGroups(["maraGroupId"]);
oModel.setUseBatch(true);


var mParameters = {
"groupId": "maraGroupId",
"changeSetId": "maraChangeSetId"
};

var oEntry = {};
oEntry.Matnr = "1";
oModel.create("/MaraSet", oEntry, mParameters);

oEntry.Matnr = "2";
oModel.create("/MaraSet", oEntry, mParameters);

oEntry.Matnr = "3";
oModel.create("/MaraSet", oEntry, mParameters);

oModel.submitChanges(mParameters);

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Sep 2018 11:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sapui5-how-can-refresh-batch-requests-before-submit-changes/qaq-p/672383</guid>
      <dc:creator>former_member489109</dc:creator>
      <dc:date>2018-09-26T11:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sapui5  how can refresh batch requests before submit changes</title>
      <link>https://community.sap.com/t5/technology-q-a/sapui5-how-can-refresh-batch-requests-before-submit-changes/qaa-p/672384#M176509</link>
      <description>&lt;P&gt;check the data before calling create&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 00:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sapui5-how-can-refresh-batch-requests-before-submit-changes/qaa-p/672384#M176509</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2018-09-27T00:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sapui5  how can refresh batch requests before submit changes</title>
      <link>https://community.sap.com/t5/technology-q-a/sapui5-how-can-refresh-batch-requests-before-submit-changes/qaa-p/672385#M176510</link>
      <description>&lt;P&gt;one loop to check data, if it goes well, then another loop to call create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 14:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sapui5-how-can-refresh-batch-requests-before-submit-changes/qaa-p/672385#M176510</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2018-09-27T14:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sapui5  how can refresh batch requests before submit changes</title>
      <link>https://community.sap.com/t5/technology-q-a/sapui5-how-can-refresh-batch-requests-before-submit-changes/qaa-p/672386#M176511</link>
      <description>&lt;P&gt;low performance?? how low it will be? don't just imagine.......&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 11:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sapui5-how-can-refresh-batch-requests-before-submit-changes/qaa-p/672386#M176511</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2018-09-28T11:38:32Z</dc:date>
    </item>
  </channel>
</rss>

