cancel
Showing results for 
Search instead for 
Did you mean: 

Default language in Value help in RAP based Fiori elements report

jitendra_it
Active Contributor
0 Kudos

Hello Experts,

I am using below syntax to assign value help for product group field.

@Consumption.valueHelpDefinition: [{  entity: {   name: 'I_ProductGroupText_2',
                                                        element:    'ProductGroup'

Here issue is, app is displaying texts from all the languages. Is it possible to default language to E(English) in value help assignment.

I tried with additionalBinding: [{localConstant: 'EN', element: 'Language'}] but its is not working. Any issue in this syntax or any other way to default language in value help.

Regards,

Jitendra

Accepted Solutions (0)

Answers (1)

Answers (1)

DiegoValdivia
Participant
0 Kudos

Hi Jitendra,

I think you need to use a CDS that filters values using $session.system_language. Give CDS

C_MM_MaterialGroupValueHelp a try.

Regards.