cancel
Showing results for 
Search instead for 
Did you mean: 

BRF+ decision table entry search help issues

js2
Product and Topic Expert
Product and Topic Expert
0 Kudos

When you model a decision table and the business are maintaining the data, BRF+ supplies search helps on the individual fields.

However, if the foreign key table (for the search help) has more than one key (i.e. T357 has keys: WERKS and BEBER) then BRF+ can't handle it if you click the dropdown for BEBER and simply displays the code with no descriptions.

It seems this is a known problem and not a bug according to the snippet below from the SAP help in BRF+.

Is there a work-a-round or are we stuck with this limitation.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Jason,

in order to overcome that issue you have the option to use an application exit. The method IF_FDT_APPLICATION_SETTINGS~GET_ELEMENT_VALUES is the one you are looking for. This method allows you to implement your "own" value help that is then used within BRFplus

BR

Christian

Answers (1)

Answers (1)

Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Jason,

Confirming Christian's answer and suggesting you look at:

Take a look at this one. You can use this technique to solve it.

This may also be of interest… as more ways you can push it

Rgds,

Jocelyn