Liquid UI Forum

Using Your Liquid UI Products => WS aka Web Scripts (Attended RPA for SAP) => Topic started by: Sabir Mohammad on November 30, 2017, 10:06:48 AM

Title: Using "/ws[command]" at runtime
Post by: Sabir Mohammad 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