cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CPI - DATA Store - WRITE and GET Operation

BiswaPal
Explorer
0 Likes
14,959

Hi All,

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.

We are using Write operation to store data with DATAStore mentioned, we can mention some entry ID to store data.

While retrieving the data using GET Operation in second Independent process of Iflow how to check Router condition using Entry ID?

How to check for empty file router condition?

Write operation to Store DATA (Entry ID we have kept it empty)

GET operation to retrieve file (Non-XML) from DATA Store.

Best Regards,
Suresh S

View Entire Topic
Sriprasadsbhat
Active Contributor
0 Likes

Hello Suresh,

Add a select step and add below condition which might help you to check whether message details are retrieved or not.

https://answers.sap.com/questions/756399/how-to-read-the-number-of-available-data-store-rec.html?chi...

Regards,

Sriprasad Shivaram Bhat

BiswaPal
Explorer
0 Likes

Hi Sriprasad,

Thank you for the inputs.

Currently i am unable to create new DATA Store for storing data.

Can you throw some light on the same.

Best Regards,
Suresh S