|
| Purpose | With NoInput you can cancel a field group or field's possibility for input. |
| Example | NoInput F[Company code] |
| Format | NoInput [Screen
element] NoInput [Table,columnname] NoInput [Table,*, rownumber] The input possibility is cancelled for fields, check boxes and radiobuttons. In the case of field groups the cancellation applies for all elements within them. You can also specify a table, a table column or a table row. |
| Options | -SearchHelp F4 search help remains possible |
| Example |
The following
script cancels the input possibility for the column
"Description", and for all already existing table rows
(component InputAssistant required for variable handling):
if Q[Transaction=VA02] and
Q[Page=Sales] |
| Tips & Tricks |
|