Hello all,
is it possible to change the content of a variable in dependence of the content of another variable?
Example:
Var1 = Continent
Var2 = Country
When the user open the query I determine all countries with help of customer exit variable (I_STEP = 1) for the variable Var2 (=> default values). If the continent is not choosen the user can choose any desired countries. But when the user choose a continent (Var1) I have to restrict the countries (default values) belonging to the choosen continent. If the continent is choosen (Var1) the user can only choose countries belonging to the choosen continent.
Is this requirement feasible to implement with BEx and Customer Exits?
Regards,
Sergio