Purpose:
Allowing the user to execute the ws command at runtime from the transaction field.
Syntax:
/ws[command]("argument")
The 'command' part is replaced by an actual WS command like 'set' or 'del'.
The 'argument' part is replaced by the screen control name.
Example:
If the user wants to set the 'Order Type' field to value 'OR' from the transaction field. He can follow these steps.
1. Navigate to 'VA01' transaction.
2. Enter /wsset("F[Order type]","OR") in the transaction field and execute.
See Attachments for further reference