Skip to Content
0
Former Member
Mar 10, 2009 at 06:20 PM

Multiple data store elements ?

40 Views

Hi, we have return the values from Query1 and need use all values in filter the Query2, any idea for use multiple data store elements ?

3.2.18 Store Data in a Data Store for Later Use

You create one data store per iView. To do so, you can place a single data store instance in

the model, or, for convenience purposes, you can place multiple data store elements, all pointing to the same data store.

The connecting lines to the input port of the data store are of data mapping type. The values in the data store are accessed using expressions.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/63f2052e-0c01-0010-b9a2-e1f7457a7fbe

you can place multiple data store elements

Any idea or blog for check how implemenintg ?

Thank you.