cancel
Showing results for 
Search instead for 
Did you mean: 

BRF Plus function call

jagjit_saini2
Explorer
0 Kudos

Hi ,

Is there any way in BRF by which we can pass multiple values ( Select Option ) to Decision table through a function .

Regards

Jagjit Singh Saini

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Jagjit

In BRF+ its not possible to pass multiple value for one field (like Select-options in ABAP).

Decision table is like Flat Structure.

Regards,

Limesh

jagjit_saini2
Explorer
0 Kudos

Can you explain me with help of some example

christianlechne
Active Contributor
0 Kudos

Can you please elaborate a bit more on the scenario

jagjit_saini2
Explorer
0 Kudos

Hi Christian ,

Can we use decision table in table operations . I am not getting the option to include decision table in table operations .

Regards

Jagjit Singh

christianlechne
Active Contributor
0 Kudos

Hi Jagjit,

passing several values (in the sense of different parameters of the BRFplus context) is possible and the standard case. Each column of the decision table represents then a different parameter/value.

Passing a SELOPT table directly to a decision table is not possible. Maybe it is possible to model the decision table in a way that fulfills your requirements but that depends on the details of those requirements

Best regards

Christian