cancel
Showing results for 
Search instead for 
Did you mean: 

DDIC binding / language dependent Domain values

Former Member
0 Kudos


Hi group,

I have mapped an element to an DDIC element, where the domain value are language dependant.

I know, that this is not optimal for BRF, but what is the logic how BRF is seleccting the domain values ?

When looking at the Domain Values in BRF, I actually cannot see a clear logic between the domain values of the DDIC element and the BRF element.

Regards

Volker

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Volker,

if you want to get an insight into the data determination within BRFplus you can set a break-point into the function module FDT_GET_DDIC_VALUE or directly into the class method CL_FDT_DDIC_SERVICES=>GET_DDIC_VALUES. Here the values are fetched when BRFplus data objects are bound to DDIC elements

BR

Christian

carsten_ziegler
Active Contributor
0 Kudos

In such a case you better implement a values exit with which you control the list of values yourself.