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

BRF+ decision table entry search help issues

js2
Product and Topic Expert
Product and Topic Expert
0 Likes
1,465

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.

View Entire Topic
christianlechne
Active Contributor
0 Likes

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