|
Purpose | With Returnvalues you can return values from a new mode, opened with “/O…,process=… “, to the old mode. As target fields, both entry fields and variables can be used. It is also possible to invoke a function code and to start an InputScript. |
Examples |
Returnvalues “Material:&V[mat];Amount:&V[amnt]“ The content of the variable V[mat] (new mode) is set into the entry field Material (old mode), and the content of the variable V[amnt] (new mode) is set into the entry field Amount (old mode). Returnvalues “V[mat]:&V[matnr]“ The content of V[matnr] (new mode) is set into variable V[mat] (old mode). Returnvalues “U[MATNR]:&V[matnr];OK:/8,process=next.txt” In the old mode, function key F8 is invoked and the InputScript “next.txt” is started. Parameter U[MATNR]of the InputScript gets the value of variable V[matnr] (old mode). |
Format | Returnvalues string
The string syntax is the same as documented in Image for the parameter Input="...". |
Tips & Tricks |
|