If you only want to
set some values on this screen, no process statement is needed; simply use a
string of the form
"SAP://field1:value1;field2:value2;..."
If you need to
process an InputScript, without processing an "Enter" on this screen,
please use the "Return" statement at the end of the InputScript, e.g.
Set F[field1]
"value1"
Set F[field2] "value2"
Return
|