cancel
Showing results for 
Search instead for 
Did you mean: 

Return multiple actions from a BRM ruleset

Former Member
0 Kudos

Hi Experts,

I am working on a BPM/BRM scenarion. I have a requirement to use a decision table in BRM.

The requiremet is to give input as Company Code and read Country code and Currency as output.

However, as per the signature of rule set, only one value (action) can be returned.

How to return multiple values in this case?

Regards,
Supriya Sawant.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Why do you need a decision table for this? Is it possible to extract those values from the corresponding backend system instead? All you need is maintained in table T001, I'm sure you find an RFC you could use in a lookup.

You can also post BRM related questions in

Former Member
0 Kudos

Thanks Martin for reply!

I know we can achieve this requirement in several ways. But I want to know how to achieve it through BRM. Any suggestion?

-Supriya.

rohit_j
Participant
0 Kudos

Hi Supriya,

You can add one more condition with name "identifier" which is of type Integer and return multiple matches.

From the below screenshot below, you will pass Company code and identifier(Integer.MAX_VALUE) as parameter and you will get 2 records as output.

Best Regards,

Rohit

Sujitha_Samuel
Explorer
0 Kudos

Could you let me know how do you achieve this "Identifier" in BRM decision table ?

Former Member
0 Kudos

Any suggestions?