cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Analytics Cloud Variable Prompt

andrewbarlow1
Participant
0 Kudos
194

Hi,

I have a variable prompt from a live BEX query with multiple variables on it.

One of the variables (Business Unit) is pre loaded.

Other variable values below this should be restricted by Business Unit but they seem to be showing all the members. Obviously on a normal SAC filter we can sort this with only showing posted values however in the prompt it looks like by default that is already set to show only posted values but it shows all values?

andrewbarlow1_0-1745573170585.png

The Production Line and Work Centre variables do not seem to be filtered by the plant variable.

andrewbarlow1_1-1745573294480.png

This should only show "1" here.

Any help appreciated

View Entire Topic
Ivan_C
Participant

Hi,

What you are seeing is the standard behaviour for ‘F4’ help in BEx queries. This is governed by the backend in BW. In order to have ‘cascading’ variables you would need to implement the BADI RSR_VARIABLE_F4_RESTRICT in BW. See https://community.sap.com/t5/technology-q-a/bex-cascading-variable/qaq-p/11895992 for example. 
Cheers, Ivan. 

andrewbarlow1
Participant
0 Kudos
Thanks Ivan - I will investigate this further.