Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BRF plus expression type

Former Member
0 Likes
380

Is there an expression in BRF+ that allows us to maintain values in a table?

Ex. I want to maintain document type values:

ZDOCTYPE1

ZDOCTYPE2

ZDOCTYPE3

ZDOCTYPE4

And then I want to return all these values to my calling program.

I checked all Function Expression Types, however i didn't find one or maybe I didn't found it?

1 REPLY 1
Read only

former_member193284
Active Participant
0 Likes
279

Hi,

You can do this using decision tables.

Remember for decision tables you need to specify the condition columns(if condition columns matches with the input) this would then return the results column.

you can get output as a element, struture or table from decision tables.

Thanks