cancel
Showing results for 
Search instead for 
Did you mean: 

How to use the 'Decision between multiple alternatives' Process variant

Former Member
0 Kudos

Hi ,

Can anyone tell me how to use the 'Decision between multiple alternatives' Process variant in BI 7 Process chains ?

The requuirement is that I have a DSO eg DSO 1 from which i have to load DSO 2 and DSO 3 . Now if the number of Records in DSO 1 are < 100 i will load DSO 2 from DSO 1 else i will load DSO 3 from DSO 1 .

So in the PC i have used a 'ABAP Program' variant (which counts the number of rows in DSO 1) after loading DSO 1 and after this 'ABAP Program' Variant , i have used the 'Decision between multiple alternatives' Process variant. Problem is it is giving me only some some system fields in the formula , like sy-datum or sy-timlo , which are of no use here .

It would be great if i can receive some help here .

--Devraj

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

in RSPC you create a ABAP processing type "ending with specific values".

We use true or false for things as you specify.

your abap program should return a true or a false to indicate which of the situations is applicable.

Is this helpful?

Marco

Former Member
0 Kudos

Hi,

PM

Edited by: Greg C. on Jun 15, 2009 1:45 PM