cancel
Showing results for 
Search instead for 
Did you mean: 

We have 6 data flows in series but only 2,3,6 should execute for this what you do in SAP BODS ?

former_member530332
Participant
0 Kudos

Help Me to Solve this

Accepted Solutions (1)

Accepted Solutions (1)

former_member208402
Active Contributor
0 Kudos

Use BYPASS feature or use conditional objects, for 6 dataflows take 6 conditional objects and place each dataflow in one conditional object. In conditional object give condition $G_COND1='Y'. ( For each conditional object change variable name in the conidtion , for example in first conditional object give $G_COND1='Y' and in 2nd conditional object give $G_COND2='Y').

Now when you run the job, in run time you can set the variables $G_COND1,$G_COND4,$G_COND5 to 'N'. which means dataflow 1,4,5 will not run.

Answers (1)

Answers (1)

former_member530332
Participant
0 Kudos

Thank you #Ravi for your prompt answer.