Author Topic: Using "/ws[command]" at runtime  (Read 2224 times)

Sabir Mohammad

  • Administrator
  • Newbie
  • *****
  • Posts: 52
    • View Profile
Using "/ws[command]" at runtime
« on: November 30, 2017, 10:06:48 AM »
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