Team:
I have a Query "A". Then, I made a copy "B". Both Queries are the same definition, including the variables. In the Query A, there is a variable "ZWWW" that checks the date entered by the user. In the user exit I_step = 3, we check for the valid date entered. Unfortunately, we need to test the validity of the Query and it QAS, we do not need to test the validity of the data. Thus, we changed the variable to be "YYYYY" on the Query B.
Unfortunately, this new variable "YYYY" somehow is reflected automatically in the original Query A. This issue is only present if the Query B is a copy of Query A. Basically, the Query A and B have different technical names and UIDs. However, they are in the background related.
The question is: how can I change the variable on Query B without affecting Query A.