Processing an InputScript from HTML without OK
How can I process an InputScript from a HelpView file without a leading "OK:process=" statement?
I want to set the default value for industry sector in MM01, but SAP://OK:process... jumps into the transaction (as expected).
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