cancel
Showing results for 
Search instead for 
Did you mean: 

Prompt "show value help" button for GL Account variable doesn't display all possible values

former_member690380
Participant
583

Hello,

I have a bex query that uses variable for GL Account in filters. Now when I try to use that query in AO workbook, It does prompt for value. But when click on "show value help" button, it doesnt display all possible values. how do I make it display all possible values?

Thanks

former_member690380
Participant
0 Kudos

Please advise. thanks

former_member690380
Participant
0 Kudos

Thanks mine is set to default(1000)but it only shows like 5 or 6.

Attached is the screenshot , top part is what shows up when I click on show value help for the variable. Bottom part

View Entire Topic
gregor_dieckmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

the value help in the variable context usually returns only posted values (corresponding to the so called 'read mode' of the value help). It seems that in your case the read mode 'D' (for 'dimension', i.e. posted values in the InfoProvider) is used.

To my knowledge the only way to force to use the read mode 'M' (for master data' is to implement the BADI RSR_VARIABLE_F4_RESTRICT_BADI; there you can set the read mode, cf. the documentation of the BADI.

Regards,

Gregor