cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

This is the workflow I am trying to accomplish:

There 2 variables on a BEx report. Variable screen loads and user selects a single value for variable 1. At that point, .I would like variable 2 to show a default value based on the value selected in #1, and have the ability to overwrite that selection via normal variable selection screen.

Is this scenario possible?

View Entire Topic
cornelia_lezoch
Active Contributor

Hi Thomas,

it will not be possible exactly the way you want.

You have the different Steps for variable execution.

see some explanation here:

https://blogs.sap.com/2013/12/13/all-about-istep-variable/

filling defaults is done in step 1, user selection is done in step 2.

So after step 2 you do not come back to step 1.

What you could do is, if the user did not fill something into the second variable, fill it in step 3 with the value from the first variable.

regards

Cornelia