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!