Skip to main content

Hello!

 

I want to do a SAP GUIXT script, that clicks through different fields in SAP and inserts a variable.

 

I get the variables from an excel list.

 

Is there any possibility to insert my AutomationAnyhwere variables into the guixt file?

 

 

TIA

Here is the solution I found for my problem:

 

Just replace the Name of what you typed in with '&$$NameOfVariable].

grafikWhen running the command, you have to make sure that you insert this before the normal expression:

input="VVNameOfVariable]:$NameOfVariable$;grafik


Reply