cancel
Showing results for 
Search instead for 
Did you mean: 

Re: BRF+ Decision table output question

04-25-2013 3:37 PM
2013 views 0 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

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

0 Likes
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