Liquid UI Forum

Using Your Liquid UI Products => WS aka Web Scripts (Attended RPA for SAP) => Topic started by: Benjamin Dasari on August 25, 2017, 03:59:12 PM

Title: Liquid UI - "nodropdownlist" command
Post by: Benjamin Dasari on August 25, 2017, 03:59:12 PM
Purpose:
The nodropdownlist changes dropdown lists into inputfields.
This is especially useful if users prefer direct input into SAP fields.
By using this command, users can change the screen element into a direct-entry field.

The syntax is as follows:
   nodropdownlist("F[screenElementName]");
   
NOTE: The nodropdownlist command does not take any options.   

Liquid UI Code:
----------------------------------------------------------------------------------------------------------------------------------------------
Script File Name: SAPLMGMM.E0060.sjs            // MM01 Transaction
----------------------------------------------------------------------------------------------------------------------------------------------
nodropdownlist("F[Material Type]");


See attachments for code samples!