Hi,
I'm working on a VA01 flavor. We have a scenario which triggers the material substitution as soon as a material/qty is typed in the VA01 screen. This is a pop-up inside the VA01 screen that looks something like this:
All I'm trying to do is cancel/close that pop-up. So, in my script, I have an IF condition. I'm pretty much telling the script, if the pop-up is visible/active, then just click the cancel/close button. The reason it's an IF condition is because the pop-up will not appear always. It depends on the material number entered.
Here is what the relevant portion of my script looks like:
I have tried "control exists", "is visible" and "is not empty". But no matter which action I choose, Personas is not able know about the pop-up and keeps failing. I have also tried selecting the whole pop-up window (ses[0]/wnd[1]), specific fields inside the pop-up and also the whole table inside the pop-up. Nothing seems to work.
Not sure what I'm doing wrong or if there is another way of handling this.
I also made sure that I have the screen control overwrite rules setup for VA01, VA02 and VA03 per note 1999747 before the flavor was created.
Thanks,
Srini