Is it possible to realize the following with InputAssistant: After a certain value has been entered in field A, field B should become a read-only field.

It is possible, but only after the user has pressed "Enter". Example:

Set V[ZM03_Plant] "&F[Plant]"

if V[ZM03_Plant=0012]

  NoInput  F[Reference]

endif