cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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

0 Likes
View Entire Topic
BiswaPal
Explorer
0 Likes

Hi Maik,

Thanks for your inputs.

There are 2 cases here,

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?

2. As you mentioned, we need to end iFlow in case Entry ID is empty or Empty message .

I have added routing condition ${header.SAPDataStoreID} = ' ' and eventhough we dont have message in data store, condition is not checked.

How to maintain routing condition entry in SAP HCI?

Best Regards,
Suresh S

Former Member
0 Likes

What about condition like ${in.body} = '' instead?