cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BRF+ Decision table output question

0 Likes
2,548

Hi,

I was wondering if it is possible to also output the condition columns in a decision table, or at least know which row it is so I can latter fetch it.

My problem is, I also need the condition column information further ahead in the flow and I am not seeing any options on how to get it.

Can anyone help me?

Thank you,

FC

View Entire Topic
Former Member
0 Likes

Hi Filipe,

if I understand you correctly, then this is what you have to do (the easier part, returning the row):

In result columns you have to give one of your own variables, let's say LV_ROW. In each column you manually add numbers (from 1 to n):

So as output you will also get the row number in which the conditions were met.

If you want to have more sofisticated approach, you will have to explain your requirement in details.

Best regards

Nana