1.

What Is An “on Input” Statement?

Answer»
  • The ABAP/4 module is called only if a FIELD contains the Value other than the initial Value.
  • This initial Value is determined by the field’s data Type: blanks for character FIELDS.
  • ZEROS for numerics. If the user changes the Fields Value back to its initial value, ON INPUT does not trigger a call.



Discussion

No Comment Found