cancel
Showing results for 
Search instead for 
Did you mean: 

Terminate condition in HANA Flowgraph

fmsanchez
Explorer
0 Kudos

Hello all,

I am using SDI to replicate some data from ECC to HANA. The adapter that we choose was Abap Adapter.

There is a replication task that replicates the whole virtual table A into physical table B every day. What we want to do is to move the data B into other table C based on some conditions. The problem is that I only want to replicate data when the first replication was successful.

I've created a flowgraph that looks like below:

In some other projects, we have been using xsjs libraries to run them and orchestrate all the flowgraphs inside it but I was wondering if there's another way to do it directly in the flowgraph using an Exit/exclude condition.

Many thanks in advance!

Fernando.

Accepted Solutions (1)

Accepted Solutions (1)

Sefan_Linders
Product and Topic Expert
Product and Topic Expert
0 Kudos

The best practice would be to leverage the DW Scheduler, which can orchestrate flowgraphs and other HANA DB objects. You would have to build your project in Web IDE however, not on the XS Classic developer workbench. For more information, visit https://help.sap.com/viewer/dcc2ad3d29604f0da9673f8e77ba3a5d/2.0.4.0/en-US/f59aa29683664f6e83e199d16....

With XS Classic developer workbench, you would have to build it yourself. For example, using your xsjs approach, or by building a procedure that sequentially executes your flowgraphs.

fmsanchez
Explorer
0 Kudos

Do you need any additional license to start working with DW Scheduler in the Web IDE that belongs to the current HANA instance? I opened the Web IDE full stack and I am not able to see the database or anything related.

fmsanchez
Explorer
0 Kudos

Nevermind, I've just found that it requires HANA 2.0 and we are currently running 1.X...

https://help.sap.com/viewer/e3a2bf2bdb814cce835bd78c457169d1/2.0.4.0/en-US/166abd73b1584a5cad046902c...

Answers (0)