Author Topic: Liquid UI - "nodropdownlist" command  (Read 2026 times)

Benjamin Dasari

  • GuiXT Forum
  • Newbie
  • *
  • Posts: 95
    • View Profile
Liquid UI - "nodropdownlist" command
« 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!
« Last Edit: August 25, 2017, 04:01:10 PM by Benjamin Dasari »