cancel
Showing results for 
Search instead for 
Did you mean: 

Display auth values in Bex popup for an authorization variable

Former Member
0 Kudos

Hi gurus,

I need to show the auth values in the Bex popup. For example, if the user that runs the query has authorizations for X and Y values of 0COORD_TYPE, i would like to see in the Bex popup these values (X and Y).

I already tried to set the auth variable as "Ready for input", but in the pop up no value is displayed. I also tried to use the I_STEP = 1 in CMOD to read the values of the auth variable in order to put them in another manual input variable, but i cant find the auth variable in table i_t_var_range [].

Is there a way to obtain this, maybe via CMOD or BADI? Or something easier?

Thank you

Francesco

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186399
Active Contributor
0 Kudos

Hello Francesco,

You will not require a CMOD to bring the authorized valued in the variable selection screen. The info object that you are using in your data target might have been set for posted values. Try to load the data in your data target and then check query selections

Regards

Gajesh