<?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: CPI - DATA Store - WRITE and GET Operation in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaa-p/686560#M183402</link>
    <description>&lt;P&gt;Hi Sriprasad, &lt;/P&gt;&lt;P&gt;Thank you for the inputs. &lt;/P&gt;&lt;P&gt;Currently i am unable to create new DATA Store for storing data.&lt;/P&gt;&lt;P&gt;Can you throw some light on the same. &lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Suresh S&lt;/P&gt;</description>
    <pubDate>Wed, 20 Feb 2019 08:30:40 GMT</pubDate>
    <dc:creator>BiswaPal</dc:creator>
    <dc:date>2019-02-20T08:30:40Z</dc:date>
    <item>
      <title>CPI - DATA Store - WRITE and GET Operation</title>
      <link>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaq-p/686554</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;
  &lt;P&gt;We have a scenario in CPI in which we need to store data in Data store (in case of connectivity issue) and fetch data for resending it. &lt;/P&gt;
  &lt;P&gt;We are using Write operation to store data with DATAStore mentioned, we can mention some entry ID to store data. &lt;/P&gt;
  &lt;P&gt;While retrieving the data using GET Operation in second Independent process of Iflow how to check Router condition using Entry ID?&lt;/P&gt;
  &lt;P&gt;How to check for empty file router condition?&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Write operation to Store DATA (Entry ID we have kept it empty) &lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/249462-iflow1.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;GET operation to retrieve file (Non-XML) from DATA Store. &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/249463-iflow2.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/249464-routing-condition.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt; Best Regards, &lt;BR /&gt;Suresh S&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 14:50:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaq-p/686554</guid>
      <dc:creator>BiswaPal</dc:creator>
      <dc:date>2018-12-12T14:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: CPI - DATA Store - WRITE and GET Operation</title>
      <link>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaa-p/686555#M183397</link>
      <description>&lt;P&gt;HI Suresh,&lt;/P&gt;&lt;P&gt;I guess your aim is to prevent failing of the Iflow if there is no data store entry?&lt;/P&gt;&lt;P&gt;Why you are not checking in the router for an empty body of the message?&lt;/P&gt;&lt;P&gt;If no data store entry is fetched via GET the body should be empty.&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Maik&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 17:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaa-p/686555#M183397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-12-12T17:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: CPI - DATA Store - WRITE and GET Operation</title>
      <link>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaa-p/686556#M183398</link>
      <description>&lt;P&gt;Hi Maik, &lt;/P&gt;&lt;P&gt;Thanks for your inputs. &lt;/P&gt;&lt;P&gt;There are 2 cases here, &lt;/P&gt;&lt;P&gt;1. Maintaing Entry ID in Write DATA store operation and how to fetch same Entry ID in separate Process of same Integration flow as mentioned in pic above?&lt;/P&gt;&lt;P&gt;2. As you mentioned, we need to end iFlow in case Entry ID is empty or Empty message . &lt;/P&gt;&lt;P&gt;  I have added routing condition ${header.SAPDataStoreID} = ' ' and eventhough we dont have message in data store, condition is not checked. &lt;/P&gt;&lt;P&gt;How to maintain routing condition entry in SAP HCI?&lt;/P&gt;&lt;P&gt;Best Regards, &lt;BR /&gt;Suresh S&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 09:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaa-p/686556#M183398</guid>
      <dc:creator>BiswaPal</dc:creator>
      <dc:date>2018-12-13T09:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: CPI - DATA Store - WRITE and GET Operation</title>
      <link>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaa-p/686557#M183399</link>
      <description>&lt;P&gt;What about condition like ${in.body} = '' instead?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 12:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaa-p/686557#M183399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-12-13T12:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: CPI - DATA Store - WRITE and GET Operation</title>
      <link>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaa-p/686558#M183400</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;maik.offerle&lt;/SPAN&gt; ,&lt;/P&gt;&lt;P&gt;Tried with above option also, We are getting null exception. &lt;/P&gt;&lt;P&gt;No message available in Data store and in turn throws Null Exception. &lt;/P&gt;&lt;P&gt;Could you kindly say how to check for null condition (DATA store message) at Router Condition?&lt;/P&gt;&lt;P&gt;Best Regards, &lt;BR /&gt;Suresh S&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 13:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaa-p/686558#M183400</guid>
      <dc:creator>BiswaPal</dc:creator>
      <dc:date>2019-02-19T13:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: CPI - DATA Store - WRITE and GET Operation</title>
      <link>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaa-p/686559#M183401</link>
      <description>&lt;P&gt;Hello Suresh,&lt;/P&gt;&lt;P&gt;Add a select step and add below condition which might help you to check whether message details are retrieved or not.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/756399/how-to-read-the-number-of-available-data-store-rec.html?childToView=755501#answer-755501" target="_blank"&gt;https://answers.sap.com/questions/756399/how-to-read-the-number-of-available-data-store-rec.html?childToView=755501#answer-755501&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sriprasad Shivaram Bhat&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 14:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaa-p/686559#M183401</guid>
      <dc:creator>Sriprasadsbhat</dc:creator>
      <dc:date>2019-02-19T14:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: CPI - DATA Store - WRITE and GET Operation</title>
      <link>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaa-p/686560#M183402</link>
      <description>&lt;P&gt;Hi Sriprasad, &lt;/P&gt;&lt;P&gt;Thank you for the inputs. &lt;/P&gt;&lt;P&gt;Currently i am unable to create new DATA Store for storing data.&lt;/P&gt;&lt;P&gt;Can you throw some light on the same. &lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Suresh S&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 08:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cpi-data-store-write-and-get-operation/qaa-p/686560#M183402</guid>
      <dc:creator>BiswaPal</dc:creator>
      <dc:date>2019-02-20T08:30:40Z</dc:date>
    </item>
  </channel>
</rss>

