‎2011 Dec 11 10:22 AM
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?
‎2012 Jul 17 8:18 AM
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